I'm trying to make the game Breakout with bricks, but am having a bit of trouble with the events, mainly the VCE ones. Here are the ones I have thus far:
On the bottom brick (the one that you're no supposed to let the pong hit) -
[/] [onProjectileHit] [NAMED BRICK] [VCE_ifVariable] [<var:br:printcount>] [==] [0] []
[/] [onVariableTrue] [NAMED BRICK] [setPrintCount] [0]
What I'm not sure about is the following:
Should I be using VCE_ifVariable or VCE_ifValue?
Should I be using onVariableTrue or VariableTrue?