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
-3
votes
1 answer

How can i use the intersection from AS3 to make a reposition of a Rectangle?

After a detected collision between 2 Rectangles (i used the intersects method), i wish to reposition the Rectangle "player". I'm working with Flash Develop + Starling.
-3
votes
1 answer

Does AS3 have a method similar to PHP's strtr()?

I need to replace some characters in a string. For example: var str:String = 'Hello World!'; And I need to change all characters in this string using some table of comparison that is an array. In PHP I would use the strtr() method for this purpose.…
L6go1as
  • 39
  • 9
1 2 3
51
52