Lab 4 Scripts

Here are the two scripts you need for Lab 4 (you can copy these and paste them directly into the Actions panel)

Election1988Map._visible = false;

 

 

on (click) {

if (this.selected) {

_root.Election1988Map._visible = true;

} else {

_root.Election1988Map._visible = false;

}

}