jadeangelz
Technical User
Hi... when watching a flash clip, I want that when we press on any keys, another flash movie will be loaded. I was able to do it before but then I lost the codes and I can't remember how to do it anymore. Here it is, please let me know what is wrong. Thank you
;
if (Key.isDown(a)) {
a.loadMovie(oncetime.swf);
}
;
if (Key.isDown(a)) {
a.loadMovie(oncetime.swf);
}