Questions tagged [actionscript]

Actionscript is an object-oriented programming language primarily used in association with Adobe Flash.

ActionScript is primarily used with Flash and other Adobe products. Questions using this tag should be about the language itself and not the product it is being used with.

32 questions
2
votes
1 answer

How to start external AS file playing on frame 2 (instead of frame 1)

I am using actionscript 3 and I have used an external actionscript file (.as) for my game. I would like the external actionscript file to be played at frame 2 (instead of frame 1, as it is an introductory page of the game) on the timeline. How do…
Nail
  • 21
  • 1
1
vote
1 answer

Codes for walking on platforms along with jumping using actionscript 2.0

I want to know the shortest and most understandable code for walking on platforms using actionscript 2.0. I know there are multiple ways in doing it but my method becomes too tedious when a lot of platforms are needed. So I just want to know: 1.) A…
1
vote
0 answers

Correctly implement of an object rotation

How can I correctly implement 360 degree rotation of some object, every time when some condition is meet? I have two class, one with definition of function and second with setInterval() function. The problem is that the 360 degree rotation is…
Guest6237
  • 11
  • 1