home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / super_su.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2007-04-19  |  116 b   |  9 lines

  1. if(myGameObject.ExternalGraphicsAreLoaded())
  2. {
  3.    _root.myGameObject.Continue();
  4. }
  5. else
  6. {
  7.    prevFrame();
  8. }
  9.