this is the game ever, it's so awesome sauce
Anigamer
Creator of
Recent community posts
The towering tower is a small game created by yours truly which features a kid named Dylan. Dylan participates in a new competiton, where competitors climb up a huge tower to claim a wishing wand at the top! Complete tight platforming challenges, meet friendly and not so friendly competitors, and win the prize!
This game is an early prototype, so only a small snippet of area 1 can be played at the moment, and none of the story is in the game currently.
Link to play: https://anigamer.itch.io/ttt
I have tried the built in runner and chrome by uploading it as a itch.io draft, but both have the same problem. I am using the latest ct.js and mac os high sierra (i know the latest one is big sur but i have a mid 2010 mac) but never tried windows (chrome/built in runner) or firefox, i'll get back to you once i try those! And oh yeah, it's a regular build, not nightly.
Hey, for some reason, it's not resetting the platform at all! Here's the code, lemme know if i used it wrong.
if (this.actor.arcadeBody2D.getTouches().top)
{
this.actor.arcadeBody2D.setCustomGravityY(-0.01)
Sup.setTimeout(1000, returnPlatform)
}
function returnPlatform()
{
this.actor.arcadeBody2D.setCustomGravityY(0)
this.actor.setPosition(this.pos)
Sup.clearTimeout(0)
}