| | | iahamed |  |
| Posted: Mon Jun 23, 2008 1:42 am Post subject: Sliding Menu Help please! |  |
Hi there,
The Sliding Menu works placed within a Movie Clip and it works Fine in Flash 8 Action Script 2.
For Project development the frame One I keep for the Preloader and in the Second frame I create the Main MC in it all the Development. So in this case I am placing the "LinksMCmain" the Movie Clip with in the Main MC. This stops the Function of the sliding.
Can you please Help please. What shd Change if this is with in another Movie clip????????
onClipEvent (enterFrame) { //this.mc1._visible = true; if (this.hitTest(this._xmouse, this._ymouse) == true) { if (_currentframe == _totalframes) { stop(); } else { play(); } } else { if (_currentframe !== 1) { prevFrame(); } } }
LINK
thats the link to see the file
A Help would be Highly Appreciated.....Please Help... |
|