Euzinho Dassilva Advanced Cheater
Reputation: 0
Joined: 08 Sep 2007 Posts: 62
|
Posted: Sat Oct 20, 2007 5:35 am Post subject: Calling an ActionScript function with Visual Basic |
|
|
Hi,
How can I can an ActionScript function with Visual Basic? (it's equal the topic's title )
ActionScript
Code: | function MyFunction(myParam)
{
//Do something
} |
In Visual Basic, I don't know how can I call this function and pass this parameter.
|
|