Flash var/Functions
Flash var/Functions
Out of context: Reply #3
- Started
- Last post
- 18 Responses
- joyride0
put a parameter in the function so you know which button is pressed
function myButton (whatsPressed : String){
do something;
}Then in the function you can us if statements depending on whatsPressed...
make sense?I think thats what your trying to do?