Main Script

Room Scripts

Object Scripts

Sprites

Sounds

CONSOLE

ABC
4 Plays Last modified: January 9, 2018
Spinoff
Share
0

{"game":{"type":"game script","start":"# Enter the start code for your game here.\n\nroom_set(‘rm_game’)","loop":"# Enter the loop code for your game here.\n\n"},"obj_source":{"type":"object script","start":"# Enter the start code for obj_source here.\n\nmusic = sound_new(‘snd_music’)\nsound_play(music)","loop":"# Enter the loop code for obj_source here."},"snd_music":{"type":"audio","uri":"https://pixelpad.io/wp-content/uploads/project_assets/10/74701//snd_music.dat","buffer":{}},"rm_game":{"type":"room script","start":"# Enter the start code for rm_game here.\n\nsource = object_new(‘obj_source’)","loop":"# Enter the loop code for rm_game here."},"spr_mysprite":{"type":"image","uri":"https://pixelpad.io/wp-content/uploads/project_assets/10/74701//spr_mysprite.jpeg"},"snd_mysound":{"type":"audio","uri":"https://pixelpad.io/wp-content/uploads/project_assets/10/74701//snd_mysound.dat"}}

0
74701