Actionscript 2.0 question

I’m making some slide boxes and I want the home_box animations first
frame to show in the box before they are animated. Also when you mouse over
one of the boxes the others disappear, I want them to show permanently …

Might make sense if you see the source file first …
http://www.kalumus.no/boxflash2.rar

Grateful for any help !
Thanks …

box1.onRollOver = function() {

_root.attachMovie("home_box1","btn_01",99);
btn_01._x = 5;
btn_01._y = 31;

};

box1.onRollOut = function() {
btn_01.gotoAndPlay(“playout”);