Fantasy in Lights Scenes

firefly_cove.jpg

The scenes in Fantasy In Lights include:

March of the Toy Soldiers (original 1992 scene)
Two giant soldiers stand majestically at attention as you enter this scene that whisks you back to your childhood. Along both sides of the road your regiment stands uniform and spry. Next, you find yourself in a treasure of every child\'s favorite toys --- a top, rocking horse, airplane, teddy bear and so much more. You don\'t leave the scene however, without seeing your soldiers once again, this time marching along as you drive past.

FIL the Frog (original 1992 scene )
FIL, the mascot of Fantasy In Lights, is everyone\'s favorite frog. His "ribbett"ing floats through the air as he leaps from lily pad to lily pad, finally plopping into the cold water, leaving his Santa hat afloat!

Twin Trees (original 1992 scene)
Definitely the most romantic of the scenes, Twin Trees is a study in the beauty of simplicity. The reflection of the trees in Mountain Creek Lake gives you double beauty as you relax to the calming music that enhances this refreshing look at nature.

Snowflake Valley (original 1992 scene)
Find yourself in the middle of a silent, softly swirling blizzard. You\'ll even feel a chill as you float through this Winter wonderland complete with giant snowflakes.

Magical Christmas Garden (original 1992 scene)
You know this is going to be special when you see the giant wreath spanning the road. That\'s just the beginning of this magical garden where Christmas flowers grow larger-than-life and doves of peace float elegantly overhead.

Christmas Tree Lane (added in 1993)
Your magical tour begins and ends with colorful Christmas Tree Lane where you ride between two lines of colorful trees reaching toward the night sky. The music lifts your spirits in this shining, glimmering parade of trees.

Firefly Cove (added in 1993)
It\'s a perfect Southern night with the fireflies twinkling in the woodlands. Giant dragonflies and colorful butterflies make this scene absolutely magical.

b>Swan Lake & Hummingbird Fountain (added in 1993)
Nothing is more elegant than a mother swan followed faithfully by her signets. Nearby, hummingbird fountain flows brightly and silently in the dark night.

The Nativity (added in 1993)
This reverent and exalting narration of the birth of Jesus is shown through a sublime 10-minute show of orchestrated lights and moving narration. Inspirational music warms your heart and lifts your spirit as the true meaning of Christmas comes to light. (On Robin Lake Beach)

Nature\'s Wonderland (added in 1994)
Ever wonder what happens in the woodlands after the sun sets? Well, it\'s a lively place as you\'ll see in Nature\'s Wonderland. All sorts of delightful animals come out to play. Here you\'ll find rabbits and squirrels on the run, opossums hanging around, owls hooting overhead, deer grazing in the grass. Keep your eyes open so you won\'t miss anything!

Twelve Days of Christmas (added in 1994)
This favorite Christmas song comes to life in a rip-roaring rendition that will send your spirit soaring! Each of the twelve days is brightly and delightfully created with the magic of lights and animation. You\'ll find yourself singing along as you ride through this spirited scene.

The Night Before Christmas (added in 1995)
See this beloved poem come to life as it is put to music in a catchy rendition and illustrated with a show of lights. This 10-minute light and sound show is filled with sugar plums and jolly old St. Nick doing his night\'s work. (On Robin Lake Beach)

Santa\'s Workshop (added in 1996)
You\'ll need to snuggle up for this trip to the North Pole where Santa\'s elves are busily preparing for the big night. Highly animated, this scene is a humorous look at what it takes to make all those toys! It\'s a lot of work, but the elves manage to make it fun!

Skating Party (added in 1998)
In this scene, the countryside pond makes the perfect place for a skating party as skaters glide and twirl across the ice.

Enchanted Rainbow Forest (added in 2000)
Enchanted Rainbow Forest brings a mixture of nature and whimsy together as twinkling pixies transform the pristine, white Winter landscape into the colorful floral vista of Spring. Charming animation, delightful music and thousands of colorful lights sweep you through the changing of the seasons --- with a few surprises along the way!


Click here for the Heinle & Heinle Dictionary

Click here for the Merriam-Webster Dictionary On-Line
Hosted by www.Geocities.ws

'; if (is.CRAPBrowser){ReadingText=ResolveAllURLs(ReadingText);} var NavBar=''; NavBar+='
'; NavBar+=''; NavBar+=''; NavBar+='
'; if (is.CRAPBrowser){NavBar=ResolveAllURLs(NavBar);} var TitleCode = ''; TitleCode += '' + ExerciseTitle + '
'; TitleCode += '' + ExerciseSubtitle + '
'; TitleCode += '
'; var GridOpener = ''; var GridRowOpener = ''; var GridRowCloser = ''; var BlankCell = ''; var LetterOnlyCell = ''; var NumLetterCell = ''; var GridCloser = '
 [Letter]'; if (! is.CRAPBrowser){ NumLetterCell += '[ClueNum]'; } else{ NumLetterCell += '[ClueNum]'; } NumLetterCell += ' [Letter]
'; var Buttons = '
'; Buttons += ''; Buttons += ''; Buttons += '
'; var Buttons1 = ReplaceStuff('[Num]', '1', Buttons); var Buttons2 = ReplaceStuff('[Num]', '2', Buttons); var GetAnswerOpener = '
'; var GetAnswer = ' '; GetAnswer += ' '; GetAnswer += ''; var GetAnswerCloser = '
'; function GoBack(){ var BackSkip = history.length - PreviousPage; if (BackSkip > 0){ history.go((BackSkip+1)*-1); } else{ parent.history.back(); } } function ShowReading(){ if (ReadingFrame != null){ if (ReadingURL.length > 0){ ReadingFrame.location.href=ReadingURL; } else{ ReadingFrame.document.clear(); ReadingFrame.document.open(); ReadingFrame.document.write(ReadingText); ReadingFrame.document.close(); } } } function BuildExercise(){ var OutString = ''; var Temp = ''; var GridStuff = GridOpener; for (var i=0; i 0){ Temp = NumLetterCell; Temp = ReplaceStuff('[ClueNum]', C[i][j], Temp); //Add location info Temp = ReplaceStuff('[x]', i, Temp); Temp = ReplaceStuff('[y]', j, Temp); } //Otherwise add a blank cell else{ Temp = LetterOnlyCell; } //If the cell is already answered, add the letter from the Guess array if (G[i][j] != ''){ Temp = ReplaceStuff('[Letter]', G[i][j], Temp); } //Otherwise, put in a non-breaking space else{ Temp = ReplaceStuff('[Letter]', ' ', Temp); } GridStuff += Temp; } } GridStuff += GridRowCloser; } GridStuff += GridCloser; //Put the final pieces together OutString = GridStuff; BuiltExercise = OutString; } function WriteFeedback(Feedback) { if (is.CRAPBrowser){Feedback=ResolveAllURLs(Feedback);} //Build the output string var OutString = ''; OutString += ''; OutString += '
'; OutString += '
'; OutString += NavBar; if (Feedback.length>0){ OutString += '' } OutString += '
'; OutString += ''; OutString += Feedback; OutString += '
Hosted by www.Geocities.ws

'; //Write it to the frame TopFrame.document.clear(); TopFrame.document.open(); TopFrame.document.write(OutString); TopFrame.document.close(); } function DisplayExercise(){ //Build the output string var OutString = ''; OutString += ''; OutString += '
'; OutString += '
'; OutString += TitleCode; OutString += Buttons1; OutString += BuiltExercise; OutString += Buttons2; OutString += BuiltClues; OutString += NavBar; OutString += '
Hosted by www.Geocities.ws

'; if (is.CRAPBrowser){OutString=ResolveAllURLs(OutString);} //Write it to the frame BottomFrame.document.clear(); BottomFrame.document.open(); BottomFrame.document.write(OutString); BottomFrame.document.close(); } function BuildClue(ClueNum,x,y,Across){ var OutString = ''; if (Across == true){ if (ClueNum >= A.length){ return ''; } if (A[ClueNum] == null){ return ''; } OutString = ClueNum + '. ' + A[ClueNum]; OutString += GetAnswer; OutString = ReplaceStuff('[BoxName]', 'BA'+ClueNum, OutString); //Find out how long the answer is AnsLength = 0; i = x; j = y; while (j= D.length){ return ''; } if (D[ClueNum] == null){ return ''; } OutString = ClueNum + '. ' + D[ClueNum]; OutString += GetAnswer; OutString = ReplaceStuff('[BoxName]', 'BD'+ClueNum, OutString); //Find out how long the answer is AnsLength = 0; i = x; j = y; while (i 0){ AcrossClues += BuildClue(C[i][j], i, j, true); DownClues += BuildClue(C[i][j], i, j, false); } } } OutString += ''; OutString += CluesAcross + '

' + AcrossClues + '

'; OutString += ''; OutString += CluesDown + '

' + DownClues + '
' OutString += ''; BuiltClues = OutString; } function ShowClue(ClueNum,x,y){ var OutString = ''; var AnsLength = 0; var i; var j; CurrBoxElement = ClueNum; if (A[ClueNum] != null){ OutString = OutString + 'Across: ' + ClueNum + '. ' + A[ClueNum]; OutString += GetAnswer; OutString = ReplaceStuff('[BoxName]', 'BA'+ClueNum, OutString); //Find out how long the answer is AnsLength = 0; i = x; j = y; while (j 0){ OutString += '
'; } OutString = OutString + 'Down: ' + ClueNum + '. ' + D[ClueNum]; OutString += GetAnswer; OutString = ReplaceStuff('[BoxName]', 'BD'+ClueNum, OutString); //Find out how long the answer is AnsLength = 0; i = x; j = y; while (i-1){ FirstBit = InString.substring(0, i); LastBit = InString.substring(i + Token.length, InString.length); InString = FirstBit + Replacement + LastBit; i = InString.indexOf(Token); } return InString; } L = new Array(); L[0] = new Array('','','','','L','','','','','',''); L[1] = new Array('','M','A','D','E','','','S','E','E','N'); L[2] = new Array('','','','','F','E','L','T','','',''); L[3] = new Array('','','','','T','','','O','','',''); L[4] = new Array('','','','','','','','O','','',''); L[5] = new Array('','','F','L','O','W','E','D','','',''); L[6] = new Array('G','','','I','','','','','B','',''); L[7] = new Array('I','','','F','L','O','A','T','E','D',''); L[8] = new Array('V','','','T','','','','','G','',''); L[9] = new Array('E','N','D','E','D','','','','U','',''); L[10] = new Array('N','','','D','','','','K','N','E','W'); C = new Array(); C[0] = new Array(0,0,0,0,1,0,0,0,0,0,0); C[1] = new Array(0,2,0,0,0,0,0,3,0,0,0); C[2] = new Array(0,0,0,0,4,0,0,0,0,0,0); C[3] = new Array(0,0,0,0,0,0,0,0,0,0,0); C[4] = new Array(0,0,0,0,0,0,0,0,0,0,0); C[5] = new Array(0,0,5,6,0,0,0,0,0,0,0); C[6] = new Array(7,0,0,0,0,0,0,0,8,0,0); C[7] = new Array(0,0,0,9,0,0,0,0,0,0,0); C[8] = new Array(0,0,0,0,0,0,0,0,0,0,0); C[9] = new Array(10,0,0,0,0,0,0,0,0,0,0); C[10] = new Array(0,0,0,0,0,0,0,11,0,0,0); G = new Array(); G[0] = new Array('','','','','','','','','','',''); G[1] = new Array('','','','','','','','','','',''); G[2] = new Array('','','','','','','','','','',''); G[3] = new Array('','','','','','','','','','',''); G[4] = new Array('','','','','','','','','','',''); G[5] = new Array('','','','','','','','','','',''); G[6] = new Array('','','','','','','','','','',''); G[7] = new Array('','','','','','','','','','',''); G[8] = new Array('','','','','','','','','','',''); G[9] = new Array('','','','','','','','','','',''); G[10] = new Array('','','','','','','','','','',''); A = new Array(); A[2]='Giant dragonflies and colorful butterflies make this scene absolutely magical. What is the past participle of the verb in this sentence? '; A[3]='See this beloved poem come to life as it is put to music in a catchy rendition and illustrated with a show of lights. What is the past participle of the verb in this sentence? '; A[4]='You\'ll even feel a chill as you float through this Winter wonderland complete with giant snowflakes. What is the past participle of the verb in this sentence? '; A[5]='Nearby, hummingbird fountain flows brightly and silently in the dark night. What is the past participle of the verb in this sentence? '; A[9]='FIL, the mascot of Fantasy In Lights, is everyone\'s favorite frog. His "ribbett"ing floats through the air as he leaps from lily pad to lily pad, finally plopping into the cold water, leaving his Santa hat afloat! What is the past participle of the verb in this sentence? '; A[10]='Your magical tour begins and ends with colorful Christmas Tree Lane where you ride between two lines of colorful trees reaching toward the night sky. What is the past participle of the verb in this sentence? '; A[11]='You know this is going to be special when you see the giant wreath spanning the road. What is the past participle of the verb in this sentence? '; D = new Array(); D[1]='You don\'t leave the scene however, without seeing your soldiers once again, this time marching along as you drive past. What is the past participle of the verb in this sentence? '; D[3]='Two giant soldiers stand majestically at attention as you enter this scene that whisks you back to your childhood. What is the past participle of the verb in this sentence? '; D[6]='The music lifts your spirits in this shining, glimmering parade of trees. What is the past participle of the verb in this sentence? '; D[7]='The reflection of the trees in Mountain Creek Lake gives you double beauty as you relax to the calming music that enhances this refreshing look at nature. What is the past participle of the verb in this sentence? '; D[8]='Your magical tour begins and ends with colorful Christmas Tree Lane where you ride between two lines of colorful trees reaching toward the night sky. What is the past participle of the verb in this sentence? '; function StartUp(){ BuildExercise(); BuildCompleteClues(); WriteFeedback(Instructions); DisplayExercise(); ShowReading(); } function CheckAnswers(){ var AllCorrect = true; var TotLetters = 0; var CorrectLetters = 0; //Check each letter for (var i=0; i'; } Output += YourScoreIs + ' ' + Score + '%.
'; if (AllCorrect == false){ Output += '
' + Incorrect; Penalties++; } BuildExercise(); WriteFeedback(Output); DisplayExercise(); } function DoNothing(){} function Blank(){ return '
©Half-Baked Software. Loading...
Hosted by www.Geocities.ws

'; } //--> //]]>
Hosted by www.Geocities.ws

1