home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / sleepless-knight.swf / scripts / DefineSprite_100 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-11  |  63 b   |  5 lines

  1. function onEnterFrame()
  2. {
  3.    _rotation = _rotation + 30;
  4. }
  5.