Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Slasher on Tue 01/09/2015 10:56:02

Title: SOLVED: Character jutters on move
Post by: Slasher on Tue 01/09/2015 10:56:02
Hi,

Code (ags) Select

cProfessor.x =otop.X +16 + GetViewportX();


This npc character is positioned on top of an object bar across the screen near the top.

The npc character moves as it should only it jutters along getting into position... What would be a smoother way?

The room is a long scrolling one.

I may be better off with a gui..?

cheers

Edit: gui and button is the way I have gone... all ok