|
Animated backgrounds are easy. First of all you need a background for every different frame you want. Then have an object with multiple alarms that change the background then set the next alarm. For example, say you have a 3-frame background that you want to change every second. On the object's create event, set alarm[0] to 30. On alarm 0, set the background to the second background "frame" and set alarm 1. Repeat until alarm 2, in which it changes the background to the first "frame" then sets alarm 0. Simple enough.
As for custom room transitions, it's not possible through normal means, but if you're clever enough you can manipulate things to LOOK like actual room transitions.
--------------------
|