Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: [flasher] Re: load movie on top |
From: | Phillip Kerman |
Date: | Sun, 28 Jan 2001 21:50:57 -0000 |
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
>
> Thanks so much for your reply. However, I have tried both methods. The
> first, loading the movie into level 1 works fine except I cannot control
> it's position on the stage. Using the second method, loading a movie clip
> instance, replaces the main movie. What am I doing wrong?
>
> Regards,
> Suzanne Harmon
>
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]