onEnterFrame = playgame();

HEY CHECK IT OUT LOL!

onEnterFrame = playgame();
playgame = function () {

This doesn’t work (i.e. nothing happens, the function doesn’t run) and I am getting quite annoyed about this. Explain please (ASAP preferably… I need this fixed by Tuesday morning!).

This works:

onEnterFrame = function() {
  • but I need to be able to kill the loop.

Any quick responses would be appreciated. Thanks!