flash help!
flash help!
Out of context: Reply #1
- Started
- Last post
- 7 Responses
- unfittoprint0
something like:
myListener = new Object();
myListener.onKeyDown = function () {
if (Key.getCode() == Key.RIGHT || Key.getCode() == Key.SPACE) {
this.gotoandStop(_currentframe+1...
}
}