View Single Post
Old 10-06-2003, 07:09   #3 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,273
http://www.flashkit.com/movies/Scrip...-147/index.php

to be more direct

=========

If you wanna keep it simpler just use the easy actionscript commands

1) IfFrameLoaded (searches and checks for a loaded frame)
2) GoTo (goes to a specified frame)
should look like/or you paste this into action script (Expert Mode)

ifFrameLoaded (your last frame ) {
gotoAndPlay(your 1st frame );
}

Last edited by VeteraN : 10-06-2003 at 07:13.
  Reply With Quote