Pages: 1
Topic closed
I'm new here, so I'm sorry if I don't know exactly what you mean. I'll try my best!
So, here is what I need answers for:
How to make character jump,
How to make the background scroll right to left,
How to add in a distance calculator on screen, (feet or meters, please,)
No music or sprite art needed!
(please don't ask me if I need sprite art or music)
Thanks, I will try to answer questions efficiently.
Offline
SiLeNtScRaTcH wrote:
I'm new here, so I'm sorry if I don't know exactly what you mean. I'll try my best!
So, here is what I need answers for:
How to make character jump,
How to make the background scroll right to left,
How to add in a distance calculator on screen, (feet or meters, please,)
No music or sprite art needed!
(please don't ask me if I need sprite art or music)
Thanks, I will try to answer questions efficiently.
1. Use this script
when gf clicked if <touching color [#FF0000]?> //set this to the colour of the ground repeat [10] times change y by [1] end repeat [10] times change y by [-1] endThis is a very simple jump script that checks if your character is touching the ground, and then goes up 10, then down 10.
Last edited by jji7skyline (2012-03-20 18:50:04)
Offline
Hey, thanks! You saved my project!
Do you want partial credit or anything like that? I'd be happy to add that in for you!
Offline
Topic closed
Pages: 1