flash help!
flash help!
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- Epictive0
You can always put more then one on a button:
on (keyPress " ") {
action;
}
on (keyPress " ") {
same action;
}
You can always put more then one on a button:
on (keyPress " ") {
action;
}
on (keyPress " ") {
same action;
}