
Welcome Guest
|
#1
|
||||
|
||||
|
When attaching programming on a button itself, one is able to attach multiple triggers:
Actionscript:
on (release, keyPress "<Enter>"){
trace ("hello");
}If one programs on the frame, is there a similar way of attaching multiple-triggers. As for example: Actionscript:
myButton.onPress = function(){
trace("hello");
}The only way I can think of is by writing twice the same function. Is there a simple way to achieve multiple triggers while programming on the frame?? Any advice is greatly appreciated!!! |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| keyframe and frame span multiple frames | lse123 | Newbies |
8 | 10-29-2006 04:03 PM |
| preloader frame is huge when it should be tiny in bandwidth profiler | ctcrmcou | Newbies |
3 | 10-02-2006 12:04 PM |
| movie will not stop at selected frame | Dynamic Fluids | Flash MX 2004 |
3 | 11-12-2004 06:18 AM |
| Multiple Fill-In-The_Blanks on one Quiz Frame? | mrmyers | Newbies |
3 | 01-14-2004 11:06 PM |
| loading Multiple scenes at a same time using "if frame loaded action" | kaleem25 | General Flash | 1 | 04-17-2003 08:43 AM |





