Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Middy13

    Object Movement on Uneven Ground

    Say that I have an object named "tank" and the object on which the tank will travel on is named "ground". The ground will be an uneven surface, a bump in the middle. How would I make the actionscript force the tank to travel on top of the ground (even up and down the hill) when the RIGHT...
  2. Middy13

    Flash Rotation

    How will I add on to this script to make an object called "gun" rotate 1 degree at a time? onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) {
  3. Middy13

    Actionscript Gaming

    I'm really new to actionscript and I am attempting to make a game. I can make a object move around using the keyboard but I do not know how to make a object rotate when a key is pressed. I also need to have some type of gravity. So when I press right on the keyboard the object will stay on the...

Part and Inventory Search

Back
Top