Game making help:D

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Game making help:D
bunny56
CZ Newbie
bunny56 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 05, 2004
0.00 posts per day
Posts: 1
Points: 48
   
I'm having a bit of trouble with making a game, see. I'm making a game where you control a character and move around collecting items people have lost. However, I can't figure out how to make it so that when you press the right arrow he moves right and so on. Can anyone help me? icon_biggrin.gif



Back to top Reply with quote
#2   
deadsoul
CZ Moderator
usa.gif pennsylvania.gif
Occupation: I Have no Idea
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.03 posts per day
Posts: 236
Points: 20,177
 Yahoo Messenger  
<not set yet>.onKeyUp = function() {
};


altho you need to control it as seperate objects depending on how far you go

like will the person just be a shape that moves?
if so then it is just ( ON) action script set under key UP, Down , Left, Right

if its a walking figure then you must make a move inside your frame of the figure walking

then the script gets longer (On)> <not set yet>.onKeyUp = function() {
MovieClip.moveTo();
};




_________________
Ich bin tote Seele ein Künstler durch Natur
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum