flashdevelop
FlashDevelop settings
I\'ve recently upgraded to FlashDevelop 4, which of course has reverted all the settings I had previously to the original.[详细]
2023-04-10 19:35 分类:问答FlashDevelop: AS3 Tweening Stop on Steep Slope
I\'m using the caurina.transitions.Tweener; class with AS3 to tween a 3D object through my 3D environment (created with alternativa3D platform) from point A to point B. And everything works great, the[详细]
2023-04-10 15:58 分类:问答AS3 Make enemy move towards mouse
package { import enemies.Enemy; import flash.display.Sprite; import flash.events.*; public class Main extends Sprite {[详细]
2023-04-09 15:38 分类:问答addChild custom class AS3
This is the class I am trying instantiate into my main class: public class Character extends Sprite { [Embed(source=\'../lib/front1.svg\')][详细]
2023-04-08 00:02 分类:问答Changing movieclips in FlashDevelop (or other IDEs with no graphics)
I am doing this: [Embed(source = \"../lib/hfront.swf\")] private var charfront1Class : Class; private var charfront1:MovieClip = new charfront1Class;[详细]
2023-04-07 06:53 分类:问答Actionscript 2 vs. Actionscript 3
I have decided to get back into flash development, and when I last left (shortly after adobe had purchased Macromedia), AS3 was relatively new onto the scene.[详细]
2023-04-05 17:18 分类:问答How can I change the background of my panels in Flash Develop?
I used a theme to change the colors of my code and background, but all the other panels are still white on background. I would like to set a dark background开发者_开发问答 on all my panels/windows, is[详细]
2023-04-04 01:15 分类:问答Flex application doesn't work properly after uploading to a server
I\'m a C++ programmer, but I\'m a newbie in Flex. I\'m developing a Flex 3 application for a social network using the FlashDevelop. For debugging I\'m using the stand-alone FlashPlayer (10.3 debug) do[详细]
2023-04-01 18:27 分类:问答Can FlashDevelop deploy to iOS?
I have searched the internet looking for a definitive answer to the question of can FlashDevelop deploy to iOS. All the thing\'s I have read are not very clear and not very certain. I don\'t have enou[详细]
2023-03-30 02:00 分类:问答How to configure FlashDevelop for unit test builds?
I\'m using AsUnit for unit-testing my current AS3 project. My Main() is basically: if ( UnitTest ) runUnitTests();[详细]
2023-03-28 22:29 分类:问答