home *** CD-ROM | disk | FTP | other *** search
- num = "1";
- while("165" >= num)
- {
- if(eval("a" add num) == "1" and eval("a" add (num + "1")) == "4" and eval("a" add (num - "1")) == "4" and eval("a" add (num + "15")) == "4" and eval("a" add (num - "15")) == "4")
- {
- set("b" add num,"1");
- tellTarget("BRICK/" add num add "/L/LIGHT/anim")
- {
- gotoAndStop("?");
- }
- }
- num += "1";
- }
-