triggers are (surprise surprise) triggered by something. whatever causes them to activate is caught in an array called
thislist, specific to the trigger concerned.
thislist for one trigger will be different from another trigger's
thislist.
a handy introduction to the
this property can be found in general barron's "all about 'this' " in the
tutorials section. while not covering
thislist (as far as i remember) it covers the concept of values returned by functions etc. very well. if you wished to use eventhandlers for example, knowing about the values
this can return is vital.
however, there's no better way to learn than seeing it done and trying it for yourself. i'll make a missionette to illustrate the concept.
EDIT - m'kay, missionette attached below. the script is fully commented - may make it more difficult to read
- but it works as far as i can tell.
[attachment deleted by admin]