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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-08-2004, 06:17 PM
raheelm raheelm is offline
Registered User
 
Join Date: Sep 2004
Location: illinois
Posts: 2
Rep Power: 0
raheelm is on a distinguished road
Newbie problem with movie rollout effect

Hi,
I have a button say 'abt_btn' on the main stage. On rollover, this button is instructed to gotoAndStop() at 5th frame which has a movie, 'mc_abt_submenu' on it, basically this implements my rollover effect since the movie at 5th frame is a submenu for abt_btn.
Upto now, everything is fine and my actions in the 1st frame are:

stop();

btn_abt.onRollOver = function():Void {
gotoAndStop("5th frame");
}


.But I also want to make sure that when I rollout of the 'mc_about_submenu', this movie should disappear, i.e., the play should go to the first frame. For this I added this to the actions on the first frame:

mc_about_submenu.onRollOut = function():Void {
gotoAndStop("1stframe");
}


Alas, this does not work. Any help?

You must have guessed by now that I am trying to make a menu navigation system quite like the one Macromedia's website. Right now all the buttons and rollovers are working perfectly except for the rollout effect problem above.
Reply With Quote
 


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 Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Yet Another Newbie with a Preloader Problem teddyduchamp Newbies 3 03-05-2005 05:08 PM
loadign movie problem phantom45f Flash MX ActionScript 1 09-15-2004 08:09 PM
Resolved: newbie problem xl_hybrid Flash MX 4 03-10-2004 03:38 AM
Problem with exit and movie forward handle tung12a1 Flash MX ActionScript 3 04-30-2003 05:20 AM
Problem testing movie donaldgg Newbies 1 03-04-2003 05:13 PM




All times are GMT. The time now is 10:26 AM.