
Welcome Guest
|
#1
|
|||
|
|||
|
rollover in movie script doesn't work?
This is what I'm using. The rollover works on main scene/ stage but not on the button in the movie script (any ideas?) thx!
on button: on (rollOver) { _root.mouse_over_ams_mov = true; } on (rollOut) { _root.mouse_over_ams_mov = fstartlse; } on (release){ _root.gotoAndStop(100); } in action layer: _root.ams_mov.onEnterFrame = function() { if (mouse_over_ams_mov) { _root.ams_mov.nextFrame(); } else { _root.ams_mov.prevFrame(); }stop(); }; |
«
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 |
| Play only once movie using LSO script | Boyant10 | Flash 8 |
1 | 06-30-2009 09:42 PM |
| Button in Movie will not work --- | [HDRW]Smee | Actionscript 2.0 |
2 | 09-06-2008 07:17 PM |
| Strange behavior - creating, loading movie clips works only for first function call | clem_c_rock | Advanced Flash | 0 | 09-03-2007 02:21 AM |
| FLV Player Actionscript problems | kalli21 | Actionscript 2.0 |
1 | 05-02-2007 12:55 AM |
| Buttons inside movie clips don't work | Capn' Splatter | Flash 5 Actionscript |
2 | 03-18-2002 04:17 PM |




