Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: MugMan on Sun 01/07/2018 03:01:12

Title: Strange changeview bug? (Solved)
Post by: MugMan on Sun 01/07/2018 03:01:12
Hello! I've been having some strange trouble with a bug, after changing a characters view with .ChangeView, the actual change only happens when the character is standing still, or when the bar at the top is interacted with, is this a common issue? Am i missing something?

Cheers.
Title: Re: Strange changeview bug?
Post by: Buckethead on Sun 01/07/2018 08:19:41
I think that's how it's intended to work. Here's a line from the manual:

QuoteNOTE: This command is not intended to change the view temporarily to perform an animation. If you want to do that, use the LockView command instead. This ChangeView command permanently changes the character's normal walking view.

So I think you are meant to use LockView instead.
Title: Re: Strange changeview bug?
Post by: MugMan on Sun 01/07/2018 08:55:46
Whoops! My bad!

Cheers man!