OK this is a weird one... I put a UIScrollBar all the way in frame 15... and out of nowehere....keypresses dont work.. Does not matter what key...they just wont work... Well I found in the linkage that it was loading in frame 1, so i made it not do that...and all the keys worked once more...however, once it got to frame 15 (where it is located at) the keys would stop working on all frames once again....why is it doing this...is there a way to fix this?
(it only seems to disable th on ( on (keyPress "<key>") { ) commands and not the if (Key.isDown(Key.whatever)) { commands..... )


Reply With Quote