I've an error with my project when I run the project on the browser.
"Javascript error!
Uncaught TypeError: Cannot read property 'runtime' of undefined..."
The .capx :
dl.dropbox.com/u/44390929/C2/hjhj.capx
Develop games in your browser. Powerful, performant & highly capable.
Should be fixed in r100 so the error does not come up. However your events are set up to create new objects at an exponential rate which eventually slows it down until it hangs. You will still need to fix your events.