Hi all.
I'm a completely begginer in AGS. I probably have the most simple question ever, but I've been looking for the answer on manual and forum and I have not found the answer.
In my game, the player enters a room and he meets a character there. I want that character (sailor2) to be facing left when player enters the room. Just this.
I've tried a thousand things to do it, and I couldn't do it. The last thing I tried was that on Room script
Code: ags
that actually didn't work. Could someone help me?
EDIT: Any other coordenate works.
I'm a completely begginer in AGS. I probably have the most simple question ever, but I've been looking for the answer on manual and forum and I have not found the answer.
In my game, the player enters a room and he meets a character there. I want that character (sailor2) to be facing left when player enters the room. Just this.
I've tried a thousand things to do it, and I couldn't do it. The last thing I tried was that on Room script
function room_BeforeFadeIn()
{
cSailor2.FaceLocation(170, 105);
}
that actually didn't work. Could someone help me?
EDIT: Any other coordenate works.