I am trying to create a game similar to Metroid: Zero Mission. I am currently using this script to make him move. However, I want to make the characters' legs move (smoothly) as the character moves. I already have the costumes. How is this possible?
Last edited by Naedx (2008-07-25 11:19:50)
Offline
(just a suggestion) maybe you could make it --- repeat until left or right key pressed wait 0.5 seconds next costume ------
Again, just an Idea as I'm not THAT good at scratch lol but try it out. and the seconds can be changed for smoothness.
Offline
Well, I see you already ave the speeds aand stuff. Usually Iwould say make a seperate script that is like this:
<wait( .1 )secsc>
<next costume>
as a key was pressed, but yours, you might wanna do that, but make the seconds like this:
<wait( (( 1 </> <{ VelocityX }> )) )secsc>
I used that for my roulette table (the seconds part) and it works great!
Offline
Thanks for your help everybody. I got it up and running (if you'll excuse the pun) using a separate script that activated at the same time as the movement one (basically the same idea as Bluestribute's).
Last edited by Naedx (2008-07-26 12:34:20)
Offline