Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - axloo7

#1
I did what you sad and it still dos not work. I have made sure that I’m not muting because I’m listening to music wile I right mi script (no it’s not mi music that’s making me not hear it.). This is mi script now (the name of the music MP3 is “music1.MP3”
________________________________________________________________________


// room script file

function hHotspot1_WalkOn()
{
player.ChangeRoom(2, 140, 140);
}

function hHotspot2_Look()
{
Display("a tabe.");
}

function hHotspot3_Look()
{
Display("looks cozy.");
}

function hHotspot4_Look()
{
Display("hi def tv.");
}

function hHotspot5_WalkOn()
{
player.ChangeRoom(3, 140, 140);
}

function hHotspot1_Look()
{
Display("to a place");
}


function room_AfterFadeIn()
{
PlayMP3File("music1.MP3");
}                   not a script error
#2
// room script file

function hHotspot1_WalkOn()
{
player.ChangeRoom(2, 140, 140);
}

function hHotspot2_Look()
{
Display("a tabe.");
}

function hHotspot3_Look()
{
Display("looks cozy.");
}

function hHotspot4_Look()
{
Display("hi def tv.");
}

function hHotspot5_WalkOn()
{
player.ChangeRoom(3, 140, 140);
}

function hHotspot1_Look()
{
Display("to a place");
}

#3
When I tri to use the play music script it dos not come up with a script error. I have check every thing that the tutorials sad to check. But when I start mi game it fades in but there is no back grand music. Can some one help me this has bean bugging mi for days and I need to get this dun for school. Pleas reply.
SMF spam blocked by CleanTalk