Hi guys!
I'm trying to create something like a supermarket.
I have about 100 products, with 100 different images each. But the player can only see two of these products.
My first question is: How can I make a sprite (Sprite1 or Sprite2) to display the product image according to my array. Ie: Banana, on Sprite1 and Apple on Sprite2.
Second question is: I have a Sprite3, which will display the Sprite1 or 2 figure (banana or apple), but larger, according to which sprite the user's mouse is over.
I don't know if I made myself clear... Thank you for your attention!