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
________________________________________________________________________
// 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