Questions tagged [actionscript]
4 questions
2
votes
2 answers
Setting .as file to be actionscript instead of applesingle archive
When I save a file as something.as, OSX thinks it's an applesingle archive and when I open it it tries to unzip it.
Is there a way I can tell OSX that .as files are actionscript and not applesingle archives?
Philippe Mongeau
- 765
1
vote
1 answer
Changing size of window when testing Adobe AIR mobile applications
Im making a mobile phone Android application in Flash CS 5.5. I set the width/height of the stage to 480/800 px.
When I hit CTRL+ENTER to test run the application I get a window that is 480/800 px. It cannot be resized. I want to change the size of…
Peter
- 11
1
vote
2 answers
How to create ActionScript 2 project in FlashDevelop
In the latest FlashDevelop (FlashDevelop 5.3.0 at this time), by default you can only create ActionScript 3 project. But sometime you need ActionScript 2 project (for CryEngine 5.4).
I see some topic like:
How to enable ActionScript 2? that's so…
123iamking
- 607
0
votes
1 answer
while using an action, how to reduce image size to fit inside a shape
While writing an action, I want to open an image from my computer, copy, close image and paste it into my current project. Now I want that image to be resized to fit into a frame that is on on one of my layers
So it has to automated and done as part…