View Single Post
  #13  
Old 08-27-2005, 09:20 PM
calani calani is offline
Scriptess
calani's Avatar
Join Date: Aug 2003
Location: asmgarden.gmap
Posts: 606
calani is on a distinguished road
Send a message via AIM to calani
Doesn't work for me. o.o

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
showtext(1,300,200,0,0,"Hello World");
  
showimg(2,"@Arial@@Hello World",300,300);
  
changeimgvis(1,4);
  
changeimgvis(2,4);
  
findimg(1).rotation=pi/2;
  
findimg(2).rotation=pi/2;


( now watch this post get deleted -.- )
__________________
Reply With Quote