Jump to content
A 2021 backup has been restored. Forums are closed and work in progress. Join our Discord server for more updates! ×
SoaH City Message Board

[GM7]TitleCard?


ZFG

Recommended Posts

First: If you wanna disable Sonic's movement during the title card animation, make an additional variable (boolean, preferably) and add it as a condition to all of Sonic's code. IE...

[if TITLECARD == TRUE && key.right is pressed...]

***Obviously, you'd want to define TITLECARD as FALSE in the beginning***

-------------------

Beyond that, it's fairly simple. At the start of the level, make a vertical image (on the left side of the screen), then make a horizontal image (with the zone's name on it, I assume) move across the screen. Use the same code you'd use to make an enemy move.

When it goes as far as you want it to, have it stop for a few seconds, then make both the vertical and horizontal image move off the screen. When they've both cleared the viewing window, destory them and set the TITLECARD variable to TRUE.

Does that help any?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...