tagged [actionscript]

Using hit-test bouncing ball in action script 3

Using hit-test bouncing ball in action script 3 I have this code which makes the ball bounce, but what I am looking for is to shoot bullets from the ground and once they hit the ball they should bounc...

16 Apr at 19:9

How to know if an object is dynamic in AS3

How to know if an object is dynamic in AS3 In Action Script 3, you can write a class that defines a dynamic object (MovieClip and Object are two examples), this objects can be modified in run-time. Wh...

Logging API for AS3

Logging API for AS3 quick question, I've been looking for a simple logging tool for AS3 projects (I do not want any Flex dependencies) and my impression so far has been that there is no actively devel...

5 Mar at 13:3

How does the Gaia Flash Framework access the scaffold.as file?

How does the Gaia Flash Framework access the scaffold.as file? In the Gaia Flash Framework, a file called 'Scaffold.as' is used to make each page a scaffold page. This is accessed by the code, But the...

Accessing .NET Web Service securely from Flex 3

Accessing .NET Web Service securely from Flex 3 We can successfully consume a .NET 2.0 web service from a Flex/AS3 application. Aside from SSL, how else can we make the security more robust (i.e., aut...

Is there a way to render svg data in a swf at runtime?

Is there a way to render svg data in a swf at runtime? I'd like to render to svg data in a swf at runtime (not in Flex - not using degrafa) - how would I go about doing that?

28 Aug at 17:54