Thread: imgpart help :(
View Single Post
  #2  
Old 04-05-2007, 03:55 AM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
PHP Code:
function onCreated()
{

  
setimg("waterani.mng");
  
setshape(1,32,32); //Will you ever learn to use this?
  
dontblock();

}

//#CLIENTSIDE
function onPlayerEnters()
{

  
setcoloreffect(0,0,1,0.99);
  
setimgpart("waterani.mng",100,100,32,100);
  
drawaslight();



Dude, I suggest you start learning GS2 immediately, it's worlds easier than GS1. >.>
__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
Reply With Quote