FlashDevelop is a popular, free and open source IDE for ActionScript and haXe.

learn more… | top users | synonyms

0
votes
1answer
13 views

How can i move code from a frame to another so i can create a menu?

i'm creating a videogame and so far i've been messing with it on the frame 1 since it's code just needed a frame to run, altho, now i have come to the place where i want to create a menu, and so i was ...
0
votes
0answers
35 views

Good tutorial for flex 4 in flash develop

I'm looking for a good tutorial, which shows how to develop Flex 4 Apps with AS3 background in Flash Develop. It should show how to create a Main.mxml with controlled by another Main.as. Is there a ...
0
votes
2answers
57 views

Imposible to build an android version of my project with nme, haxe and flashdevelop

I’m trying to compile my nme project for android, but until this moment it has been impossible for me. The error message that I’m getting is Running process: C:\Program Files ...
0
votes
1answer
35 views

Create New Frames Programatically

I was building an beginner application with Flashdevelop, when I met the following problem. I would like to create a MovieClip type Table.as class: public class Table extends MovieClip { ... } ...
0
votes
1answer
24 views

how to fix textSelectedColor property in dropdownlist uisng flash builder 4.6

I am using s:DropDownList component in flash builder 4.6. I have to set property "textSelectedColor" which is given in mx:ComboBox but not given in s:DropDownList. So can anyone help me please to fix ...
0
votes
1answer
42 views

as3 MVC Using Arrays as Model Get/Set Variables

I am relatively familiar with the model-view-controller framework for actionscript 3. I have only used numbers and strings as variables in the model class. Now I am at a project that is basically an ...
3
votes
2answers
59 views

AS3 - Can Bitmap classes dispatch mouse events?

I'm trying to learn AS3 and have run into a small problem. I have a Bitmap class to which I add a MouseEvent.CLICK listener, but the event doesn't seem to be dispatched. I use Flashdevelop to write ...
4
votes
1answer
113 views

Flash WebSocket Disconnect

I'm using AS3WebSocket module to connect web sockets. It works well when I launch flash locally (flash file is marked as trusted in global settings). But when I open server page with flash, it ...
0
votes
1answer
47 views

Resize a Sprite image in Haxe?

I am developing a small game using Haxe and box2d. I am rescaling the player body which is a sphere, while the player is in contact with a particular object, but I am trying to scale the image as I ...
0
votes
1answer
46 views

Loading local .png and .mp3 files in Actionscript 3.0

I am writing a program in Actionscript using FlashDevelop. Using URLRequest, I am loading image and sound files perfectly fine when the program is run through FlashDevelop. The files are located in ...
0
votes
0answers
54 views

Creating Skin Class for Component Styling in Pure Flash AS3

I'm new to AS3, very out of touch with the flash platform since 2000s, and prefer not to use Flash pro. I compile using the FlashDevelop's FDbuild and FlexSDK. I want to not touch Flash Pro at all, ...
0
votes
2answers
82 views

Haxe Flixel Trace

Day one Haxe Flixel Coder. Stupid error, but Google isn't helping me. How do I trace to FlashDevelop output using Haxe, NME and Flixel. It works when executing using C++, but nothing for Flash! I've ...
0
votes
1answer
21 views

Does Flash Player 11 force apps written for flash below 10.2 to use HW Acceleration?

I've got a question for Flash Developers. I would like to know if current Flash Player 11.x can force old apps/games (written for version below 10.2) to use Hardware Acceleration? If you got any ...
0
votes
2answers
60 views

ActionScript 3 movieclip with interchangeable images

I'm creating a game using Flash Develop and ActionScript 3.0 and I can't figure out how to make a "Character Creation" menu, in the sense that, I want to animate a movieclip full of images (head, ...
0
votes
1answer
11 views

How to bundle swf in flashdevelop?

I'm new with flashdevelop and programming in general. Whenever I try to bundle a project into swf it keeps failing and going back to this line. import Scripts.class.*; With the ss.*; part ...
2
votes
1answer
53 views

Collision detection using QuadTree in AS3

Ok. I managed to make and use QuadTree for my collision Detection alghorithm and it works just fine. I have my enemies and put them in the QuadTree, than retrieve the candidates that could possibly ...
0
votes
1answer
91 views

How to use ASC 2.0 with FlashDevelop 4.4 for inline functions?

Up until now I used Aparat for inline funcs. I am new to ASC 2.0 and FlashDevelop 4.4 I wish to create a swf file that uses ASC 2.0 inline functions as described here: http://www.bytearray.org/?p=4789 ...
0
votes
0answers
81 views

FlashDevelop can't install the Android app on device

I connect my tablet via Wifi and get install the apk file generated by Adobe Air on it. I install it via "adb install" and it works. But on FlashDevelop, when I configure to run on device, it's shown ...
-1
votes
0answers
16 views

Flashdevelop profiler shows memory drop soon after start of swf [closed]

I've noticed that when I start this particular project, according to the default profiler, it starts out at about 15.5 Kb memory comsumption and then after a couple seconds drops down to 11.5 Kb and ...
0
votes
3answers
43 views

SWF Debug details

I am trying to view SWF file details (like from which path it was compiled). This SWF was created using flex SDK. Where and how can I see the debug details of the SWF file? Thanks
0
votes
1answer
59 views

AS3, FlashDevelop: this[ ] not working within return Function

Well this was interesting -at least for me, in my ignorance. Let the code speak: public function textSfx(chPos:int, otlPos:int):void { var sfxTimer:Timer = new Timer (100, 12); ...
0
votes
2answers
72 views

Use FLVplayback in FlashDevelop, add Sprite Class to a World in AS3

Hi (excuse me if there are grammar mistakes, I'm french), I'm a beginner in AS3 but I know a bit better Flashpunk; whatever, I have really some difficulties to code in AS3 and can't get how to insert ...
0
votes
2answers
56 views

AS3: object declared within function, listener within object…do they both get GC?

Evening y'all, I normally have no need to ask as there is a plethora of info, but this I cannot find -at least, not specifically. Here's the gist: I'm declaring an object inside a function, then ...
0
votes
1answer
230 views

FlashDevelop Classpath Definition not Found

I downloaded greensock-as3.zip and set up 'com' folder classpath but I get this error messages Error: Access of undefined property TweenLite. Error: Definition com.greensock:TweenLite could not be ...
0
votes
2answers
65 views

About string messages in AS3

Hello I have about 10 string messages that I want displayed on screen, but the problem is that they are too long, so I find it clumsy to edit them. Is there a way to store all these messages in a ...
0
votes
1answer
268 views

Haxe NME project with Android target fails to deploy: Activity class does not exist

I created an NME project in FlashDevelop, in the Main.hx I loaded a Bitmap then clicked on the build button with android as target. The build successfully finishes but then I get the following error: ...
0
votes
1answer
30 views

Saving flash Stage Data to XML (runtime)

I am working on a prototype in which i have to generate XML file of stage, I mean to say that in which order elements created on stage i have to create node list in XML with their data type and other ...
0
votes
1answer
14 views

Why all debug buttons disabled?

I have installed flashdevelop in windows XP, and although I've installed java 6, all buttons of debugger are disabled .. Any idea? please see attached image
-1
votes
1answer
44 views

Prevent redistribution of flex air application [closed]

This is related to flex desktop application. Suppose, i plan to distribute the application via CD. Is there any way to prevent the re-installation of the application on different computers using ...
0
votes
1answer
41 views

How can I suppose to run AIR Mobile AS3 App on mobile?

Now I use flash developer and create AIR Mobile AS3 App and I wonder how can I change app run time from desktop to my mobile device? Thanks
0
votes
1answer
115 views

How to create a sprite from an image loaded in Loader()?

I'm loading a background image via the Loader() class and wanted to know if there's a way to create a sprite from that loaded image? I'm wanting to put a function in an external class file to put ...
0
votes
1answer
126 views

AS3 hitTestObject will not register

Hey guys so basically i want to create mulltiple levels and i set up the levels as shown below but for some reason the HittestObject for level_2 is not initiating. I cant pinpoint what i am doing ...
0
votes
2answers
111 views

Using graphics in FlashDevelop

I've been programming ActionScript 3 for some while and I've recently decided to ditch Flash Professional in favour of FlashDevelop. I'm glad of the choice, but I eventually found a small problem: ...
0
votes
1answer
119 views

as3 animation with multiple images

I have only 3 images that I'm working with for animating a running animal: 1: animal standing 2: animal in stride/jumping 3: animal on its back dead Currently, I'm embedding them into the main class ...
0
votes
3answers
65 views

How to load an image from flash library?

I am developing an ad which involved zooming effects on mouse hover. Currently its loading an external image which placed in the same folder. What I am looking for: I need to load the image from my ...
1
vote
1answer
100 views

AS3 how to set intial stage size

How do I set the initial stage sizing (height/width) if I'm developing in pure AS3 utilizing the FlashDevelop tool?
-1
votes
1answer
83 views

FlashDevelop runtime Overhead

Today I met a big headache that seems nothing to do with my code. When I tested my game and set frame rate is 60, but even when my game was in idle, the fps still stayed at 30. I check the game in my ...
0
votes
2answers
41 views

allow event listener access to variable outside of its function

public class Main extends MovieClip { public function Main():void { getOne() } function getOne():void { var varOne:Boolean = false; stage.addEventListener(MouseEvent.CLICK, ...
0
votes
0answers
115 views

“VerifyError: Error #1014: Class flash.data::SQLConnection could not be found” after adding SQLite code

I'm working on a mobile AIR app using Flash Pro CS6 and FlashDevelop 4.3.0. After adding SQLite to my app and trying to use the FlashDevelop debugger, FlashDevelop shows this error in the Output ...
0
votes
1answer
34 views

setting a TextField's defaultTextFormat from a function

Thought this would work... var bFormat:TextFormat, bStartText:TextField, bQuitText:Textfield; bFormat = getFormat(); bStartText = getText("Start"); bStartText.defaultTextFormat = bFormat; ...
0
votes
1answer
20 views

how to keep positioning of text with a button?

Trying to create a button with text and can't seem to find an easy way to get them to position properly. I figured after building the button, I could just target the button's x/y/height/width for the ...
0
votes
1answer
41 views

Does FlashDevelop have a feature changing a value when I'm debugging?

Does FlashDevelop have a feature changing a value when I'm debugging? If so, how do i change a value? To explain more detail for the feature above, I want you to see the example of the same feature ...
1
vote
1answer
59 views

Sprites are disappearing in AS3

I have this class structure below public class Main extends Sprite { private var myObject:MyObject; private var mySecondObject:MySecondObject; private var ...
0
votes
1answer
51 views

Why onMouseUp is not fired?

I tried a simple example for createjs, yet, the onMouseUp event is not fired, what would be the reason? Here is the example I tried
0
votes
0answers
125 views

AS3 Colouring book with scrolling movie clips

I have created a flash colouring game that works with an array of colours that show up beside a black and white vector movie clip (with movie clips for each colourable part inside of it) that users ...
0
votes
1answer
74 views

Flash Player behaviour when lost focus

I've got a real problem with FlashPlayer. What I need is to have it working on full speed when it is in the THROTTLE mode - that means when FlashPlayer loose its focus and decrease framerate to about ...
0
votes
2answers
76 views

Game stucture design

Ok. I have a question about AS3 game structure. How to structure simple shooter game. I have a main Hero and ships that shoot bulets. I want to add two levels but I am not sure how to structure them ...
2
votes
2answers
173 views

Using SWFLoader with Flex

I'm creating an Air Desktop Application. I've compiled an SWF file from FLA, using Flash Player 10, ActionScript 3.0. I'm now trying to pull the SWF into my desktop application using mxml through ...
10
votes
3answers
205 views

Calling the zoom in and out of context menu from custom button in flex3

I want to call the zoom in and zoom out function of context menu from custom button In adobe flex application. Code something like this : onZoomInButtonClick() { ...
0
votes
2answers
56 views

How to set up Movieclip names to be refrenced by array

Ok I have a bunch of movieclips named p1, p2, p3, ..., pn all with actionscript identifiers the same as their names. I would like to then say for an array looping through all of them, take "P" + i.y ...

1 2 3 4 5 8