Questions tagged [avm2]

AVM2 is the second iteration of the Actionscript Virtual Machine.

AVM2 executes programs written in .

35 questions
0
votes
2 answers

Draggin Dropping of AVM1(ActionScript 1/2) dont work in AVM2(ActionScript 3/Flex)

I have a application developed in ActionScript 2 which has dragging/dropping activity. which works fine. I used following to test dropping dropObject.hitTest(_root._xmouse, _root._ymouse, true) //if true, drop currently dragging object Problem…
DexTer
  • 2,043
  • 1
  • 22
  • 45
0
votes
1 answer

Flash on Linux Server

I'm a Flash fanboy and want to hear that Flash works well with a Linux Server. How is Flashes performance in a Linux environment? I'm ignorant about servers and linux, but should have an answer. I'm trying to be objective. Thanks, REQUIREMENTS: •…
anon255058
0
votes
1 answer

Will JIT protect my dicenumber variable from being manipulated?

I am making a basic game similar to a game called "Monopoly". You have to roll the dice and move the number of places the dice has rolled (1-6). A code example would be something like this: public function RollDice() : int { return randRange(1,…
Cover
  • 73
  • 1
  • 8
0
votes
1 answer

Going from AVM2 Bytecode back to Action Script?

I currently have a .swf file that I decompressed and decompiled. I have been looking around for tutorials on how to use ABC Bytecode, but I have not found much. Is there a debugger program that can convert it back to ActionScript 3? Would flew 2…
Matt
  • 170
  • 1
  • 2
  • 15
0
votes
0 answers

Flash stops applying keyframe information to a MovieClip if any of its properties are changed?

Suppose I have a 3-frame MovieClip with a box (instance name "box"). Each frame applies a different blur to the box, so that it's a little blurred on frame 1, a little more blurred on frame 2, and very blurred on frame 3. I can call "gotoAndStop"…
Triynko
  • 18,766
  • 21
  • 107
  • 173
1 2
3