In 5 Days a Stranger, there was a part where you swung from one window to another. How would u do something like this?Ã, ???
Draw each frame individually, import them into AGS into a loop, and play the animation at the appropriate time.
I don't think threre's a way to do it other than animation, If you're not too good at animation (like me) cheat use a program like MOHO or flash to help you along.
Thanks for your reply, Scuthbert. I have tried that but after the animation finished he appeared back on window 1. How do you stay on window no.2.
Thanx
Bigmac
Try making a dummy object which is initially invisible. Then set the animation view to your swinging animation. Make your character invisible at the start of the swing, then activate the dummy object. Move the invisible character to the next window. When the animation stops, make your character visible again. Getting the timing right might be a problem, and you'll also have to script your character's movement so that blocking doesn't matter.
There might be a better way of doing this, but this is the way I do it.
Hope it helps.
Well, I think you don't even need an object. Just change the character position when the animation is over.