I want to make a game that randomly selects a sprite object from a set. Previously I was doing this by making a bunch of frames within the same sprite and using 'set animation frame to random(number), but I want the player to be able to click the object and have the object name remembered and used elsewhere (for a scoresheet).
What's the best way around this?
thanks!