LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-31-2009, 08:47 AM
malinsky malinsky is offline
Registered User
 
Join Date: Mar 2009
Location: Netherlands
Posts: 7
Rep Power: 0
malinsky is on a distinguished road
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();
};
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 03:25 AM.