can you use AS to make the flash file think that the space bar is down??? ive tried this code
onLoad = function () {
sd = 21;
kyspc = new Key.SPACE();
};
onEnterFrame = function () {
if (sd == 21) {
onEnterFrame = function () { Key.SPACE.isDown;kyspc.isDown;};
}
is it possible?