tagged [actionscript]

Flashing Button with Flex/Action Script

Flashing Button with Flex/Action Script I want to make a button flash red in response to an event, and then stop flashing whenever the button is pressed. This would be much like the master alarm butto...

4 Aug at 12:24

How do I modify existing AS3 events so that I can pass data?

How do I modify existing AS3 events so that I can pass data? So I want a way to set up events so that I can pass data without creating closures \ memory leaks. This is as far as I have got: ``` packag...

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 does object initialization occur when deserializing binary objects in Flex?

How does object initialization occur when deserializing binary objects in Flex? The jist of what I'd like to know and focus on , is details on how binary deserialization occurs in Flex 3. When is the ...

3 Sep at 14:25

Flex4 using addElement does not show element properly

Flex4 using addElement does not show element properly I am using the new Flex4 Spark stuff but I'm stuck at an awful problem. Let me explain a bit of the situation first. I have a container `mx:Canvas...

13 May at 01:15

Server not picking up information from database and passing it to client

Server not picking up information from database and passing it to client I am trying to get my server to get the sso from the logged in user (web) and pass that to an AS3 client. If I set a specific S...

27 Sep at 17:2