Questions tagged [flashdevelop]

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

FlashDevelop is a free and open source (MIT license) source code editor for Windows.

FlashDevelop offers first class support for Flash ActionScript (2 and 3) and Haxe development: great and fast code completion & code generation, projects compilation & debugging, plenty of project templates, SWF/SWC exploration, etc. See: features & screenshots.

FlashDevelop is more generally a good web developer IDE with integrated source-control support (svn, git, mercurial), tasks/todo, snippets, XML/HTML completion and built-in zen-coding for HTML.

767 questions
0
votes
2 answers

AS3 Air 3.3 app on Android always crashes after 4 seconds

I'm testing on an HTC Sensation, running android 4.0.3. I'm publishing using FlashDevelop 4.0.3 and using the Air Mobile AS3 App template. All the application does is display a Rectangle…
0
votes
2 answers

Actionscript 3.0, using FlashDevelop: local variables. Can they be mistakenly created ad infinitum?

Riddle me this: I have my MouseEvent.MOUSE_DOWN which calls mouseHandler. The latter looks something like this: public function mouseHandler(evt:MouseEvent):void { var p:Point = new Point(mouseX, mouseY); var objs:Array = new…
0
votes
1 answer

Is there a canvas html5 framework that use a flash like API?

I'm working on a canvas app, and I need to be able to create bitmaps, lines, groups,and manage click events. I tried: kinetic-v3.9.6.js easeljs-0.4.2.min.js These are very nice tools but they don't have a way to get the width of a group of…
Delta
  • 2,004
  • 3
  • 25
  • 33
0
votes
1 answer

FlashDevelop 4.0.1 Error while trying to format code

I´m trying to format my class in FlashDevelop. This class has 1132 lines of code. The problem is... FlashDevelop isn´t formatting the code. If I try to format small amount of AS3 code, the program works fine. It seems that, Flash Develop has a bug…
Marcelo Noronha
  • 807
  • 2
  • 12
  • 26
0
votes
2 answers

How to set up MonsterDebugger and FlashDevelop?

I'm trying to follow directions given by MonsterDebugger I've linked the SWC, added the code. Then built the project. The last thing they say: "Publish your project and watch the magic happen." What I got is a SWF that is built to an http…
dev.e.loper
  • 35,446
  • 76
  • 161
  • 247
0
votes
2 answers

Importing a SWC for a Flex Project in Flash Develop

I just started using flashdevelop for flex apps (I had been using it for pure as3 projects previously). I can't figure out how to import files and such. I have included them to the library as usually. In this case I have included flexlib.swc and…
Parris
0
votes
1 answer

Very weird flash loading issue (Only happens in IE, Not FF)

I have produced a website for a design company http://www. paul bro okes des ign dot com As you can see the first page has a flash image fader on it. This works totally in Firefox on all computers. But in IE on several computers, this fails to…
Tom
  • 129
  • 1
  • 2
  • 5
0
votes
1 answer

Load "symbols" (art assets) from fla (Adobe Flash Professional 5.5) with FlashDevelop?

keep in mind I normally use pure as3 and FlashDevelop :) I am really new to this "working with Adobe Flash Professional" thing and I am working with an artist that basically put all the art in a .fla file. I am a veteran pure as3 programmer and I…
AturSams
  • 7,568
  • 18
  • 64
  • 98
-1
votes
2 answers

Installation of Away 3d 4.0

I have some programming experience with Actionscript 3 and am totally new to Away3d. I have not been successful in installing the library on FlashDevelop, which is my favorite editor, although I also like FDT ( free version though... ). If someone…
-1
votes
1 answer

as3 starling tile array

Im trying to make a tile array system using flashDevelop and starling. I think i complete that but i dont understand how i make bounds,intersects between the tile array and my hero. Note that i make it using tutorials around the internet and not…
-1
votes
1 answer

As3 Globals doesn't work

I have two swf files.I have followed this global variables in AS3 yet no use. I have a home.fla file import flash.events.MouseEvent; import flash.display.StageDisplayState; import flash.display.MovieClip; stage.displayState =…
-1
votes
1 answer

Does FlashPunk use GPU render like Starling?

Im interest to know if FlashPunk is a good option to make games for mobile devices.
Savvas Ant
  • 25
  • 5
-1
votes
1 answer

AS3 - Space Shooter Enemy Shots

I'm very new to AS3 and programming in general and I've been developing a space shooter game in AS3 and have run into trouble regarding the enemy shots. The enemies fly vertically down from the top of the screen and should fire two shots (one going…
Lethys
  • 3
  • 2
-1
votes
1 answer

AS3/Flash Develop - Radial Gravity (character on planet simulation)

I am trying to create a program where a character shape will be constantly drawn towards the centre of a planet shape. I have taken on previous advice into using physics equations to generate the desired effect yet I think I am missing some and…
-1
votes
1 answer

AS3 debugger stops responding while trying to load image into sprite using Loader

I'm trying to create a simple Menu in AS3. There is a sprite called startButton, which when pressed will call the function startGame, and that's it! But, not so easy. I'm using flashdevelop IDE so I'm trying to call a loader to get a .png image file…
Elgin Beloy
  • 93
  • 1
  • 6