Making a time based processbar

SoftboySoftboy Member, PRO Posts: 43
edited August 2012 in Working with GS (Mac)
Hello Everyone

I would like to make a process bar where an actor moves from koordinat (0,0) to (320,0) in a given time. The user should choose 45, 60, 75 or 90 minutes as the time factor and in that given time period the process actor needs to move the same way from start to finish so it reflect the X minutes chosen.

I use the behavior "Move-To" but it seems that the coordinates to not equal the exact x,y values on the screen. Anybody have a solution to this problem or an idea how to solve this task?

Thanks

Softboy

Comments

  • FViMaginationFViMagination Member Posts: 89
    Try to use Interpolate behavior, setting the amount of seconds you need your actor to move for and the self.Position.X = 320 (or whatever X position you need it to move to)
Sign In or Register to comment.