Beta The Game Wiki
Advertisement

Ice can be a great object for making challenging levels for your players. In order to create ice you have to create a platform that has no friction when an object touches it. Here is the code:

  • add platform name:ice dynamicFriction:0 skin:BlueBlock
  • Now you can use the "ice" as an object in the row / col command.
    • row ice 2 -5 10
    • col ice 1 1 -10
    • morph someOtherPlatform ice
Advertisement