View Single Post
  #1  
Old 09-28-2010, 11:25 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Gani Script and params

Well, here's my issue, I don't know if there's a better way, I havent really done anything like this in Gani Script but, I'm showing a gani and trying to rotate in the script. The angle I want the gani to shown is being passed through PARAM1. I've tried a few thing but it doesnt rotate

Here's the script I have thus far, short and not so sweet

PHP Code:
SCRIPT
function onPlayerEnters()
{

  
onTimeout();
}

function 
onTimeout()
{

  
findImg1).rotation PARAM1;

  
setTimer0.05);

}
SCRIPTEND 
I've tried player.rotation as well, I'm not so sure how to use ROTATEFFECT or any of that cause I can't find any documentation on it.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote