Main Script

Room Scripts

Object Scripts

Sprites

Sounds

CONSOLE

{"game":{"type":"game script","start":"# Enter the start code for your game here.\n\ndef g(x):\n print(x)\n \nx = 5\n\nobject_new(‘obj_myobject’)","loop":"# Enter the loop code for your game here.\n\n"},"obj_myobject":{"type":"object script","start":"# Enter the start code for obj_myobject here.\n\ngame.g()","loop":"# Enter the loop code for obj_myobject here."}}

0
74538