Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
https://pastebin.com/6n1DZvCD Have to use paste bin because forum says it is spam... |
||||
|
I think it should be CopperLicht_instance.getScene() not engine.getScene(). But I'm not entirely sure. |
||||
|
That's exactly what I did in line 37, no joy. It doesn't work. I did not delete anything inside: CopperLicht_instance.ingComplete even though what's inside is nonsense is because ingComplete NEVER got executed. The forum is remove On Loading Complete as a word and I have no idea why. |
||||
|
Are you using the copperlicht.js from the copperlicht sdk? Maybe CopperCube overwrote it (it always does when you hit the "publish" button in the editor). A way to prevent this is to rename your "copperlicht.js" to for example "engine.js" and also adjust your script take on the top, and use a different file name for your .html, like "game.html" instead of "index.html" |
||||
|
That explains it ! THANK YOU ERIK !!! |
|