is he a washing mashine?
how did he moves? wheels or walking?

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 MenuQuote from: Trent R on Sat 07/03/2009 05:13:27
Also, remember that there are multiple formats... which are you planning to use? Html? Pdf? Doc? Chm?
function room_RepExec()
{
cCliche.Transparency = 100;
if (IsTimerExpired(8)){
cCharacter.Say("Oh no! he is comming!");
SetViewport(600, 112);
SetBackgroundFrame(1);
oMetalBar1.SetView(7, 0);
oMetalBar1.Animate(0, 5, eOnce, eBlock, eForwards);
oMetalBar2.SetView(7, 0);
oMetalBar2.Animate(0, 5, eOnce, eBlock, eForwards);
oMetalBar3.SetView(7, 0);
oMetalBar3.Animate(0, 5, eOnce, eBlock, eForwards);
Wait(10);
oMat.SetView(16);
oMat.Animate(0, 5, eOnce, eBlock, eForwards);
SetBackgroundFrame(2);
Wait(40);
cCliche.Transparency = 0;
IsClicheOnRoom = 1;
SetBackgroundFrame(2);
cCliche.Say("Ha! Now i will take this intruder and teach him a lesson!");
cCliche.ChangeView(15);
cCliche.Animate(0, 5, eOnce, eBlock, eForwards);
cCliche.ChangeView(11);
cCliche.Say("I need my pills!");
ReleaseViewport();
SetBackgroundFrame(3);
oMat.Visible = false;
if (IsOnHidePlace == false){
cCharacter.ChangeRoom(26);
}
else if (IsOnHidePlace == true){
cCliche.SetAsPlayer();
cCliche.Walk(626, 185, eBlock, eAnywhere);
cCliche.Walk(358, 186, eBlock, eAnywhere);
if (PickUpPills == false){
cCliche.FaceObject(oPills, eBlock);
cCliche.Say("Oh! Here are my pills!");
oPills.Visible = false;
cCliche.Walk(214, 170, eBlock, eAnywhere);
cCliche.Say("Let's see if this boy is hidden on the security system room.");
SetTimer(3, 400);
cCharacter.SetAsPlayer();
cCliche.ChangeRoom(5);
IsClicheOnRoom = 2;
}
if (IsTimerExpired(3)){
cCliche.ChangeRoom(4);
cCliche.SetAsPlayer();
cCliche.Say("Dammit! Where the hell is this boy?");
cCliche.Walk(cCharacter.x, cCharacter.y, eBlock, eWalkableAreas);
cCliche.Say("Ha! Did you think you could escape from me? Ha!");
cCharacter.SetAsPlayer();
cCharacter.ChangeRoom(26);
}
if (PickUpPills == true){
cCliche.FaceLocation(371, 119);
cCliche.Say("Hey, i remember to put my pills there!");
cCliche.Walk(214, 170, eBlock, eWalkableAreas);
cCliche.Say("Let's see if this boy is hidden on the security system room.");
SetTimer(5, 400);
cCharacter.SetAsPlayer();
cCliche.ChangeRoom(5);
IsClicheOnRoom = 2;
}
if (IsTimerExpired(5)){
cCliche.ChangeRoom(4);
cCliche.Say("Dammit! Where the hell is this boy?");
cCliche.Walk(523, 181, eBlock, eWalkableAreas);
cCliche.Say("Ha! Did you think you could escape from me? Ha!");
cCharacter.ChangeRoom(26);
}
}
}
if (SecSystem == false){
SetBackgroundFrame(0);
}
else {
SetBackgroundFrame(1);
oMetalBar1.Visible = true;
oMetalBar2.Visible = true;
oMetalBar3.Visible = true;
oDoorLeft.Visible = true;
oDoorRight.Visible = true;
oMat.Visible = true;
}
}
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.117 seconds with 19 queries.