Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: [flasher] Re: load movie on top |
From: | Suzanne Harmon |
Date: | Sun, 28 Jan 2001 22:33:04 -0000 |
Thanks so much for everyone's help. I got it to work with an empty movie
clip and used target instead of level for the empty movie clip and it works
great.
Regards,
Suzanne Harmon
-----Original Message-----
From: Phillip Kerman [flash5teleport [dot] com (mailto:flash5teleport [dot] com)]
Sent: Sunday, January 28, 2001 3:44 PM
To: flasher from chinwag
Subject: [flasher] Re: load movie on top
After loading a movie into a level number (say, 1) you can control its
position like so:
_level1._x=100;
_level1._y=221;
If loading into an instance replaces the main movie you're probably doing
something wrong with the loadMovie statement:
loadMovie("submovie.swf", clipInstance);
Is there a clip with an instance name of clipInstance?
Phillip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:
** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: suzannehharmon [dot] com
To unsubscribe, email leave-flasher-479233Tlists [dot] chinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]