View Single Post
  #9  
Old 02-06-2010, 08:44 PM
Immolate Immolate is offline
Indigo
Join Date: Dec 2009
Posts: 322
Immolate is on a distinguished road
Quote:
Originally Posted by Engine View Post
Would I have to put the showpoly in a timeout to have it so it checks for updates constantly?
Yeah, but only check if the variables change. If they do, call a function to update the polygon's position. Don't repeatedly redraw the polygon.

It'd be great if we could bind an event to certain variables that is triggered when the variable changes.
Reply With Quote