00:00
00:00
Newgrounds Background Image Theme

TheADHX just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

How to load clips??

835 Views | 2 Replies
New Topic Respond to this Topic

How to load clips?? 2002-07-08 09:14:54


me got problem understanding the flash5's help.
it says something bout using the instance to control the clips. that's what i dont quite understand....
is the any other altrnative ways to load clips?
please show some sample of the script...
thanks..

regads
gerard

Response to How to load clips?? 2002-07-10 00:00:13


Hi. I can tell you how to load external clips in Flash MX (it will probably be more or less the same in Flash 5).

First, create a movieclip that is as big as the file you want to load.

Now, drag this clip from the library onto the scene.

Call this movieclip dropZone by editing the instance properties.

Now, in the frame where the movie must load, add the following ActionScript:

loadMovie("external_clip.swf",_root.dropZone);

This will load the clip called external_clip.swf into the dropZone area.

If you have any more questions about this, rather e-mail me than replying to this.


BBS Signature

Response to How to load clips?? 2002-07-10 11:29:30


yo, what's your email add?
i cant get trough that 'email author' link...

i dont get it.
ok, this is my situation.
ive created two clips. movie1, and movie2.
i drag one of the clip, movie1 to the scene1.
but how to write a script to make it load movie2 after movie1 finish playing?
and one more thing... have you seen 'night city story' or 'from my room'? any idea how to make the glowing light? like the little ghost gal in 'from my room', or the hotel sign in 'night city story'...
thanks...

regads
gerard