Author Topic: How to make a scoreboard?  (Read 1054 times)

I know how to make a simple one digit score board but how do I set it up for something like a 3 digit score board?

(On print overflow) (namedbrick) (IncrementPrintCount)

o.k. i like frogs too so ill help.

make a brick names "score" then make another brick [brick to activate score]

i would use pong as a example:

OnProjectileHit>NamedBrick>Score>AddPrintCount[i think]
OnProjectileHit>Projectile>delete

that should work. FROGS RULE!

o.k. i like frogs too so ill help.

make a brick names "score" then make another brick [brick to activate score]

i would use pong as a example:

OnProjectileHit>NamedBrick>Score>incrementPrintCount
OnProjectileHit>Projectile>delete

that should work. FROGS RULE!

Fixed