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

classpath in as3 flashdevelop

I am very new in AS3. I use FlashDevelop 4. I have no Adobe Flash, just FD (pure AS3) I have problems with classpath. I searched the database but I found nothing that could help me. So the problem is as follow. I have the project "Testing" in C:\AS…
E B
  • 59
  • 1
  • 8
0
votes
1 answer

FireFox displaying an unexpected error

Hi guys i am working on the drawing application. I have completed the application but it is not working on the FireFox properly it is showing as unexpected error i.e. image of a explanation. Can anyone help me to figure out this error. here is the…
Ajay Kumar
  • 67
  • 1
  • 3
  • 9
0
votes
1 answer

How to loop between 2 frames using a velocity factor ? AS3 FlashDevelop

Im glad to be here! Let me ask.. I´ve a function: trace(figurasQuePiscarao) = 1,4,5,6,8,14,15 velocidadePiscaFigura:Number = 5 function enterFramePisca(e:Event):void { volta++ if (volta >=…
Filipe Tagliacozzi
  • 1,431
  • 2
  • 20
  • 28
0
votes
2 answers

flashdevelop for game development

I'm trying out flashdevelop for flash game programming. I've searched around and any good resource tells me the flash IDE way of doing things. searching again, i come across flex, mxml, flex sdk. I feel like punching someone now.(lol. i'm…
rethabile
  • 3,029
  • 6
  • 34
  • 68
0
votes
2 answers

Flash movie not loading

I am in the process of replicating a current website. The existing site has a .swf for the header, and I've copied the code exactly as it is on the current site (obviously changed the location of the .swf file). The problem I'm having is that it…
0
votes
1 answer

AS3 - How to access an object instance from a separate class

I have a game engine class that creates my main character instance and game border instance when the game is loaded like so: public class Engine extends MovieClip { var char:Char = new Char(stage); stage.addChildAt(char, 1); var…
0
votes
2 answers

How do I extract the width and height of an embedded image in AS3?

How do I extract the width and height of an embedded image in AS3 instead of explicitly stating the dimensions? Here's what I'm trying to do: [Embed(source="../../lib/spaceship.png")] private var ShipImage:Class; private var…
dragonx99
  • 33
  • 3
0
votes
2 answers

game design coding error

/Question/ I have been at this for about a week and still can't find the problem. I used trace statements but I cant tell whether is this or that. As I am still quite still inexperienced myself. I am using Flash Develop. thanks. /* This is…
0
votes
1 answer

Cannot compile because of TweenEvent

A little Backstory: I took on an AS3 project at university, no one of the original team is left/reachable. I was originally told I only nead FlashDevelop. I don't have to alter the code yet, just compile it. I'm pretty good at java programming with…
Syrina
  • 1
  • 1
0
votes
1 answer

Box2D/AS3 Dynamic Platform only bounces Other Dynamic Objects

I have a dynamic platform which is moved by the keyboard. Think brick breaker games. I want it to reflect other dynamic objects that hit it, but I don't want it to get knocked all over the place. How do I do that? Appreciate the help. Thanks.
Davina Leong
  • 737
  • 2
  • 11
  • 28
0
votes
1 answer

Loading External Text file into a Flash - URL not loading

Flash ActionScript myData = new LoadVars(); myData.onLoad = function() { myText_txt.text = this.myVariable; }; myData.load("http://www.myserver.com/test/myText.txt");
sjpatel
  • 59
  • 4
  • 10
0
votes
3 answers

AS3, FlashDevelop: Booleans. How do you GC them?

I'm using AS3 and FlashDevelop, and I cannot seem to convince my FlashPlayer/AVM to GC it. I tried the pretty standard options: myboolean = null; delete(myboolean); But for the null it says "col: 14 Warning: null used where a Boolean value was…
0
votes
4 answers

How to embed and display a png with FlashDevelop, Haxe and Swfmill

I am having trouble getting a png file to display in a simple Flash application I am building using Haxe and FlashDevelop. Step taken Added the png file to my project. Added the png to the library Set the option to embed as a bitmap Set an Id for…
Alex Jeffery
  • 187
  • 3
  • 12
0
votes
1 answer

as3 movieclip antialias

I kept a bitmap inside a movieClip, bitmap has been set to be smoothing. but when I changed the scale of this movieclip, it still got pixelated. Do we have the way to avoid. it is really painful.
Chao Wang
  • 13
  • 4
0
votes
1 answer

Unnecessary Peer Assisted Networking dialog box

We are close to deploying a build of our product. However, we are cursed by a Peer Assisted Networking permissions dialog, which we do not want. We don't need to use anything that relies on peer assisted networking and believe the dialog is caused…
Oliver Moran
  • 5,137
  • 4
  • 31
  • 45