So how do I use VCE events? I don't get the tutorial, would someone mind explaining it a bit more detailed?
Let's say I have a brick called "brick1" on which i state the function "function1"
Then I call the function from some other brick like this:
onActivate -> NamedBrick [brick1] ->VCE_callfunction [function1] [argument goes here]
First of all, what kind of arguments can I use, and how can "brick1" process them?
Let's say I call "function1" with argument "cake"
If I understood it right, my brick "brick1" now saves the value "cake" to a variable called "arg0" Is that right so far?
Can I make an event like:
onVariableFunction -> self -> ifvalue -> [<var:br:arg0>] == [cake]
?
Help would be much apreciated.