Joined: October 26th, 2004, 10:23 am Posts: 666 Location: Digital Workshop
|
You don't really need arrays, scripting or anything complex. Just use the Drop Zone Full trigger. See the attached example. The first page has a single zone, the second has two zones but could easily be extended. The second is obviously a little more complex because you need to keep track of the number of full zones.
If you have a more complex situation or want to do it yourself you could do something like:
Add a counter variable (eg, DROPPED_TOTAL)
In an On Dropped trigger for each drop zone add one to that variable
In an On Variable Changed trigger test for the variable being equal to 3 and then show the picture
You do not have the required permissions to view the files attached to this post.
_________________ ddww Opus Developer
|
|