//Modified by Coffeecup.com function infoscroll(seed,looped) { var text1 = " You are playing Yoda's trivia challenge!!!"; var text2 = " Have fun... "; var msg=text1+text2; var putout = " "; var c = 1; if (looped > 10) { window.status=""; } else if (seed > 100) { seed--; var cmd="infoscroll(" + seed + "," + looped + ")"; timerTwo=window.setTimeout(cmd,100); } else if (seed <= 100 && seed > 0) { for (c=0 ; c < seed ; c++) { putout+=" "; } putout+=msg.substring(0,100-seed); seed--; var cmd="infoscroll(" + seed + "," + looped + ")"; window.status=putout; timerTwo=window.setTimeout(cmd,100); } else if (seed <= 0) { if (-seed < msg.length) { putout+=msg.substring(-seed,msg.length); seed--; var cmd="infoscroll(" + seed + "," + looped + ")"; window.status=putout; timerTwo=window.setTimeout(cmd,100); // 100 } else { window.status=" "; looped += 1; var cmd = "infoscroll(100," + looped + ")"; timerTwo=window.setTimeout(cmd,75); // 75 } } } // --> >


Welcome, to Yoda's Trivia Challenge!

If u make it through all the questions you will get a secret reward at the end. Are you ready? Well here you go......

1. Which of the following did Yoda not have Luke levitate or balance?

R2-D2

Stones

Gimer Stick

Himself [Yoda]

Had second thoughts? Then why not go back home....