How can I use the input? Like how would I print what was written in the input box it on the screen somewhere else?
Type: Posts; User: Dude
How can I use the input? Like how would I print what was written in the input box it on the screen somewhere else?
How can I get one movieclip to use variables from another movieclip?
no I mean if two keyboard keys are being pressed at the same time
How would I make it so that if two movieclips touch each other, something happens?
How do I make an input box?
How do you have two conditions and two functions?
I want it so that if two buttons are pressed, two things will happen.
for example: if (Key.isDown(Key.UP) and Key.isDown(Key.RIGHT)){this._x = 50...
how do I make it so that when a movieclip that is controlled by the keyboard will do something when it gets to a certain spot?