OMG! Thank you both very much , i used both of the codes and they worked
, thank you both
.


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
// room script file
function hHotspot1_MouseMove()
{
gCik.Visible = true;
}
function room_Load()
{
StopMusic();
gGos.Visible =false;
}
function hHotspot1_AnyClick()
{
aMenuC.Play();
QuitGame(1);
}
function room_RepExec()
{
if (GetLocationType(mouse.x,mouse.y) == eLocationHotspot)
{
aMenuC.Play();
Wait(1);
aMenuC.Stop();
}
}
function room_FirstLoad()
{
int trans = gYazi1.Transparency;
while (trans > 0) {
trans--;
gYazi1.Transparency = trans;
Wait(1);
}
while (trans < 100) {
trans++;
gYazi1.Transparency = trans;
Wait(1);
}
player.ChangeRoom(8, 0, 0);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.173 seconds with 13 queries.