Question?

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?

can anybody please tell me if this is impossiable because i dont want to be leading to nowhere

No you cannot force Flash to “think” that a key is down.

But you can write your code so that it will react correctly to your situation.

_Michael

k cheers
do you have an idea of that code??