376
Game Design / Re: Super Sound Guide for YoSniper's Engine
« on: July 16, 2013, 09:22:37 PM »Try adding this line to the world create object also after SS_Init();
bgm = SS_LoadSound('Music/title.ogg',1);
3 Questions:
Do I change 'Music/title.ogg' to the title of a song? I mean in the one you just told me to put in the world object.
How does that change the "Unknown script or function: SS_IsHandleValid"?
Are you telling me to switch to the original one in the link you posted?