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

#1 2012-11-01 12:22:16

HelgaSchmidt
New Scratcher
Registered: 2012-11-01
Posts: 1

Help with Scoreboard

I need help with setting the scoreboard. Everytime when my script will catch the other script, the point should increase. How can i do that? I did already a variable but i dont know in which Script I should show the scoreboard and so on. Hopefully you understand my questions and u you can help me, Thank you!

Offline

 

#2 2012-11-01 23:39:48

rlojunior
Scratcher
Registered: 2010-08-11
Posts: 59

Re: Help with Scoreboard

HelgaSchmidt wrote:

I need help with setting the scoreboard. Everytime when my script will catch the other script, the point should increase. How can i do that? I did already a variable but i dont know in which Script I should show the scoreboard and so on. Hopefully you understand my questions and u you can help me, Thank you!

Can you show your link project? When we see your project is easier to find the mistakes...

Offline

 

#3 2012-12-24 11:05:48

KateblurTheHedgehog
Scratcher
Registered: 2012-12-13
Posts: 18

Re: Help with Scoreboard

when gf clicked
if <touching [Sprite1 v] >
  change <Score v > by [1]
end


My computer explodes : It's a tragedy. Your computer exploded : sarcastic comedy.Hmph enjoy your computer exloding I got an notebook with 2 Ghz...

Offline

 

#4 2012-12-25 06:17:01

Sholvanic1058
Scratcher
Registered: 2012-04-21
Posts: 100+

Re: Help with Scoreboard

You need to do something like this:

when gf clicked
if <<touching ???>>
change [score] by (1)
end
Hope this helps,

Sholvanic1058

Last edited by Sholvanic1058 (2012-12-25 06:17:58)


http://i44.tinypic.com/2lj6o94.png

Offline

 

#5 2012-12-25 10:38:03

letmethink
Scratcher
Registered: 2010-05-09
Posts: 100+

Re: Help with Scoreboard

KateblurTheHedgehog wrote:

when gf clicked
if <touching [Sprite1 v]? >
  change [Score v] by [1]
end

Fixed


Clicky Clicky!!!               I am writing a book...             Look here

Offline

 

#6 2012-12-25 10:39:29

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Help with Scoreboard

letmethink wrote:

KateblurTheHedgehog wrote:

when gf clicked
if <touching [Sprite1 v]? >
  change [Score v] by [1]
  wait until <not <touching [sprite 1 v]?>>
end

Fixed

Fixed

Last edited by Firedrake969 (2012-12-25 10:39:43)


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#7 2012-12-26 04:08:39

letmethink
Scratcher
Registered: 2010-05-09
Posts: 100+

Re: Help with Scoreboard

Firedrake969 wrote:

letmethink wrote:

KateblurTheHedgehog wrote:

when gf clicked
if <touching [Sprite1 v]? >
  change [Score v] by [1]
  wait until <not <touching [Sprite1 v]?>> //you put sprite 1
end

Fixed

Fixed

I meant that I fixed the BBcode not the actual thing,
by the way Sprite one has a capitaland there is no space between the sprite and one


Clicky Clicky!!!               I am writing a book...             Look here

Offline

 

Board footer