altZanyLvl 1
- Windows
DragonFireGames nevermind
DragonFireGames nevermind
I posted my demo and It seems like you can change everything on the page through code.org
and I had to change the game src because with the turbolink in it makes the game not work
I have been changing how my page looks using code.org and It's working so far, but I think in the future this method will stop working
DomC nice
DomC I have a few projects that don’t work on turbowarp right now. Me and @Varrience are working hard to get it working for all projects.
If you can, can you tell me what was causing the error in the original src?
I made platformer
DragonFireGames
in the game I use window[_name](); for some objects creation (ex. {"name":func_Name}) and with turbowarp it's having problems with that.
DomC alright, I'll notify @Varrience about that
DragonFireGames thanks
can you create an example project that demonstrates the issue btw?
DomC oh, its a scope issue
DragonFireGames
there also seems that if you create a sprite and changes its width and height using sprite.width, sprite.height
then nothing happens
I added it to the example project
DomC odd
fixed the scope error
DragonFireGames Cool, might finally release my platformer engine and put it on there.