| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Oct 2002
Posts: 2
|
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 |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
|
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, |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2002
Posts: 2
|
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 |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
|
Would you send your fla to us?
That might help us to solve the problem more easily. support@flashants.com Regards, |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|