> First, Sorry for my english, i'm brazilian.
>
> So, I need to spawn a random text during my loading screen. Showing random hints of the game.
>
> How can i do this?
>
Follow the steps
1) Make a layout of Loading Screen
2) Make a sprite that contains hints per animation and name the animations - "Hint1" , "Hint2" , "Hint3" .
3)Put the sprite anywhere in the loading screen.
3)Put this event in the event sheet.
On start of layout...
----->Sprite set animation to [choose("Hint1", "Hint2", "Hint3")
>
> 4) There you have it. It will choose animation at random...
>
> There are many ways to do this if this doesn't fit your idea then tell me the about the design and I'll work on it.
>
It Works! Thanks a Lot!