View Single Post
  #13  
Old 06-08-2008, 04:49 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stryke View Post
Woah, didn't know there a showani() command. Thanks i'll try it.
It automatically deletes itself after being played, right?
I don't think so.

Might want to do this:

PHP Code:
function showBlood()
{
  
showani( [...] );
  
scheduleventlength"GaniEnded""" );
}
function 
onGaniEnded()
{
  
hideimg);

EDIT:

Here are the showani params.

showani( index, x, y, direction, animation, params );

So something like

PHP Code:
showani1player.xplayer.y2"mybloodani""" ); 
__________________
Reply With Quote