Jump to content
A 2021 backup has been restored. Forums are closed and work in progress. Join our Discord server for more updates! ×
SoaH City Message Board

Sonic GM

Members
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1

Sonic GM last won the day on September 12 2011

Sonic GM had the most liked content!

About Sonic GM

  • Birthday 09/20/2000

Profile Information

  • Interests
    Video games
  • Fan Gaming Specialty
    Spriting
  • Current Project
    Unnamed Sonic Game Maker game

Sonic GM's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I think the problem occurred in this code: "_ObjectHandle = instance_nearest(x,y,objParentEnemy) _X = objParentEnemy.x _Y = objParentEnemy.y" I'm not the best coder, but I think that this might work: "_ObjectHandle = instance_nearest(x,y,objParentEnemy) _X = _ObjectHandle.x _Y = _ObjectHandle.y" Let me know if this works or not, and if it doesn't, let me know what happened.
  2. Thanks for the tip about loading the music. That may explain why my original code didn't work. Thanks for the feedback.
  3. Here's the code that didn't work: "global.Music=sound_add('Music/AzureLake.mp3',3,0); sound_loop(global.Music);" Here's the code that did work: "global.Music = SS_LoadSound('Music/Level1.ogg'); SS_PlaySound(global.Music)" In the game folder there is a music folder, and my music files are in that folder. If I misunderstood what you are asking, let me know. Thanks again for your feedback.
  4. @SuperBliz Thanks for the help! It works perfectly! +rep @Chronic Thanks for your help also. I did try to load the MP3s externally, but it still crashed.
  5. Thanks for your reply. It brought up this error. "Sonic_D+.exe has stopped working A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." However, I stopped it from crashing whenever I changed my music from MP3 to Midi. I wanted to use higher quality music for my game, but I guess I will have to stick with Midi. Thanks again for trying to help, though.
  6. In my game made with the Sonic Dash+ engine, I'm having a problem. Whenever I use any room functions (room_goto,room_goto_next,room_restart,etc.), my game freezes up and then crashes! I'm guessing it might be because of Grid Spatial Indexing, because it only happens once Grid Spatial Indexing is started. Plus, I used an older version of the engine without Grid Spatial Indexing, and it works fine. I use Windows 7 Home Premium 64-bit, Service Pack 1. I would appreciate any help if anyone knows what might be causing the problem.
×
×
  • Create New...