|
-
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
-
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.
-
Senior Member
for walking to the next screen, use:
if (character._x > 550){
nextFrame();
}
Olorin
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|