Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - SestunaShadow

#1
Hello all of you,

Sorry for the inconvinience, i tried to look through the help file, tutorials and the wiki, but i can't make this function to work, the game launches normally but the character i want to always animate doenst do it. So as a last resort Im going to ask here for help.

Code: ags

function game_start()
{
  cChar1.LockView(4);
  cChar1.Animate(1, 3, eRepeat, eBlock, eForwards);
  cChar1.UnlockView();
}


So, where i failed?

Thanks
SMF spam blocked by CleanTalk