actionscript-3
AS3 pass MovieClip to super
I have a Spaceship movieclip, with a movieclip Turret inside. Spaceship extends the Unit class, where I want to rotate the Turret.[详细]
2023-04-12 10:28 分类:问答AS3 Getter and companion setter in different namespaces
I\'m trying to create a property that can be set by extending classed and read publicly. I couldn\'t think of a good naming convention for a protected property with a public getter, so I tried to do[详细]
2023-04-12 09:35 分类:问答Flash based websites
Hi I come from a background of 1 year of HTML/CSS/Javascript/PHP/MySQL and recently Flash based websites atracted my atention.I know that I have to learn Actionscri开发者_如何学编程pt 3.0 and Flash pr[详细]
2023-04-12 09:22 分类:问答ActionScript3 External Class Keyboard Listener
I was trying to make a tank game in which I can move the tanks, let them shoot each other, etc... I insist on creating external classes with Flash Pro cause I am used to OOP language like Java. I crea[详细]
2023-04-12 09:04 分类:问答flashplayer vs html5
Is there anyway to detect if the browser has a flash player installed or supported by the html5 ? Any javascript trick ? Like below code.[详细]
2023-04-12 08:58 分类:问答How can I tell if an Actionscript object has a certain dynamic property on it?
I have a dynamic Actionscript class as follows: public dynamic class Foo {....} In my code I (may) add some properties to it:[详细]
2023-04-12 08:57 分类:问答how to stop triggering two event at a time in spark textarea (as3+flex4)
textChanged and valueCommit both event listener are attached with a spark textarea as follows: addEventListener(\"textChanged\",[详细]
2023-04-12 08:43 分类:问答SQLite Params and wildcards
I\'m trying to query like this... SELECT * FROM Urls WHERE Urls.url LIKE \'%\' + \'sports\' + \'%\' The above returns no records, whereas the following does return records.[详细]
2023-04-12 07:56 分类:问答Is it ever preferred to not declare the data type of the return value of a function?
Is it ever preferred to not declare the data type of the return value of a function?开发者_如何学JAVA[详细]
2023-04-12 07:15 分类:问答Issue when creating bitmap from a movie clip in AS3
I have a problem when I try to convert a movie clip in a Bitmap. Everything works well, but some attributes don\'t are not in the new Bitmap.[详细]
2023-04-12 07:14 分类:问答