home *** CD-ROM | disk | FTP | other *** search
/ One Click 5 / ONCE005.iso / Jogos / 1636.swf / scripts / DefineSprite_10 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-02  |  290 b   |  9 lines

  1. onEnterFrame = function()
  2. {
  3.    if(String(_target).slice(-5) != "/body" && warningShown == undefined)
  4.    {
  5.       warningShown = true;
  6.       trace("WARNING: badgeBoxBody:[" + _parent._target + "]  Frame:[" + _parent._currentframe + "] --- body box should be named \"body\"");
  7.    }
  8. };
  9.