Graphics, Characters, Text & Rooms: Difference between revisions

Jump to navigation Jump to search
Line 221: Line 221:


==Animating your background images==
==Animating your background images==
''I have a room in my game that I would like to constantly animate, without any additional objects or sprites added to the room. How would I go about doing this?''
First, create your room normally, with the first of your images as your background image. Then, on the room settings screen, click "'''Animate Backgrounds'''". Add the other room images as frames of the animation. This will cause the room to animate repeatedly. It can be controlled with scripting commands, such as '''SetBackgroundFrame()''' (you can look it up in the AGS manual) and '''GetBackgroundFrame()'''. Remember that the frames are numbered 0-4, not 1-5.
==Having a character continuously animated in the background==
==Having a character continuously animated in the background==
==Jerky character/sprite animation==
==Jerky character/sprite animation==

Navigation menu