robin105
07-31-2008, 01:55 AM
I worked with codes MUCH harder then this but for some reason this simple code isn't working! Why:confused:!
on (keyPress "a") {
_root.inv._visible = true;
}
on (keyPress "i") {
_parent.inv._visible = false;
}
Thanks if anyone can help me ;). Btw I did a lot of google searching but I didn't find anything that works :-( :(.
BTW only the true part isn't working! Making it invisible works... but making it visible doesn't :(.
on (keyPress "a") {
_root.inv._visible = true;
}
on (keyPress "i") {
_parent.inv._visible = false;
}
Thanks if anyone can help me ;). Btw I did a lot of google searching but I didn't find anything that works :-( :(.
BTW only the true part isn't working! Making it invisible works... but making it visible doesn't :(.