Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: TheMagician on Sat 14/06/2003 17:12:46

Title: ReleaseCharacterView does not work
Post by: TheMagician on Sat 14/06/2003 17:12:46
Hi everybody.

Has anybody experienced something similar:

I have a script in a room:

   ChangeCharacterView (EGO,2);
   MoveCharacterBlocking (EGO,250,125,0);
   ReleaseCharacterView(EGO);
   NewRoomEx(11,289,205);

It changes the view .... makes the move ... and then:

the view is not reset. Instead it remains View Number 2 (which I set it to).

Any ideas? or do you need additional information?

Please help me.
Title: Re:ReleaseCharacterView does not work
Post by: Pumaman on Sat 14/06/2003 19:20:09
SetCharacterView pairs with ReleaseCharacterView.

ChangeCharacterView is for permenant changes.
Title: Re:ReleaseCharacterView does not work
Post by: TheMagician on Sat 14/06/2003 19:34:13
I am very sorry.

This should have been posted in the beginners Forum I guess.

But thank you anyway, CJ.