| JayCBRF4 2007-08-07, 6:16 pm |
| I am trying to recreate a template that has a very cool interface. When a
navigation button is pressed, the content on the stage fades out and slides
away as the new link's content fades in and slides into place. I can not seem
to figure out the combination of timeline animation and actionscript...
code:
----------------------------
_root.lk = 1;
_root.i = 1;
_root.link = 3;
_root.t = 1;
stop();
_root.scroller._x = 300.2
_root.scroller._y = 150.7
_root.scroller.gotoAndStop(2);
_root["item"+_root.link].gotoAndPlay("s1");
gotoAndPlay(161);
part.gotoAndPlay("t1");
part1.gotoAndPlay("t1");
-----------------------
link to files: http://www.megaupload.com/?d=RCBZ6V5F (3.98mb zip)
thanks-
Jay
|