I’m working on the Ilyas “sliding menu” tut.
http://www.kirupa.com/developer/flash5/slidingmenu.htm
(I already managed to load my own movies in it, which was a big “yes!” moment for me).
I just don’t know how to change this code:
[AS]onClipEvent (enterFrame) {
_root.xnew = _root.mask2._x+(4-1)*10/2;
}[/AS]
Can someone(Ilyas?) explain what it actually does? I would like it to start without moving.
thanks
regards