View Single Post
  #2  
Old 05-20-2011, 10:25 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
why exactly do you want the windows to move? Are you more interested in just actually updating the player x/y text?

if so, just add

PHP Code:
function onTimeout(){
  
Co0rds_TextEdit2.text player.y;
  
Co0rds_TextEdit1.text player.x;
  
setTimer(.05);

Reply With Quote