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

#1 2010-10-08 05:07:50

Guinea_Pig_Girl
Scratcher
Registered: 2010-08-25
Posts: 100+

The character goes from the 1st lvl to the 4th

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.  sad  If you figure out how, please remix the game with the solution. Thank you in advance.  smile


http://img841.imageshack.us/img841/783/misstdd.png
Put this in your siggy if you miss The_Dancing_Donut!

Offline

 

#2 2010-10-08 06:24:37

2l84zwamani
Scratcher
Registered: 2010-09-27
Posts: 100+

Re: The character goes from the 1st lvl to the 4th

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

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!


I will be a Ms. Pickle Dr. Deadpebble Great Person <forever>
http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3 GROB THE SLIME WILL TAKE OVER THE WORLD!

Offline

 

#3 2010-10-08 06:33:04

Guinea_Pig_Girl
Scratcher
Registered: 2010-08-25
Posts: 100+

Re: The character goes from the 1st lvl to the 4th

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

That's cool.  smile  I just use it because Guinea_Pig_Girl is way too long to type everywhere.  big_smile  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)


http://img841.imageshack.us/img841/783/misstdd.png
Put this in your siggy if you miss The_Dancing_Donut!

Offline

 

#4 2010-10-08 18:13:45

AnswerThis
Scratcher
Registered: 2010-09-14
Posts: 15

Re: The character goes from the 1st lvl to the 4th

Use the [blocks]<broadcast[[/blocks]  block, and also use [blocks]<when I receive[[/blocks]


http://i885.photobucket.com/albums/ac53/pacos99/AnswerThisLogo.png

Offline

 

#5 2010-10-08 18:26:02

AnswerThis
Scratcher
Registered: 2010-09-14
Posts: 15

Re: The character goes from the 1st lvl to the 4th

You put the end at the same place, so make a [blocks]<go to x sad   )y sad   )[/blocks]


http://i885.photobucket.com/albums/ac53/pacos99/AnswerThisLogo.png

Offline

 

#6 2010-10-08 20:52:31

johndo77
Scratcher
Registered: 2010-07-30
Posts: 1000+

Re: The character goes from the 1st lvl to the 4th

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


Crizapples

Offline

 

#7 2010-10-08 21:03:17

Guinea_Pig_Girl
Scratcher
Registered: 2010-08-25
Posts: 100+

Re: The character goes from the 1st lvl to the 4th

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

Edit: That worked! Thank you for helping me!  smile

Last edited by Guinea_Pig_Girl (2010-10-08 21:16:35)


http://img841.imageshack.us/img841/783/misstdd.png
Put this in your siggy if you miss The_Dancing_Donut!

Offline

 

Board footer