YesNoOk
avatar

How can I make a helper stay in the center of the screen? (Read 155 times)

Started by Devsman, August 28, 2011, 01:17:32 am
Share this topic:
How can I make a helper stay in the center of the screen?
New #1  August 28, 2011, 01:17:32 am
  • avatar
  • **
If you use posSet, the helper trails after the screen.  If you try to be clever and predict where it should end up on the next tick based on root's velocity, it can lead the screen.  Is there some way to update the helper's position between the time the tick begins and the time the helper's current frame is drawn?  Ok tried using State -1, doesn't work.
Last Edit: August 28, 2011, 01:55:52 am by Devsman