clark Posted March 15, 2014 Share Posted March 15, 2014 Hey folks!EDIT. Ignore me! I had the function names wrong. Pure novice.I would like to be like this: var game = new mygame();game.onSomethingHappened = this.onSomethingHappened;game.load();Do you know if this is possible? My generic error is firing but it occurs before onSomethingHappened has been added. Thanks for reading. Link to comment Share on other sites More sharing options...
Recommended Posts