PDA

View Full Version : Can't drag my Movie Clip anymore further than my Stage???


flash akira
10-22-2002, 08:04 PM
Hi there,

I was wondering if anyone can help me. I am using the IceProjector to create an executable. The problem I am having is that when I drag my MC it starts to disappear when it gets further than the the Flash Stage it self. But I know it is possible to drag a MC further than the Flash stage it self casue I have seen it done in the "Ball" demo (the one that you can download in the FlashAnts Website). So I was wondering how you would go about and drag a MC further than the flash stage it self just like in the Ball demo. Can anyone help me please!!


Thank You in advance for any help given :)

Flash Akira :D

Flashants
10-23-2002, 03:49 AM
If you wanna make your animation draggable around the whole desktop , you should:

Option 1. Design your flash movie in fullscreen mode. And you need to add "SpriteBound" fscommand to speedup the animation. Please refer to the sample for fullscreen design:
http://www.flashants.com/tutor/icesample3.shtml

Option 2. Design your flash movie in small window. Do not allow to drag MC in the movie. Instead, use the following fscommand to drag the whole stage: fscommand("fas.win.ClickToMove", "TRUE");
And use the "fas.win.*" to move the whole window position if needed.

Regards,

flash akira
10-23-2002, 01:59 PM
Hi Flashants

Thanx for the reply. I would like to go for option 1. I have tried that, it works to a certain extent. I would like it to have:

fscommand("fullscreen", "true");

// This is where I have the problem, if I set this to "false" I can't drag my MC any further than the 800 x 600 boundery(which is the flash stage)
fscommand("allowscale", "false");

I would like to set the flash stage at 800 x 600 and nothing bigger.

Is this possible??

Thanx again for your help :)

Flash Akira :D

Flashants
10-25-2002, 05:18 AM
Would you send your fla to us?
That might help us to solve the problem more easily.
support@flashants.com
Regards,