loading
 
interactive pointer project
Anonymous
14 year
if GetVariable("COG_AREA") > 0 then

  SetVariable "prev_x", GetVariable("next_x")
  SetVariable "prev_y", GetVariable("next_y")

  SetVariable "next_x", GetVariable("COG_X")
  SetVariable "next_y", GetVariable("COG_Y")

  SetVariable "last_click", 0

else

  if GetVariable("last_click") <> 0 and GetVariable("last_click") < Timer() then

  RemoveVariable "next_x"
  RemoveVariable "next_y"
  RemoveVariable "prev_x"
  RemoveVariable "prev_y"

  else

  if GetVariable("last_click") = 0 then
    SetVariable "last_click", timer() + 1
  end if

  end if

end if


help me  
I am write image real time . It code upper not used.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index