This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > April 2006 > Beginner needs help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Beginner needs help
|
|
| Navrien 2006-04-08, 6:32 pm |
| I'm building a site in Flash MX (not MX 2004).
I have a file called "forside.swf". A button in that file triggers a
loadMovieNum, and loads a file called "billeder.swf" to level 10.
A button in "billeder.swf" is supposed to do two things:
1. To unload "billeder.swf" from level 10. I solved this with
unloadMovieNum(10); and that works fine.
2. To tell the other .swf "forside.swf" to go to scene 3, frame 1 and stop. I
can't figure out how to do this.
I've been trying to do it with gotoAndStop, but I don't even know if that's
what I'm supposed to be doing. I'm using Normal Mode in the Action Script
editing box, because I'm not very good at it.
Can someone please help me figure this out? I'd appreciate it vey much, if
someone could write a step-by-step or just write the approriate syntax. Thanks.
| |
|
| hi,
Not sure i really understand what you are trying to do and how but when you
press that button, as i know for your 2 actions it will be something like this
:
on(press, release, releaseOutside) {
movie_clip.unloadMovie(); // I don't know the structure so you may use "this"
or "_parent" don't use _ root
// it can be _parent.movie_clip.unloadMovie();
_parent.gotoAndStop(10); // U need to tell Flash where to go
If u need more help, you should send your file .fla or put it on a FTP.
Hopei helped you.
Cyril Turkieh
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|