View Single Post
  #6  
Old 08-28-2011, 07:22 PM
Hezzy002 Hezzy002 is offline
Registered User
Join Date: Jul 2011
Posts: 247
Hezzy002 is a jewel in the roughHezzy002 is a jewel in the rough
I had planned on just doing something like building a script like this automagically for the user and appending it to file:

PHP Code:
SCRIPT
function onCreated() {
  
0_map[frame] = rotation;
  
//..for all others..
  
onTimeOut();
}

function 
onTimeOut() {
  for (
getSprites()) {
    
s.rotation s.index_map[frame];
  }
  
setTimer(.05);

That's just some crappy psuedocode, but is that possible with the interfaces that Graal allows? Otherwise I'd have to bake it in with ROTATEEFFECT spam.
Reply With Quote