Thread: Spinning Screen
View Single Post
  #3  
Old 12-18-2010, 09:30 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
HTML Code:
SCRIPT
function onPlayerEnters() {
  onCreated();
}
function onCreated() {
  with(findimg(22)) {
    spin = -5.5;
  }
}
SCRIPTEND
Found inside the windmill.gani

dunno if this is it
__________________
Reply With Quote