Author Topic: Events: Score Print  (Read 466 times)

I Am Making a Shooting Range and i want a print brick to display score, witch goes up one every time you hit a "Target" Brick.

Any Help for me?

onprojectilehit>(Brick you want to show score)>incpirnt or somehting like that>1


On the target bricks.

Someone correct me if im wrong

on the target
onprojectilehit>namedbrick(printedbrick#1)>incprintcount[1]
on the printed brick:
onprintcountoverflow>namedbrick(printedbrick#2)>incprintcount[1]

that will go up to 99 hits

You can make more, but on the other bricks besides the first one, make it
<on activate:> <ifprintcountunderflow> <decrementprintcount> <1>.

Make it add a variable, Score 1. That way, when you get 20 points, you can give them a trophy.

You can make more, but on the other bricks besides the first one, make it
<on activate:> <ifprintcountunderflow> <decrementprintcount> <1>.
i thought it was "onprintcountunderflow"