home *** CD-ROM | disk | FTP | other *** search
- if(SpaceFrog == "1")
- {
- if(eval("a" add Robo) == "3")
- {
- gotoAndStop(40);
- }
- else
- {
- gotoAndStop(30);
- }
- }
- else if(Pyramid == "1")
- {
- if(Key_ == "3")
- {
- gotoAndStop(40);
- }
- else
- {
- gotoAndStop(30);
- }
- }
- else if(Key_ == "1" and eval("a" add Robo) == "3")
- {
- gotoAndStop(40);
- }
- else
- {
- gotoAndStop(30);
- }
- if(K == "0" and eval("a" add Robo) != "2")
- {
- K = "1";
- num = "1";
- while("165" >= num)
- {
- if(eval("a" add num) == "2")
- {
- set("a" add num,"1");
- set("CoverStart" add num,"1");
- tellTarget("Box/" add num)
- {
- gotoAndStop("None");
- }
- tellTarget("BRICK/" add num)
- {
- gotoAndStop("Box");
- }
- }
- num += "1";
- }
- }
-