that's perfect thank you so much... For reference to others, this is the code I used...
if (!cGiana.Animating) {cGiana.Animate(3, 3, eRepeat, eNoBlock);}
if (!cGiana.Animating) {cGiana.Animate(3, 3, eRepeat, eNoBlock);}
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
function room_RepExec()
{
SetTimer(1, TimeDelay);
int ran = Random(2);
if (IsTimerExpired(1)) {
if (ran == 0){
int TimeDelay=60;
cChuckRock.SayBackground("Right We have a real classic now");
cChuckRock.SayBackground("Yes it's the tune that made us, with our own game");
cChuckRock.SayBackground("Composed originally by the talented Matthew Simmonds ");
cChuckRock.SayBackground("But we are gonna turn it up to eleven, with the");
cChuckRock.SayBackground("Brilliant Aki Järvinen Metal mix...");
cChuckRock.SayBackground("Are you ready to get rocking?");
cChuckRock.SayBackground("...A One...");
cChuckRock.SayBackground("...A Two.");
cChuckRock.SayBackground("...A One, Two, Three, Four...");
aChuck_Rock_metal_remix.Play();
cChuckRock.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cDinoBand.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cGary.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cOrphBand.Animate(1, 3, eRepeat, eNoBlock, eForwards);
}
else if (ran == 1)
{
cChuckRock.SayBackground("Right We have a real classic now");
cChuckRock.SayBackground("Yes it's the tune that made us, with our own game");
cChuckRock.SayBackground("Composed originally by the talented Matthew Simmonds ");
cChuckRock.SayBackground("But we are gonna turn it up to eleven, with the");
cChuckRock.SayBackground("Brilliant Aki Järvinen Metal mix...");
cChuckRock.SayBackground("Are you ready to get rocking?");
cChuckRock.SayBackground("...A One...");
cChuckRock.SayBackground("...A Two.");
cChuckRock.SayBackground("...A One, Two, Three, Four...");
aChuck_Rock_metal_remix.Play();
cChuckRock.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cDinoBand.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cGary.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cOrphBand.Animate(1, 3, eRepeat, eNoBlock, eForwards);
}
else if (ran == 2)
{
cChuckRock.SayBackground("Right We have a real classic now");
cChuckRock.SayBackground("Yes it's the tune that made us, with our own game");
cChuckRock.SayBackground("Composed originally by the talented Matthew Simmonds ");
cChuckRock.SayBackground("But we are gonna turn it up to eleven, with the");
cChuckRock.SayBackground("Brilliant Aki Järvinen Metal mix...");
cChuckRock.SayBackground("Are you ready to get rocking?");
cChuckRock.SayBackground("...A One...");
cChuckRock.SayBackground("...A Two.");
cChuckRock.SayBackground("...A One, Two, Three, Four...");
aChuck_Rock_metal_remix.Play();
cChuckRock.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cDinoBand.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cGary.Animate(1, 3, eRepeat, eNoBlock, eForwards);
cOrphBand.Animate(1, 3, eRepeat, eNoBlock, eForwards);
}
}
}
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.044 seconds with 14 queries.