Is there anyway to sort of, add sprites to a list?
Like instead of saying: if touching [block1 or block2 or block3 or block4]
I add blocks 1-4 to list "blocks".
Then I say: if touching [blocks] and get the same effect? So far it didn't work when I just added the sprites names to a list, then put the name of the list in the touching [ ] field.
Offline
Yes. Just add the name of the sprite to the list and then when you want to use it use item [# where sprite is] of [list]
See this example, download to see the code:
Link to Project
Last edited by Smozzick (2013-01-26 15:03:10)
Offline