Nice name
Operator is basically like this
<when green flag clicked>
<forever if> (( <mouse x> <+> <mouse y> ))
Do something
<end>
If Sprite 2 Clicked
Forever if Costume# = 2
Do something you want it to do
Something like that
And variables I haven't quite figured out yet
Last edited by Mr_X (2010-02-09 12:24:18)
Offline
Here is a simple example I made for you Angst. Take a look at the script and see how I used variables and operators.
Offline
variables are small pieces of memory set aside to store values (numbers) and strings (text) in to be called up at a later date.
Operators are ways of using these variables in different ways, such as adding them, finding out how many letters there are in then so on.
Offline