Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Flashants Support Forum

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-22-2002, 08:04 PM   #1
flash akira
Registered User
 
Join Date: Oct 2002
Posts: 2
Question Can't drag my Movie Clip anymore further than my Stage???

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
flash akira is offline   Reply With Quote
Old 10-23-2002, 03:49 AM   #2
Flashants
Moderator
 
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
Default

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,
Flashants is offline   Reply With Quote
Old 10-23-2002, 01:59 PM   #3
flash akira
Registered User
 
Join Date: Oct 2002
Posts: 2
Default

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
flash akira is offline   Reply With Quote
Old 10-25-2002, 05:18 AM   #4
Flashants
Moderator
 
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
Default

Would you send your fla to us?
That might help us to solve the problem more easily.
support@flashants.com
Regards,
Flashants is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:44 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.