I would love to hear other people's ideas for this topic...
Do you have something to say or show for your entry?
Do you have something to say or show for your entry?
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_AfterFadeIn()
{
//TYPEWRITER INTRO... // ADD SOUND to play at the end of the string like aTypewriter like: Typewriter.Type(20, 36, 2,65529, text, eTypewriter_Constant,aTypewriter);
// FIRST TEXT SHOW
String text = "It is said, in ancient Mayan culture, that evil comes from within the heart of man himself. ";
text = text.Append ("[[A Mestaclocan is an evil free roaming spirit cursed by Hunhau. "); //Don't forget to add a space at the end of the line
text = text.Append ("[[A Mestaclocan can absorb and become any object, animal or person. ");
Typewriter.Type(20, 36, 2,65529, text, eTypewriter_Constant);
// FIRST TEXT DISSAPEAR
Wait(100);
String text2 = "Add Text here if required";
Typewriter.Type(20, 36, 2,65529, text2, eTypewriter_Constant);
}
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.075 seconds with 15 queries.