Hello everyone! I am making a platform game and I want to add title cards for each level, like in Sonic the Hedgehog games.
youtube.com/watch
youtube.com/watchv=PsAnfmRtsZ4
How do I add that more rational way?
Thanks <img src="smileys/smiley1.gif" border="0" align="middle" />
on Start of Layout: SetVisible: set to visible "Title card sprite"
Wait: 2 seconds
SetVisible: set to Invisible "Title card sprite"
(or spawn it and destroy it, pick your poison).
No, i need to make separate parts of the card to move. And how to make text stick to sprite?
Develop games in your browser. Powerful, performant & highly capable.
Here's a little example (r136). It's possibly not the most practical way of going about things, but it allows for a very straightforward timeline approach to this sort of basic animation - simply separating things with System: wait commands.
If you want the text to "stick" to the sprite, read up about the Pin behaviour. Maybe read a few tutorials as well.
Thanks a lot! I've got it. <img src="smileys/smiley1.gif" border="0" align="middle" />