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…
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:
•…
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,…
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…
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"…