kearnguy,
I think you can simply put an invisible button at your specific coordinates
And apply the onRollOver and onRollOut is good enough
Name the button as inv_button
You can make a menu movieclip in this way
From frame 1 to frame 10, the menu slide out using simply motion tween
On Frame 10, add a stop ();
From frame 10 to frame 20, the menu slide in using simply motion tween again
Drag the menu mc to stage and name it sliding_menu
apply the scripts to the root movie
_root.inv_button.onRollOve
{
_root.sliding_menu.gotoAnd
}
_root.inv_button.onRollOut
{
_root.sliding_menu.gotoAnd
}
Cheers :)
Vicker
Main Topics
Browse All Topics





by: Demon1sPosted on 2005-01-22 at 17:13:46ID: 13113356
how about an on(over) event on the slideout movieclip?(i'm not exactly sure what its called, i get confused between the component behaviers and regular ones, so that is probably wrong but if you type on or onclipevent or whateverm it should give you a dropdown with the options)
vies/Inter faces/Menu s/Retracti - Jonathan- 2382/index .php
this isnt really related to what you want, but it has the on mouseover effects that you will need: http://www.flashkit.com/mo