View Single Post
  #35  
Old 05-01-2009, 06:26 AM
Raelyn Raelyn is offline
the Professional.
Raelyn's Avatar
Join Date: Sep 2003
Location: Zormite
Posts: 964
Raelyn will become famous soon enough
Quote:
Originally Posted by fowlplay4 View Post
You can use GS2 now! Don't be a slave to GS1 conventions.

PHP Code:
function onTrigger() {
  
with (findimg(index)) {
     
image clientr.weapon_img;
     
thiso.x;
     
thiso.y;
  }

The thing I don't understand is that this looks like it is outlining a function... so if I made function onTrigger(), how would I call it? Just with onTrigger();?
__________________
*Don't let the door hit you on the way out.*
Reply With Quote