I have 3 sprites at start of layout - called 'box' - 32x32 in size.
system = create object box on layout 0 at (16,17)
system = create object box on layout 0 at (box+32,17)
system = create object box on layout 0 at (box+32,17)
I'm trying to randomly nominate 1 of 3 boxes to be a trap door. so if 'platform' player collides, the trigger will spring.
I've tried 'Pick a random box instance' with another object, but it just ain't working out.
poor example - sorry
____ ____ ____
| | | | |x |
----- ------- ------
Does this make sense?
I'd appreciate all the help I can get.
Roberto