A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Makin a game NEED HELP!!!

  1. #1
    Junior Member
    Join Date
    Dec 2000
    Posts
    16
    hi yall

    Ok i started to make a game but now i got problems!!!
    Ok if the man walks he just walk out off the screen how can i make him go in a new part of the game???
    And how can i make him not walk over the house???

    look at it here:
    http://mypage.bluewin.ch/flash-zero/Game.swf
    (press on the game to play!)

    cya Flash-ZeRo

  2. #2
    Junior Member
    Join Date
    Dec 2000
    Posts
    16

    a couple ways

    To get him to not walk on the house, you need to use the hittest command (for flash 5 only). You can look up a couple tutorials about the hittest command here at flashkit and then use the command to have the creature not be able to move if he hits the house.

  3. #3
    Senior Member Olorin's Avatar
    Join Date
    Aug 2000
    Posts
    1,151
    for walking to the next screen, use:

    if (character._x > 550){
    nextFrame();
    }


    Olorin

  4. #4
    Junior Member
    Join Date
    Dec 2000
    Posts
    16
    thx ill try that

    Flash-ZeRo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center