C o L i n C h e e
2 5 3 4 2 7 4
c o l i n c h e e . n e t
S w i n b u r n e
U n i v e r s i t y

R a n d o m G r i d s c r i pt

this.attachMovie("box_mc","box_1",1);
box_1._x=10;
box_1._y=10;

if (random(2) ==1) {
box_1.gotoAndStop (2);
}

this.attachMovie("box_mc","box_2",2);
box_2._x=30;
box_2._y=10;

if (random(2) ==1) {
box_1.gotoAndStop (2);
}