上方,是一望无际的高空。 下方,是向上蔓延的滚滚岩浆。 你知道,你已经没有退路了。 向上跳跃,开辟一条道路吧! 本作品脚本算法由我一人开发。 本作品的脚本可以达到理论无限的地图绘制与生成(100000000.0 Units)以及精准的防溢出预判。 本作品脚本完全公开,供大家改编或使用。 本作品采用的算法有十分广阔的拓展空间,又不失稳定性。因此无论是跑酷类游戏还是大型模拟类游戏都可以放心使用。 感谢各位的游玩! 使用方向键移动角色移动,使用空格键发射镭射以击破方块,脚踏方块远离岩浆的威胁。
there is now a working world record (it is very simple and you can copy it) how to make one create a game with a score then make these variables ( cloud ) ( world record ) hide cloud and make it a cloud variable don't make world record a cloud though show world record to then make this code [ forever ] |[ if <( score ) > ( cloud )> ] ||[ set [cloud] to (score) ] |[===================] |[ set [world record] to (cloud) ] [=======] attach a when play key clicked block and boom you done c;