Score of 0
1 answer
51 views
gotoandstop random frame without repeating AS3
Currently, gotoandstop any frame randomly is working fine, its working continues and repeating. but what I need is once it reaches all frames, it will stop on frame 5 without repeating any frame. Can ...
- reputation score 77
Score of 2
0 answers
269 views
Playing PCM data as sound in ActionScript 3.0 (Flash and AIR)
I'm trying to make an ABC/HR tool in Flash, but I can't manage to play the data as sound. Actually I prefer AS2, but I found that it is not enough for this purpose, so I decided to use AS3. But I can'...
- reputation score 23
Score of 0
2 answers
65 views
Trying to get makeMcShake script found in Newgrounds forum to work
So I found some old script in a Newgrounds forum that should allow me to shake the scene without having to animate the scene manually. The problem is I don't really understand how to make it work. Can ...
- reputation score 11
Score of 1
0 answers
54 views
ActionScript 2.0 to ActionScript 3.0 transition
I have a button 'buttonGo' and five different balls with different names (ballA, ballB, ballC, ballD and ballE). I have an ActionScript 2.0 code like the one below. Can anyone help me write a proper ...
- reputation score 11
Score of -1
1 answer
33 views
How to change applied force on contact using Nape?
Using Nape and ActionScript 3, I built a simple Angry Birds game. I want to modify the force applied by a Ball when it touches a Wall. I used a PreListener, but then I don't know what to change on the ...
- reputation score 79
Score of 1
1 answer
80 views
Best way to handle multiple URLLoader Requests in AS3
I have written the following class to abstract multiple calls to my server for sending data to a database and getting that data back. package { import flash.net.URLRequest; import flash.net.URLLoader; ...
- reputation score 104
Score of 1
1 answer
83 views
Swf unloads, but AS3 within that swf still executes
I have an AS3 Air App (Desktop App)- let us call it MAIN that loads a bunch of swfs. So, MAIN loads swfA and then unloads it. MAIN has an event listener that listens to unloading of swfA. Trace shows ...
- reputation score 104