Ive started a room called INTRO and when i start the game it shows only a black screen and then the room1. Ive used a run_script thing with a WaitKey(200); command and it waits but does not shows the room image!
Id like to know too waht names are possible to rooms?
And the music where do you put music??! Ive loaded tons of times the agsdemo game and the music begins without anything indicating this action! Help me!
Did you put that Waitkey() line in the "enter screens BEFORE fading" interaction? In that case move it to "enter screens AFTER fading" instead.
For the music, rename your music file music0.* and place it in the game directory. If it is .mp3, .wav or .ogg, you need to select the "Rebuild VOX files" from the game menu of the editor.
You can play a specific music number using either the PlayMusic command, or the "Play music on room load" option in the room editor. Just rename the music files to music#.*** where # is the number you use, and *** is the file extension.