When i try to use my loadMovie function, to load a separate game, my hitTest functions and my inventory/stats buttons arent working at all :S any ideas what i should do?
im using...
Code:
on(release){
if(_root.password == "go"){
loadMovie("game", showGame);
}
}