Hi, this is what I'm makin:
http://www.gotoandflash.com/smartpet...etplace_3.html
Now sometimes when you roll off a 'house'button the house stays large..this is the script I put in the mc:
stop();
door._visible = false;
this.hitArea = door;
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
rewind = false;
play();
}
this.onRollOut = function(){
gotoAndPlay(11)
}
this.onRelease = function(){
gotoAndPlay(_root.gotoAndStop("h3"))}
Does anyone know what I'm doing wrong?
Thanks,
Marieke