This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-03-14 06:58:03

SiLeNtScRaTcH
Scratcher
Registered: 2012-03-11
Posts: 100+

GAME & WATCH: PRISON BREAK is in dire need of help.

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.  wink


Check out my Pokemon Emerald Version Playthrough!
https://www.scratch.mit.edu/ext/youtube/?v=YdvJc8ggiqg

Offline

 

#2 2012-03-20 18:43:25

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: GAME & WATCH: PRISON BREAK is in dire need of help.

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.  wink

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]
end
This is a very simple jump script that checks if your character is touching the ground, and then goes up 10, then down 10.

2. There is a good scrolling demo in the example projects folder.

3. What do you want to measure?

Hope that helps  smile

Last edited by jji7skyline (2012-03-20 18:50:04)


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#3 2012-04-01 23:21:50

SiLeNtScRaTcH
Scratcher
Registered: 2012-03-11
Posts: 100+

Re: GAME & WATCH: PRISON BREAK is in dire need of help.

Hey, thanks! You saved my project!  smile 
Do you want partial credit or anything like that? I'd be happy to add that in for you!  wink


Check out my Pokemon Emerald Version Playthrough!
https://www.scratch.mit.edu/ext/youtube/?v=YdvJc8ggiqg

Offline

 

Board footer