211
General Discussion / Re: What are some basic VCE events everyone should know?
« on: January 31, 2017, 04:47:49 PM »
You should know VCE. There aren't really any specific events, it's just you either know it or you don't.
For those that don't know VCE, here's a terribly short rundown:
VCE is all about modifying and storing variables, with two main input events
onVariableTrue
onVariableFalse
(although these would more accurately be termed onConditionTrue and onConditionFalse).
These input events may be called after any conditional VCE statement
VCE_ifVariable
VCE_ifValue
which simply perform some type of comparison of variables or values. (For example onActivate > self > VCE_ifVariable > numClicks [==] 10 to check if the variable numClicks stored on this brick equals 10.) The box at the end of these conditional statements allows you to select a range of VCE input events to go to.
All the rest is basically an extension of this, there are many much longer and better tutorials to help you get going with VCE.
For those that don't know VCE, here's a terribly short rundown:
VCE is all about modifying and storing variables, with two main input events
onVariableTrue
onVariableFalse
(although these would more accurately be termed onConditionTrue and onConditionFalse).
These input events may be called after any conditional VCE statement
VCE_ifVariable
VCE_ifValue
which simply perform some type of comparison of variables or values. (For example onActivate > self > VCE_ifVariable > numClicks [==] 10 to check if the variable numClicks stored on this brick equals 10.) The box at the end of these conditional statements allows you to select a range of VCE input events to go to.
All the rest is basically an extension of this, there are many much longer and better tutorials to help you get going with VCE.


