all groups > flash actionscript > may 2004 >
You're in the

flash actionscript

group:

How do you do this again?... (easy)



How do you do this again?... (easy) dejayedwards
5/27/2004 11:01:09 PM
flash actionscript: Hey,
I could do this with the old flash but now theve got rid of the idiot mode, im
skrewed. What i need is the actionscript for a button so that when it is
released it goes to a seperate flash movie ( GetURL) but ALSO goes to a
particular frame and scene in that movie.
Thanks in advance,
Dan
Re: How do you do this again?... (easy) kglad
5/28/2004 2:23:46 AM
do you want a new browser window opened containing that separate flash movie?
if so, you can use getURL but then you'll need to also use LocalConnection() to
communicate between your two movies.

if you want to load the separate flash movie into your current movie you can
use loadMovie() or loadMovieNum() and AFTER loading is complete use
gotoAndPlay("framewhatever_scenewhatever").
AddThis Social Bookmark Button