How to control Flash events?

ruben226

New member
Joined
Dec 22, 2008
Messages
1
Programming Experience
Beginner
Hello, I have a map with regions (each region is a button) implemented with flash, and I would like to know how can I send actions to this flash events in order to do some actions when the user presses a flash button.

Thanks in advance!
 
i don't know the direct formula.. bt what i use to do is.. send my text strings to a variable in flash file...

in the first frame of flash i used to time

VB.NET:
this.onEnterFrame=Function(){
}
this function always evaluated like timer event on vb Timer..

so i have to do is just catch the variable str by using If command and from there i have to send a event in flash.. i hope u understood if u have much knowledge in flash
 
Back
Top