home *** CD-ROM | disk | FTP | other *** search
- do
- {
- var sx = stand_x.charAt(i);
- var sy = stand_y.charAt(i);
- var rstand = "s" + sx + sy;
- var nxt = false;
- this[rstand].gotoAndPlay("remove");
- if(this[rstand].blob != "")
- {
- this[this[rstand].blob].gotoAndPlay("remove");
- nxt = true;
- }
- i++;
- if(i == stand_x.length)
- {
- gotoAndPlay(41);
- }
- }
- while(nxt == false);
-
-