Any way of showing item picked up.....
butterbean
Member Posts: 4,315
Is there any way of programming this at this time?
A character picks up an item, much like yoshi in yoshi's island picks up an egg, and it trails behind him, and subsequent items that get picked up trail behind?
A character picks up an item, much like yoshi in yoshi's island picks up an egg, and it trails behind him, and subsequent items that get picked up trail behind?
Comments
When you want to destroy the item that is trailing when the character reaches a certain point, then you just put, when character reaches point x.... destroy actor (egg)
If there are more than one, do you need to create an attribute (integer) for the items being picked up or no...