I'm making a game with several Portals. Each Portal will be directing the player to a specific location on the map.
My question is, can I use the same Sprite and use it on several levels with different actions? I don't want to navigate through hundreds of Sprite object types.
Sorry if it is hard to understand.