View Single Post
  #2  
Old 03-19-2008, 04:20 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
an example:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
with(findimg(200)) {
    
playero.x;
    
playero.y;
    
playerlook true;
    
ani playero.ani;
    
dir playero.dir;
    
layer 2;
  } 
of a way playerlook can be used

Well, GuiShowImgCtrl should inheritance all variables from TShowImg though.. weird
__________________
Reply With Quote