home *** CD-ROM | disk | FTP | other *** search
- onEnterFrame = function()
- {
- if(String(_target).slice(-7) != "/attack" && warningShown == undefined)
- {
- warningShown = true;
- trace("WARNING: badgeBoxAttack:[" + _parent._target + "] Frame:[" + _parent._currentframe + "] --- attack box should be named \"attack\"");
- }
- };
-