View Single Post
  #6  
Old 09-11-2008, 10:14 AM
TSAdmin TSAdmin is offline
Forum Moderator
TSAdmin's Avatar
Join Date: Aug 2006
Location: Australia
Posts: 1,980
TSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud of
Well, since I never got a reply after replying to Stefan's question, thought I might bump this since it is still happening. I recently made a WNPC that has helped me at least know where I am on the screen

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setTimer(0.05);
}

function 
onTimeOut() {
  
showani(200player.xplayer.yplayer.dirplayer.ani);
  
showtext(201screenwidth 105"arial""br""Block Fix Mode");
  
changeimgvis(2001);
  
changeimgvis(2015);
  
changeimgzoom(2010.5);
  
setTimer(0.05);

But the block is still there regardless (See Image).

Sooooo.... Yes, I can see the block move around (Video below) and it randomly happens. However, the rare part is it not happening, so this happens more often than not.

Video:
http://www.youtube.com/watch?v=RvW_DW-jeTY
Attached Thumbnails
Click image for larger version

Name:	StupidBlockiness.PNG
Views:	870
Size:	361.5 KB
ID:	45842  
__________________
TSAdmin (Forum Moderator)
Welcome to the Official GraalOnline Forums! Where sharing an opinion may be seen as a declaration of war!
------------------------
· User Agreement · Code of Conduct · Forum Rules ·
· Graal Support · Administrative Contacts ·
Reply With Quote