ok here's how it's done
u'll need to have different destroy scripts for all the 5 of them and one script to declare a global variable (can be used in the first target)..
- assign the value of (0) to a global variable of ur choice, in the destroy script for the first target just add (1) to the variable
- on the second destroy script, add also (1) to the global variable and jump to the next state..
if the global variable is less than 2 then game over..
- on the third destroy script, add (1) to the global variable and jump to the next state..
if the global variable is less than 3 then game over..
and so on.. that way say if u destroy the third target first, a value of one will be added to the global variable making its value equals to one, one is less than three so game over..
hope my explaination was ok