Skip to main content

Questions tagged [flashdevelop]

Filter by
Sorted by
Tagged with
1 vote
0 answers
153 views

I was wondering what would be the logic behind coding a drawing simulator like the one on this website: https://www.mdbg.net/chindict/chindict.php?page=chardict&cdcanoce=0&cdqchi= The ...
Zulu's user avatar
  • 11
1 vote
0 answers
59 views

What setting/feature am I not configuring properly to have my StackFrame Panel back to a working state? OS: Windows 10 64bit IDE: FlashDevelop 5.1.1.1 for .NET 3.5 (32bit and 64bit behave the same) ...
Phlaw's user avatar
  • 11
0 votes
1 answer
192 views

With a little help I have managed to create a 2D planet with working gravity that constantly pulls a character towards its center. The only problem now is that I am completely stumped on how to make ...
Denver Thomas's user avatar
0 votes
1 answer
622 views

I'm facing issues with finding the right solution for detecting and limiting the Sprite object "Knob" moved on y axis inside it's parent sprite "Frame", using FlashDevelop 5. Using ...
That Marc's user avatar
  • 123
1 vote
1 answer
199 views

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 ...
Denver Thomas's user avatar
1 vote
1 answer
505 views

I just started with FlashDevelop and Flixel, and I already have a question. I created this basic hello world: ...
Rudey's user avatar
  • 453
1 vote
1 answer
3k views

I am using this tutorial: http://www.flashdevelop.org/wikidocs/index.php?title=AS3:FlexAndFlashCS3Workflow In the past older versions of Flash Pro I was able to complete these steps: right-click on ...
AturSams's user avatar
  • 10.6k
1 vote
1 answer
735 views

So I have an engine (air application) that basically (for now) is loading some windows on the screen/stage, and you can drag them around. And later on, I'll be able to add other objects onto the stage....
Nicholas's user avatar
  • 431
1 vote
2 answers
3k views

I've been looking for a book on actionscript3 development, but while there's tons of books out there, nobody seems to want to recommend any specific one. One book I've been pointed towards is the ...