Thanks for the help so far. Another question. If I have 2 sprites and if the first moves to the second and if the first touches the second, how can I ensure the the second non-moving sprite is not covered by the first. The first sprite is much bigger and I want the second to be in front of the first, so how can I ensure this?
Thanks a lot
Offline
Here's a script that you could use in the second sprite:
go to frontAnd here's one you could use in the second sprite if you don't want to use [go to front]:
go back (999999) layers
Last edited by ErnieParke (2012-09-27 16:24:12)
Offline