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 strongm 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. N64MARIO64

    Space Invaders Type Game

    I'm working on a space invaders type game and I'm working on learning Action Script. If someone can help and tell me the code to make the ship move up and down. The target name is 'ship' Thanks -mario
  2. N64MARIO64

    Flash MX Game Tutorial

    Where can I get an example of a space invaders type game in flash mx.
  3. N64MARIO64

    Shoot Bad Guys in Space Invaders

    In this space invaders game I'm working on how would I make the movie clip 'bullet' follow movie clip "ship" and when the space bar is pressed make bullet._alpha+=100 and the bullet move from left to right on the screen and it it hits Movie CLip "BadGuy1" the movie clip...
  4. N64MARIO64

    Key Controls - Stop @ Bottom & Top of movie

    Thank you frozenpeas - It works - a few bugs - but I fixed it up. Thanks :-)
  5. N64MARIO64

    Key Controls - Stop @ Bottom & Top of movie

    How do I make a movie clip stop at the top & bottom of the movie. So far I have this.I have this already haveon ClipEvent(load){ speed = 5; } onClipEvent (enterFrame) { (Key.isDown(key.DOWN))?(this._y+=speed):null; (Key.isDown(key.UP))?(this._y-=speed):null; updateAfterEvent(); }
  6. N64MARIO64

    Remote Control for PC

    I think they computer companies should make like a remote pda thing where you see your screen on a small lcd screen and you can do things from away from the pc. WHat you would need this for. I have no idea.
  7. N64MARIO64

    Swish and Flash

    Create a new scene then import it on that scene. Then on the frame put Go to and Play Scene1,frame1
  8. N64MARIO64

    Nice AS (not like that, sickos)

    Nice,did you make that?
  9. N64MARIO64

    Space Invaders Game

    What flash are you using? I am using 4. I cannot put codes on movie clips(or that i know of you can't) Can I just put it on the movie itself?
  10. N64MARIO64

    _x and _y Movement

    How can I make the y pos move when the <down> button is pressed
  11. N64MARIO64

    Space Invaders Game

    Hi, I am working on a space invaders type game. I would like to know the code to make the x pos to move up and down when the up & down arrows keys are pressed. Thanks -mario

Part and Inventory Search

Back
Top