Pages: 1
Topic closed
In my new, remixed, game, the character goes from the 1st level to the 4th! I don't know how to fix it. Can anyone help me? http://scratch.mit.edu/projects/Guinea_Pig_Girl/1340704 That's the link. I'm sure I've done something wrong but I can't figure out what. If you figure out how, please remix the game with the solution. Thank you in advance.
Offline
This happens with me, too. And by the way, if you have the solution, be a good person and comment the solution on "Untitled-1" project on my page! This is because I must find out before GPG (also, I just noticed that "GPG" contains "GP" which my sister and I commonly use as "Great Person". But I am sure it's just a coincidence ).
MWAGWAGWAGWAGWAGWAGWA! PS I am not being mean, it's just to prevent ^^^ from being on Scratch too much, she must have time for other things. Yes, thank you for agreeing.
__
I am too lazy to type up my signature again. Did you know fact of the day: I am a New Scratcher, but not a new Scratcher? Ummah!
Offline
2l84zwamani wrote:
(also, I just noticed that "GPG" contains "GP" which my sister and I commonly use as "Great Person". But I am sure it's just a coincidence
)
That's cool. I just use it because Guinea_Pig_Girl is way too long to type everywhere.
So I use GPG instead.
Edit: We'll go on-topic again in a minute!!!!
Last edited by Guinea_Pig_Girl (2010-10-08 06:33:34)
Offline
Use the [blocks]<broadcast[[/blocks] block, and also use [blocks]<when I receive[[/blocks]
Offline
You put the end at the same place, so make a [blocks]<go to x )y
)[/blocks]
Offline
I know why! You put:
If touching goal
If level=1
change level by 1
Level now equals 1
If level=2
change level by 1
Level now equals 2
If level=3
change level by 1
Level now equals 3
You need to make it like this:
If level=3
change level by 1
If level=2
change level by 1
If level=1
change level by 1
Offline
johndo77 wrote:
I know why! You put:
If touching goal
If level=1
change level by 1
Level now equals 1
If level=2
change level by 1
Level now equals 2
If level=3
change level by 1
Level now equals 3
You need to make it like this:
If level=3
change level by 1
If level=2
change level by 1
If level=1
change level by 1
That seems correct. Okay, I'll download and try it. No reason why that shouldn't work.
Edit: That worked! Thank you for helping me!
Last edited by Guinea_Pig_Girl (2010-10-08 21:16:35)
Offline
Topic closed
Pages: 1