Frame 3
ifFrameLoaded (111) {
gotoAndPlay (10);
}
Frame 4
gotoAndPlay (2);
Frame 11
gotoAndPlay (12);
Frame 12
score = 0;
roundnum = 1;
tellTarget ("/roundnum1") {
gotoAndStop (2);
};
tellTarget ("/roundnum2") {
gotoAndStop (1);
};
tellTarget ("/roundnum3") {
gotoAndStop (1);
};
roundscore = 0;
round1score = 0;
round2score = 0;
round3score = 0;
spinmultiplier = 1;
totalscore = 0;
flick = 0;
color = 1;
rotateval = 0;
wheelangle = 0;
spinwheelenable = 1;
wheelspinning = 0;
chosen = "";
lettersfound = 0;
ltrpicked = "";
alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
constanents = "BCDFGHJKLMNPQRSTVWXYZ";
vowels = "AEIOU";
looptemp = 1;
while (Number(looptemp) < 27) {
templtr = substring(alphabet, looptemp, 1);
Set(("ltrpick" add templtr) add ":letter", templtr);
looptemp = Number(looptemp) + 1;
}
msgtext = "Click on the Wheel\rto Begin";
call("shownone");
Frame 13
call("puzzledata");
Frame 14
call("newpuzzle");
Frame 16
if (ltrclicked ne "") {
chosen = chosen add ltrclicked;
gotoAndPlay (91);
} else {
gotoAndPlay (15);
}
Frame 21
if (Number(wheelspeed) > 10) {
playsound = 0;
wheelspeed = wheelspeed - 0.5;
} else if ((Number(wheelspeed) <= 10) and (Number(wheelspeed) > 5)) {
wheelspeed = wheelspeed - 0.25;
} else if ((Number(wheelspeed) <= 5) and (Number(wheelspeed) > 2.5)) {
wheelspeed = wheelspeed - 0.125;
} else if (Number(wheelspeed) > 0) {
wheelspeed = wheelspeed - 0.0625;
} else {
wheelspeed = 0;
}
wheelangle = Number(wheelangle) + Number(wheelspeed);
if (Number(wheelangle) >= 360) {
wheelangle = wheelangle - 360;
}
rotateval = int(wheelangle);
flick = Number(flick) + Number(wheelspeed);
setProperty("/wheelmain/wheel", _rotation , wheelangle);
setProperty("/wheelmain/wheel", _xscale , 100);
setProperty("/wheelmain/wheel", _yscale , 100);
setProperty("/wheelzoom", _rotation , rotateval);
tellTarget ("/flicker") {
gotoAndStop (1);
};
playsound = 0;
if (Number(flick) > 25) {
flick = flick - 20;
}
if (Number(flick) > 20) {
flick = flick - 15;
}
if (Number(flick) > 15) {
flick = flick - 10;
}
if (Number(flick) > 10) {
flick = flick - 5;
}
if (Number(flick) >= 3.5) {
tellTarget ("/flicker") {
gotoAndStop (2);
};
}
if (Number(flick) >= 4.5) {
tellTarget ("/flicker") {
gotoAndStop (3);
};
}
if (Number(flick) >= 6) {
flick = flick - 5;
playsound = 1;
}
call("calculatevalue");
tellTarget ("/center") {
gotoAndStop(/:color);
};
if (Number(wheelspeed) > 3) {
playsound = 2;
}
Frame 22
if (Number(wheelspeed) == 0) {
if (Number(flick) >= 5) {
tellTarget ("/sounds") {
gotoAndPlay (25);
};
tellTarget ("/flicker") {
gotoAndStop (1);
};
}
setProperty("/lightning", _visible , 1);
tellTarget ("/lightning") {
gotoAndPlay (43);
};
if (wheelvalue eq "BANKRUPT") {
score = 0;
spinmultiplier = spinmultiplier - 1;
if (Number(spinmultiplier) < 1) {
spinmultiplier = 1;
}
bonus = "x" add spinmultiplier;
roundscore = score * spinmultiplier;
totalscore = Number(Number(Number(roundscore) + Number(round1score)) + Number(round2score)) + Number(round3score);
call("showvowels");
spinwheelenable = 1;
} else {
tellTarget ("/letterframe") {
gotoAndPlay (2);
};
call("showconstanents");
}
gotoAndPlay (15);
} else {
if (Number(playsound) == 1) {
tellTarget ("/sounds") {
gotoAndPlay (25);
};
} else if (Number(playsound) == 2) {
tellTarget ("/sounds") {
play();
};
}
gotoAndPlay (21);
}
Frame 26
numpuzzles = 260;
puzzle1 = " SNOW WHITE AND THE SEVEN DWARVES ";
lengthpuzzle1 = 27;
clue1 = "Fairy Tale";
puzzle2 = "SO LONG AND THANKS FOR ALL THE FISH DOUGLAS ADAMS";
lengthpuzzle2 = 40;
clue2 = "Book & Author";
puzzle3 = "GONE WITH THE WIND CLARKE GABLE ";
lengthpuzzle3 = "26";
clue3 = "Movie Title & Actor";
puzzle4 = " THE MATRIX KEANU REEVES ";
lengthpuzzle4 = "20";
clue4 = "Movie Title & Actor";
puzzle5 = "OF MICE AND MEN JOHN STEINBECK ";
lengthpuzzle5 = "24";
clue5 = "Book & Author";
puzzle6 = "WAR AND PEACE LEO TOLSTOY ";
lengthpuzzle6 = "21";
clue6 = "Book & Author";
puzzle7 = " AUSTRALIA CANBERRA ";
lengthpuzzle7 = "17";
clue7 = "Countries & Capitals";
puzzle8 = " CANADA OTTAWA ";
lengthpuzzle8 = "12";
clue8 = "Countries & Capitals";
puzzle9 = " AUSTRIA VIENNA ";
lengthpuzzle9 = "13";
clue9 = "Countries & Capitals";
puzzle10 = " BARBADOS BRIDGETOWN ";
lengthpuzzle10 = "18";
clue10 = "Countries & Capitals";
puzzle11 = " FRANCE PARIS ";
lengthpuzzle11 = "11";
clue11 = "Countries & Capitals";
puzzle12 = " GUYANA GEORGETOWN ";
lengthpuzzle12 = "16";
clue12 = "Countries & Capitals";
puzzle13 = " SENEGAL DAKAR ";
lengthpuzzle13 = "12";
clue13 = "Countries & Capitals";
puzzle14 = " RWANDA KIGALI ";
lengthpuzzle14 = "12";
clue14 = "Countries & Capitals";
puzzle15 = " SEYCHELLES VICTORIA ";
lengthpuzzle15 = "18";
clue15 = "Countries & Capitals";
puzzle16 = " SLOVAKIA BRATISLAVA ";
lengthpuzzle16 = "18";
clue16 = "Countries & Capitals";
puzzle17 = " ROMANIA BUCHAREST ";
lengthpuzzle17 = "16";
clue17 = "Countries & Capitals";
puzzle18 = " SWEDEN STOCKHOLM ";
lengthpuzzle18 = "15";
clue18 = "Countries & Capitals";
puzzle19 = " URUGUAY MONTEVIDEO ";
lengthpuzzle19 = "17";
clue19 = "Countries & Capitals";
puzzle20 = " YUGOSLAVIA BELGRADE ";
lengthpuzzle20 = "18";
clue20 = "Countries & Capitals";
puzzle21 = " ZIMBABWE HARARE ";
lengthpuzzle21 = "14";
clue21 = "Countries & Capitals";
puzzle22 = " PSYCHO JANET LEIGH ";
lengthpuzzle22 = "16";
clue22 = "Movie Title & Actor";
puzzle23 = " TOP GUN TOM CRUISE ";
lengthpuzzle23 = "15";
clue23 = "Movie Title & Actor";
puzzle24 = " GHOST DEMI MOORE ";
lengthpuzzle24 = "14";
clue24 = "Movie Title & Actor";
puzzle25 = "TANGO AND CASH KURT RUSSELL";
lengthpuzzle25 = "23";
clue25 = "Movie Title & Actor";
puzzle26 = "THE HUSTLER PAUL NEWMAN ";
lengthpuzzle26 = "20";
clue26 = "Movie Title & Actor";
puzzle27 = "BEVERLY HILLS COP EDDIE MURPHY ";
lengthpuzzle27 = "26";
clue27 = "Movie Title & Actor";
puzzle28 = "SCENT OF A WOMAN AL PACINO ";
lengthpuzzle28 = "21";
clue28 = "Movie Title & Actor";
puzzle29 = "SOME LIKE IT HOT MARILYN MONROE ";
lengthpuzzle29 = "26";
clue29 = "Movie Title & Actor";
puzzle30 = " HONEY I SHRUNK THE KIDS RICK MORANIS";
lengthpuzzle30 = "30";
clue30 = "Movie Title & Actor";
puzzle31 = " DESPERATELY SEEKING SUSAN MADONNA ";
lengthpuzzle31 = "30";
clue31 = "Movie Title & Actor";
puzzle32 = " ST ELMOS FIRE ROB LOWE ";
lengthpuzzle32 = "18";
clue32 = "Movie Title & Actor";
puzzle33 = " PRETTY IN PINK MOLLY RINGWALD";
lengthpuzzle33 = "25";
clue33 = "Movie Title & Actor";
puzzle34 = "WHEN HARRY MET SALLY MEG RYAN ";
lengthpuzzle34 = "24";
clue34 = "Movie Title & Actor";
puzzle35 = " FLATLINERS KIEFER SUTHERLAND ";
lengthpuzzle35 = "26";
clue35 = "Movie Title & Actor";
puzzle36 = " WATERLOO ABBA ";
lengthpuzzle36 = "12";
clue36 = "Song Title & Artist";
puzzle37 = " OPPOSITES ATTRACT PAULA ABDUL";
lengthpuzzle37 = "26";
clue37 = "Song Title & Artist";
puzzle38 = " EVERYTHING I DO BRYAN ADAMS";
lengthpuzzle38 = "23";
clue38 = "Song Title & Artist";
puzzle39 = " STAND AND DELIVER ADAM ANT ";
lengthpuzzle39 = "22";
clue39 = "Song Title & Artist";
puzzle40 = " GOOD VIBRATIONS THE BEACH BOYS ";
lengthpuzzle40 = "26";
clue40 = "Song Title & Artist";
puzzle41 = "MANIC MONDAY THE BANGLES ";
lengthpuzzle41 = "21";
clue41 = "Song Title & Artist";
puzzle42 = "I DONT LIKE MONDAYS BOOMTOWN RATS ";
lengthpuzzle42 = "28";
clue42 = "Song Title & Artist";
puzzle43 = " SORROW DAVID BOWIE ";
lengthpuzzle43 = "16";
clue43 = "Song Title & Artist";
puzzle44 = " YELLOW SUBMARINE THE BEATLES ";
lengthpuzzle44 = "25";
clue44 = "Song Title & Artist";
puzzle45 = "HEART OF GLASS BLONDIE ";
lengthpuzzle45 = "19";
clue45 = "Song Title & Artist";
puzzle46 = " GET IT ON T-REX ";
lengthpuzzle46 = "11";
clue46 = "Song Title & Artist";
puzzle47 = "BETTE DAVIS EYES KIM CARNES ";
lengthpuzzle47 = "23";
clue47 = "Song Title & Artist";
puzzle48 = "UNCHAIN MY HEART JOE COCKER ";
lengthpuzzle48 = "23";
clue48 = "Song Title & Artist";
puzzle49 = "CLOSE TO YOU THE CARPENTERS ";
lengthpuzzle49 = "23";
clue49 = "Song Title & Artist";
puzzle50 = "A BOY NAMED SUE JOHNNY CASH";
lengthpuzzle50 = "22";
clue50 = "Song Title & Artist";
puzzle51 = "THE SHOOP SHOOP SONG CHER ";
lengthpuzzle51 = "21";
clue51 = "Song Title & Artist";
puzzle52 = " LAYLA ERIC CLAPTON ";
lengthpuzzle52 = "16";
clue52 = "Song Title & Artist";
puzzle53 = " POISON ALICE COOPER ";
lengthpuzzle53 = "17";
clue53 = "Song Title & Artist";
puzzle54 = " BEAT IT MICHAEL JACKSON ";
lengthpuzzle54 = "20";
clue54 = "Song Title & Artist";
puzzle55 = " BEN MICHAEL JACKSON ";
lengthpuzzle55 = "17";
clue55 = "Song Title & Artist";
puzzle56 = " ITS STILL ROCK AND ROLL TO ME BILLY JOEL ";
lengthpuzzle56 = "32";
clue56 = "Song Title & Artist";
puzzle57 = " ITS NOT UNUSUAL TOM JONES ";
lengthpuzzle57 = "21";
clue57 = "Song Title & Artist";
puzzle58 = "GIRLS JUST WANT TO HAVE FUN CYNDI LAUPER";
lengthpuzzle58 = "33";
clue58 = "Song Title & Artist";
puzzle59 = "GREAT BALLS OF FIRE JERRY LEE LEWIS ";
lengthpuzzle59 = "29";
clue59 = "Song Title & Artist";
puzzle60 = " FEVER PEGGY LEE ";
lengthpuzzle60 = "13";
clue60 = "Song Title & Artist";
puzzle61 = "CRUEL TO BE KIND NICK LOWE ";
lengthpuzzle61 = "21";
clue61 = "Song Title & Artist";
puzzle62 = "TO SIR WITH LOVE LULU ";
lengthpuzzle62 = "17";
clue62 = "Song Title & Artist";
puzzle63 = "AMERICAN PIE DON MCLEAN ";
lengthpuzzle63 = "20";
clue63 = "Song Title & Artist";
puzzle64 = " OUR HOUSE MADNESS ";
lengthpuzzle64 = "15";
clue64 = "Song Title & Artist";
puzzle65 = "CRAZY FOR YOU MADONNA ";
lengthpuzzle65 = "18";
clue65 = "Song Title & Artist";
puzzle66 = "DO WAH DIDDY DIDDY MANFRED MANN ";
lengthpuzzle66 = "26";
clue66 = "Song Title & Artist";
puzzle67 = " COPACABANA BARRY MANILOW ";
lengthpuzzle67 = "22";
clue67 = "Song Title & Artist";
puzzle68 = " NO WOMAN NO CRY BOB MARLEY ";
lengthpuzzle68 = "21";
clue68 = "Song Title & Artist";
puzzle69 = " XANADU OLIVIA NEWTON JOHN ";
lengthpuzzle69 = "22";
clue69 = "Song Title & Artist";
puzzle70 = " WHITE CHRISTMAS BING CROSBY ";
lengthpuzzle70 = "24";
clue70 = "Song Title & Artist";
puzzle71 = " RIDERS ON THE STORM THE DOORS ";
lengthpuzzle71 = "24";
clue71 = "Song Title & Artist";
puzzle72 = " SMOKE ON THE WATER DEEP PURPLE ";
lengthpuzzle72 = "25";
clue72 = "Song Title & Artist";
puzzle73 = "HUNGRY LIKE THE WOLF DURAN DURAN ";
lengthpuzzle73 = "27";
clue73 = "Song Title & Artist";
puzzle74 = " LETS STICK TOGETHER BRYAN FERRY ";
lengthpuzzle74 = "27";
clue74 = "Song Title & Artist";
puzzle75 = " RESPECT ARETHA FRANKLIN ";
lengthpuzzle75 = "21";
clue75 = "Song Title & Artist";
puzzle76 = " PEGGY SUE BUDDY HOLLY ";
lengthpuzzle76 = "18";
clue76 = "Song Title & Artist";
puzzle77 = " HOT IN THE CITY BILLY IDOL ";
lengthpuzzle77 = "21";
clue77 = "Song Title & Artist";
puzzle78 = " PURPLE HAZE JIMMY HENDRIX ";
lengthpuzzle78 = "22";
clue78 = "Song Title & Artist";
puzzle79 = "TELL HER ABOUT IT BILLY JOEL ";
lengthpuzzle79 = "23";
clue79 = "Song Title & Artist";
puzzle80 = "WILL YOU LOVE ME TOMORROW CAROLE KING ";
lengthpuzzle80 = "31";
clue80 = "Song Title & Artist";
puzzle81 = "TUTTI FRUTTI LITTLE RICHARD ";
lengthpuzzle81 = "24";
clue81 = "Song Title & Artist";
puzzle82 = "LONG TALL SALLY LITTLE RICHARD ";
lengthpuzzle82 = "26";
clue82 = "Song Title & Artist";
puzzle83 = " LUCILLE LITTLE RICHARD ";
lengthpuzzle83 = "20";
clue83 = "Song Title & Artist";
puzzle84 = " RIP IT UP LITTLE RICHARD ";
lengthpuzzle84 = "20";
clue84 = "Song Title & Artist";
puzzle85 = "POWER OF LOVE HUEY LEWIS ";
lengthpuzzle85 = "20";
clue85 = "Song Title & Artist";
puzzle86 = "THE HEART OF ROCK AND ROLL HUEY LEWIS ";
lengthpuzzle86 = "30";
clue86 = "Song Title & Artist";
puzzle87 = " STUCK WITH YOU HUEY LEWIS ";
lengthpuzzle87 = "21";
clue87 = "Song Title & Artist";
puzzle88 = " DO YOU BELIEVE IN LOVE HUEY LEWIS ";
lengthpuzzle88 = "27";
clue88 = "Song Title & Artist";
puzzle89 = " BLINDED BY THE LIGHT MANFRED MANN ";
lengthpuzzle89 = "28";
clue89 = "Song Title & Artist";
puzzle90 = " PRETTY FLAMINGO MANFRED MANN ";
lengthpuzzle90 = "25";
clue90 = "Song Title & Artist";
puzzle91 = " THE MIGHTY QUINN MANFRED MANN ";
lengthpuzzle91 = "25";
clue91 = "Song Title & Artist";
puzzle92 = "CALIFORNIA DREAMIN THE MAMAS AND THE PAPAS ";
lengthpuzzle92 = "36";
clue92 = "Song Title & Artist";
puzzle93 = " TRUE BLUE MADONNA ";
lengthpuzzle93 = "15";
clue93 = "Song Title & Artist";
puzzle94 = " LIKE A PRAYER MADONNA ";
lengthpuzzle94 = "18";
clue94 = "Song Title & Artist";
puzzle95 = " HOLIDAY MADONNA ";
lengthpuzzle95 = "14";
clue95 = "Song Title & Artist";
puzzle96 = " LIVE TO TELL MADONNA ";
lengthpuzzle96 = "17";
clue96 = "Song Title & Artist";
puzzle97 = " THE ROSE BETTE MIDLER ";
lengthpuzzle97 = "18";
clue97 = "Song Title & Artist";
puzzle98 = "FROM A DISTANCE BETTE MIDLER ";
lengthpuzzle98 = "24";
clue98 = "Song Title & Artist";
puzzle99 = " I SHOULD BE SO LUCKY KYLIE MINOGUE";
lengthpuzzle99 = "28";
clue99 = "Song Title & Artist";
puzzle100 = " LOCOMOTION KYLIE MINOGUE";
lengthpuzzle100 = "22";
clue100 = "Song Title & Artist";
puzzle101 = "BETTER THE DEVIL YOU KNOW KYLIE MINOGUE";
lengthpuzzle101 = "33";
clue101 = "Song Title & Artist";
puzzle102 = " WHEN THE GOING GETS TOUGH BILLY OCEAN ";
lengthpuzzle102 = "31";
clue102 = "Song Title & Artist";
puzzle103 = " CARIBBEAN QUEEN BILLY OCEAN ";
lengthpuzzle103 = "24";
clue103 = "Song Title & Artist";
puzzle104 = " LOVE REALLY HURTS WITHOUT YOU BILLY OCEAN ";
lengthpuzzle104 = "35";
clue104 = "Song Title & Artist";
puzzle105 = " SUDDENLY BILLY OCEAN ";
lengthpuzzle105 = "18";
clue105 = "Song Title & Artist";
puzzle106 = " BUFFALO SOLDIER BOB MARLEY ";
lengthpuzzle106 = "23";
clue106 = "Song Title & Artist";
puzzle107 = "DONT WORRY BE HAPPY BOB MARLEY ";
lengthpuzzle107 = "25";
clue107 = "Song Title & Artist";
puzzle108 = " ADDICTED TO LOVE ROBERT PALMER";
lengthpuzzle108 = "26";
clue108 = "Song Title & Artist";
puzzle109 = " SOME GUYS HAVE ALL THE LUCK ROBERT PALMER";
lengthpuzzle109 = "34";
clue109 = "Song Title & Artist";
puzzle110 = " BAD CASE OF LOVING YOU ROBERT PALMER";
lengthpuzzle110 = "30";
clue110 = "Song Title & Artist";
puzzle111 = " SHE MAKES MY DAY ROBERT PALMER";
lengthpuzzle111 = "25";
clue111 = "Song Title & Artist";
puzzle112 = " THE MAN WHO SHOT LIBERTY VALANCE GENE PITNEY ";
lengthpuzzle112 = "37";
clue112 = "Song Title & Artist";
puzzle113 = "DONT STAND SO CLOSE TO ME POLICE ";
lengthpuzzle113 = "26";
clue113 = "Song Title & Artist";
puzzle114 = " ROXANNE POLICE ";
lengthpuzzle114 = "13";
clue114 = "Song Title & Artist";
puzzle115 = "MESSAGE IN A BOTTLE POLICE ";
lengthpuzzle115 = "22";
clue115 = "Song Title & Artist";
puzzle116 = " WALKING ON THE MOON POLICE ";
lengthpuzzle116 = "22";
clue116 = "Song Title & Artist";
puzzle117 = "EVERY BREATH YOU TAKE POLICE ";
lengthpuzzle117 = "24";
clue117 = "Song Title & Artist";
puzzle118 = " LITTLE RED CORVETTE PRINCE ";
lengthpuzzle118 = "23";
clue118 = "Song Title & Artist";
puzzle119 = "PURPLE RAIN PRINCE ";
lengthpuzzle119 = "16";
clue119 = "Song Title & Artist";
puzzle120 = " RADIO GAGA QUEEN ";
lengthpuzzle120 = "14";
clue120 = "Song Title & Artist";
puzzle121 = " BOHEMIAN RHAPSODY QUEEN ";
lengthpuzzle121 = "21";
clue121 = "Song Title & Artist";
puzzle122 = "CRAZY LITTLE THING CALLED LOVE QUEEN ";
lengthpuzzle122 = "31";
clue122 = "Song Title & Artist";
puzzle123 = " WE ARE THE CHAMPIONS QUEEN ";
lengthpuzzle123 = "22";
clue123 = "Song Title & Artist";
puzzle124 = " ANOTHER ONE BITES THE DUST QUEEN ";
lengthpuzzle = "27";
clue124 = "Song Title & Artist";
puzzle125 = " UNDER PRESSURE QUEEN ";
lengthpuzzle125 = "18";
clue125 = "Song Title & Artist";
puzzle126 = " SHINY HAPPY PEOPLE REM ";
lengthpuzzle126 = "19";
clue126 = "Song Title & Artist";
puzzle127 = " LOSING MY RELIGION REM ";
lengthpuzzle127 = "19";
clue127 = "Song Title & Artist";
puzzle128 = "WE DONT TALK ANYMORE CLIFF RICHARD ";
lengthpuzzle128 = "29";
clue128 = "Song Title & Artist";
puzzle129 = " SUMMER HOLIDAY CLIFF RICHARD";
lengthpuzzle129 = "25";
clue129 = "Song Title & Artist";
puzzle130 = " LIVING DOLL CLIFF RICHARD";
lengthpuzzle130 = "22";
clue130 = "Song Title & Artist";
puzzle131 = " GOODBYE SAM HELLO SAMANTHA CLIFF RICHARD";
lengthpuzzle131 = "35";
clue131 = "Song Title & Artist";
puzzle132 = "BACHELOR BOY CLIFF RICHARD";
lengthpuzzle132 = "23";
clue132 = "Song Title & Artist";
puzzle133 = "WIRED FOR SOUND CLIFF RICHARD";
lengthpuzzle133 = "25";
clue133 = "Song Title & Artist";
puzzle134 = " CAN THE CAN SUZI QUATRO ";
lengthpuzzle134 = "19";
clue134 = "Song Title & Artist";
puzzle135 = " STUMBLIN IN SUZI QUATRO ";
lengthpuzzle135 = "20";
clue135 = "Song Title & Artist";
puzzle136 = " DEVIL GATE DRIVE SUZI QUATRO ";
lengthpuzzle136 = "24";
clue136 = "Song Title & Artist";
puzzle137 = "DAYTONA DEMON SUZI QUATRO ";
lengthpuzzle137 = "22";
clue137 = "Song Title & Artist";
puzzle138 = "THE WILD ONE SUZI QUATRO ";
lengthpuzzle138 = "20";
clue138 = "Song Title & Artist";
puzzle139 = " IF YOU CANT GIVE ME LOVE SUZI QUATRO ";
lengthpuzzle139 = "29";
clue139 = "Song Title & Artist";
puzzle140 = " FIRST AMONG EQUALS JEFFREY ARCHER ";
lengthpuzzle140 = "29";
clue140 = "Book & Author";
puzzle141 = " EMMA JANE AUSTEN ";
lengthpuzzle141 = "14";
clue141 = "Book & Author";
puzzle142 = " PERSUASION JANE AUSTEN ";
lengthpuzzle142 = "20";
clue142 = "Book & Author";
puzzle143 = "PRIDE AND PREJUDICE JANE AUSTEN ";
lengthpuzzle143 = "27";
clue143 = "Book & Author";
puzzle144 = " A WOMAN OF SUBSTANCE BARBARA TAYLOR BRADFORD ";
lengthpuzzle144 = "38";
clue144 = "Book & Author";
puzzle145 = "THE HIRED MAN MELVIN BRAGG ";
lengthpuzzle145 = "22";
clue145 = "Book & Author";
puzzle146 = " A TIME TO DANCE MELVIN BRAGG ";
lengthpuzzle146 = "23";
clue146 = "Book & Author";
puzzle147 = "THE TENANT OF WILDFELL HALL ANNE BRONTE ";
lengthpuzzle147 = "33";
clue147 = "Book & Author";
puzzle148 = " AGNES GREY ANNE BRONTE ";
lengthpuzzle148 = "19";
clue148 = "Book & Author";
puzzle149 = " WUTHERING HEIGHTS EMILY BRONTE ";
lengthpuzzle149 = "27";
clue149 = "Book & Author";
puzzle150 = " JANE EYRE CHARLOTTE BRONTE ";
lengthpuzzle150 = "23";
clue150 = "Book & Author";
puzzle151 = "TARZAN OF THE APES EDGAR RICE BURROUGHS ";
lengthpuzzle151 = "33";
clue151 = "Book & Author";
puzzle152 = " ROBINSON CRUSOE DANIEL DEFOE ";
lengthpuzzle152 = "25";
clue152 = "Book & Author";
puzzle153 = " GREAT EXPECTATIONS CHARLES DICKENS ";
lengthpuzzle153 = "31";
clue153 = "Book & Author";
puzzle154 = " DAVID COPPERFIELD CHARLES DICKENS ";
lengthpuzzle154 = "30";
clue154 = "Book & Author";
puzzle155 = "OLIVER TWIST CHARLES DICKENS ";
lengthpuzzle155 = "26";
clue155 = "Book & Author";
puzzle156 = "THE LOST WORLD SIR ARTHUR CONAN DOYLE ";
lengthpuzzle156 = "31";
clue156 = "Book & Author";
puzzle157 = "THE MAN WITH THE GOLDEN GUN IAN FLEMING ";
lengthpuzzle157 = "32";
clue157 = "Book & Author";
puzzle158 = " FROM RUSSIA WITH LOVE IAN FLEMING ";
lengthpuzzle158 = "28";
clue158 = "Book & Author";
puzzle159 = " THE LORD OF THE FLIES SIR WILLIAM GOLDING ";
lengthpuzzle159 = "34";
clue159 = "Book & Author";
puzzle160 = " RITES OF PASSAGE SIR WILLIAM GOLDING ";
lengthpuzzle160 = "31";
clue160 = "Book & Author";
puzzle161 = " FIRE DOWN BELOW SIR WILLIAM GOLDING ";
lengthpuzzle161 = "30";
clue161 = "Book & Author";
puzzle162 = " PRINCESS BRIDE WILLIAM GOLDMAN ";
lengthpuzzle162 = "27";
clue162 = "Book & Author";
puzzle163 = " THE MAYOR OF CASTERBRIDGE THOMAS HARDY ";
lengthpuzzle163 = "33";
clue163 = "Book & Author";
puzzle164 = " THE TRANSIT OF VENUS SHIRLEY HAZZARD ";
lengthpuzzle164 = "31";
clue164 = "Book & Author";
puzzle165 = " LES MISERABLES VICTOR HUGO ";
lengthpuzzle165 = "23";
clue165 = "Book & Author";
puzzle166 = "NOTRE DAME DE PARIS VICTOR HUGO ";
lengthpuzzle166 = "26";
clue166 = "Book & Author";
puzzle167 = " CARRIE STEPHEN KING ";
lengthpuzzle167 = "17";
clue167 = "Book & Author";
puzzle168 = " THE SHINING STEPHEN KING ";
lengthpuzzle168 = "21";
clue168 = "Book & Author";
puzzle169 = " CHRISTINE STEPHEN KING ";
lengthpuzzle169 = "20";
clue169 = "Book & Author";
puzzle170 = " JUNGLE BOOK RUDYARD KIPLING ";
lengthpuzzle170 = "24";
clue170 = "Book & Author";
puzzle171 = " THE WATER BABIES CHARLES KINGSLEY ";
lengthpuzzle171 = "29";
clue171 = "Book & Author";
puzzle172 = "THE BALKAN TRILOGY OLIVIA MANNING ";
lengthpuzzle172 = "29";
clue172 = "Book & Author";
puzzle173 = " THE MAGIC MOUNTAIN THOMAS MANN ";
lengthpuzzle173 = "26";
clue173 = "Book & Author";
puzzle174 = " DEATH IN VENICE THOMAS MANN ";
lengthpuzzle174 = "23";
clue174 = "Book & Author";
puzzle175 = " VANITY FAIR WILLIAM MAKEPEACE THACKERAY ";
lengthpuzzle175 = "35";
clue175 = "Book & Author";
puzzle176 = " THE HOBBIT J R TOLKIEN ";
lengthpuzzle176 = "18";
clue176 = "Book & Author";
puzzle177 = " THE LORD OF THE RINGS J R TOLKIEN ";
lengthpuzzle177 = "26";
clue177 = "Book & Author";
puzzle178 = " THE ADVENTURES OF HUCKLEBERRY FINN MARK TWAIN ";
lengthpuzzle178 = "39";
clue178 = "Book & Author";
puzzle179 = " THE PRINCE AND THE PAUPER MARK TWAIN ";
lengthpuzzle179 = "30";
clue179 = "Book & Author";
puzzle180 = " RABBIT RUN JOHN UPDIKE ";
lengthpuzzle180 = "19";
clue180 = "Book & Author";
puzzle181 = "VOYAGE TO THE CENTRE OF THE EARTH JULES VERNE ";
lengthpuzzle181 = "37";
clue181 = "Book & Author";
puzzle182 = " EXODUS LEON URIS ";
lengthpuzzle182 = "14";
clue182 = "Book & Author";
puzzle183 = " THE COLOR PURPLE ALICE WALKER ";
lengthpuzzle183 = "25";
clue183 = "Book & Author";
puzzle184 = " LIFE AND LOVES OF A SHE DEVIL FAY WELDON ";
lengthpuzzle184 = "32";
clue184 = "Book & Author";
puzzle185 = " THE PICTURE OF DORIAN GRAY OSCAR WILDE ";
lengthpuzzle185 = "32";
clue185 = "Book & Author";
puzzle186 = "MEN AND WOMEN ROBERT BROWNING ";
lengthpuzzle186 = "25";
clue186 = "Book & Author";
puzzle187 = " THE CANTERBURY TALES GEOFFREY CHAUSER ";
lengthpuzzle187 = "33";
clue187 = "Book & Author";
puzzle188 = " THE MISFITS MARILYN MONROE ";
lengthpuzzle188 = "23";
clue188 = "Movie Title & Actor";
puzzle189 = " BUS STOP MARILYN MONROE ";
lengthpuzzle189 = "20";
clue189 = "Movie Title & Actor";
puzzle190 = " MICKI AND MAUDE M DUDLEY MOORE ";
lengthpuzzle190 = "25";
clue190 = "Movie Title & Actor";
puzzle191 = "MAN WITH THE GOLDEN GUN ROGER MOORE ";
lengthpuzzle191 = "29";
clue191 = "Movie Title & Actor";
puzzle192 = "THE COLOR OF MONEY PAUL NEWMAN ";
lengthpuzzle192 = "25";
clue192 = "Movie Title & Actor";
puzzle193 = " TO KILL A MOCKINGBIRD GREGORY PECK ";
lengthpuzzle193 = "29";
clue193 = "Movie Title & Actor";
puzzle194 = " NAVY SEALS CHARLIE SHEEN";
lengthpuzzle194 = "21";
clue194 = "Movie Title & Actor";
puzzle195 = " FUNNY GIRL BARBRA STREISAND ";
lengthpuzzle195 = "24";
clue195 = "Movie Title & Actor";
puzzle196 = " NUTS BARBRA STREISAND ";
lengthpuzzle196 = "19";
clue196 = "Movie Title & Actor";
puzzle197 = " WAR OF THE ROSES KATHLEEN TURNER ";
lengthpuzzle197 = "27";
clue197 = "Movie Title & Actor";
puzzle198 = " THE THORN BIRDS RACHEL WARD ";
lengthpuzzle198 = "23";
clue198 = "Movie Title & Actor";
puzzle199 = " ALIEN SIGOURNEY WEAVER ";
lengthpuzzle199 = "20";
clue199 = "Movie Title & Actor";
puzzle200 = " GORILLAS IN THE MIST SIGOURNEY WEAVER ";
lengthpuzzle200 = "32";
clue200 = "Movie Title & Actor";
puzzle201 = "CITIZEN KANE ORSON WELLES ";
lengthpuzzle201 = "22";
clue201 = "Movie Title & Actor";
puzzle202 = "GOOD MORNING VIETNAM ROBIN WILLIAMS ";
lengthpuzzle202 = "31";
clue202 = "Movie Title & Actor";
puzzle203 = " POPEYE ROBIN WILLIAMS ";
lengthpuzzle203 = "19";
clue203 = "Movie Title & Actor";
puzzle204 = " DIE HARD BRUCE WILLIS ";
lengthpuzzle204 = "18";
clue204 = "Movie Title & Actor";
puzzle205 = " HUDSON HAWK BRUCE WILLIS ";
lengthpuzzle205 = "21";
clue205 = "Movie Title & Actor";
puzzle206 = "THE LAST BOY SCOUT BRUCE WILLIS ";
lengthpuzzle206 = "26";
clue206 = "Movie Title & Actor";
puzzle207 = " AN OFFICER AND A GENTLEMAN DEBRA WINGER ";
lengthpuzzle207 = "33";
clue207 = "Movie Title & Actor";
puzzle208 = "FAST TIMES AT RIDGEMONT HIGH SEAN PENN ";
lengthpuzzle208 = "32";
clue208 = "Movie Title & Actor";
puzzle209 = "CRIMES OF PASSION ANTHONY PERKINS ";
lengthpuzzle209 = "29";
clue209 = "Movie Title & Actor";
puzzle210 = " MY COUSIN VINNY JOE PESCI ";
lengthpuzzle210 = "21";
clue210 = "Movie Title & Actor";
puzzle211 = " FORREST GUMP TOM HANKS ";
lengthpuzzle211 = "19";
clue211 = "Movie Title & Actor";
puzzle212 = " CASTAWAY TOM HANKS ";
lengthpuzzle212 = "16";
clue212 = "Movie Title & Actor";
puzzle213 = " SAVING PRIVATE RYAN TOM HANKS ";
lengthpuzzle213 = "25";
clue213 = "Movie Title & Actor";
puzzle214 = "LOOK WHOS TALKING JOHN TRAVOLTA";
lengthpuzzle214 = "27";
clue214 = "Movie Title & Actor";
puzzle215 = " BROKEN ARROW JOHN TRAVOLTA";
lengthpuzzle215 = "23";
clue215 = "Movie Title & Actor";
puzzle216 = " SATURDAY NIGHT FEVER JOHN TRAVOLTA";
lengthpuzzle216 = "30";
clue216 = "Movie Title & Actor";
puzzle217 = " GREASE JOHN TRAVOLTA";
lengthpuzzle217 = "18";
clue217 = "Movie Title & Actor";
puzzle218 = "CHITTY CHITTY BANG BANG DICK VAN DYKE";
lengthpuzzle218 = "31";
clue218 = "Movie Title & Actor";
puzzle219 = "BIONIC WOMAN LINDSAY WAGNER ";
lengthpuzzle219 = "24";
clue219 = "Movie Title & Actor";
puzzle220 = " VICE VERSA JUDGE REINHOLD ";
lengthpuzzle220 = "22";
clue220 = "Movie Title & Actor";
puzzle221 = " RUTHLESS PEOPLE JUDGE REINHOLD ";
lengthpuzzle221 = "27";
clue221 = "Movie Title & Actor";
puzzle222 = " GREMLINS JUDGE REINHOLD ";
lengthpuzzle222 = "21";
clue222 = "Movie Title & Actor";
puzzle223 = "SMOKEY AND THE BANDIT BURT REYNOLDS";
lengthpuzzle223 = "30";
clue223 = "Movie Title & Actor";
puzzle224 = " DELIVERANCE BURT REYNOLDS";
lengthpuzzle224 = "23";
clue224 = "Movie Title & Actor";
puzzle225 = " THE CANNONBALL RUN BURT REYNOLDS";
lengthpuzzle225 = "28";
clue225 = "Movie Title & Actor";
puzzle226 = " THE COCA COLA KID ERIC ROBERTS ";
lengthpuzzle226 = "25";
clue226 = "Movie Title & Actor";
puzzle227 = " PRETTY WOMAN JULIA ROBERTS";
lengthpuzzle227 = "23";
clue227 = "Movie Title & Actor";
puzzle228 = " MYSTIC PIZZA JULIA ROBERTS";
lengthpuzzle228 = "23";
clue228 = "Movie Title & Actor";
puzzle229 = " SLEEPING WITH THE ENEMY JULIA ROBERTS";
lengthpuzzle229 = "32";
clue229 = "Movie Title & Actor";
puzzle230 = " BACKDRAFT KURT RUSSELL";
lengthpuzzle230 = "20";
clue230 = "Movie Title & Actor";
puzzle231 = " MERMAIDS WINONA RYDER ";
lengthpuzzle231 = "19";
clue231 = "Movie Title & Actor";
puzzle232 = " BEETLEJUICE WINONA RYDER ";
lengthpuzzle232 = "22";
clue232 = "Movie Title & Actor";
puzzle233 = " LITTLE DARLINGS TATUM ONEAL ";
lengthpuzzle233 = "24";
clue233 = "Movie Title & Actor";
puzzle234 = "INTERNATIONAL VELVET TATUM ONEAL ";
lengthpuzzle234 = "29";
clue234 = "Movie Title & Actor";
puzzle235 = "THE NAKED GUN LESLIE NIELSEN ";
lengthpuzzle235 = "24";
clue235 = "Movie Title & Actor";
puzzle236 = " AIRPLANE LESLIE NIELSEN ";
lengthpuzzle236 = "21";
clue236 = "Movie Title & Actor";
puzzle237 = "TRAIL OF THE PINK PANTHER DAVID NIVEN ";
lengthpuzzle237 = "31";
clue237 = "Movie Title & Actor";
puzzle238 = "DOWN AND OUT IN BEVERLY HILLS NICK NOLTE ";
lengthpuzzle238 = "33";
clue238 = "Movie Title & Actor";
puzzle239 = " GHOSTBUSTERS BILL MURRAY ";
lengthpuzzle239 = "22";
clue239 = "Movie Title & Actor";
puzzle240 = " HANSEL AND GRETEL ";
lengthpuzzle240 = "15";
clue240 = "Fairy Tale";
puzzle241 = " THREE LITTLE PIGS ";
lengthpuzzle241 = "15";
clue241 = "Fairy Tale";
puzzle242 = " LITTLE RED RIDING HOOD ";
lengthpuzzle242 = "19";
clue242 = "Fairy Tale";
puzzle243 = " RAPUNZEL ";
lengthpuzzle243 = "8";
clue243 = "Fairy Tale";
puzzle244 = " PRINCESS AND THE PEA ";
lengthpuzzle244 = "17";
clue244 = "Fairy Tale";
puzzle245 = " SLEEPING BEAUTY ";
lengthpuzzle245 = "14";
clue245 = "Fairy Tale";
puzzle246 = " BEAUTY AND THE BEAST ";
lengthpuzzle246 = "17";
clue246 = "Fairy Tale";
puzzle247 = " JACK AND THE BEANSTALK ";
lengthpuzzle247 = "19";
clue247 = "Fairy Tale";
puzzle248 = " THE WONDERFUL WIZARD OF OZ ";
lengthpuzzle248 = "22";
clue248 = "Fairy Tale";
puzzle249 = " THE LITTLE MERMAID ";
lengthpuzzle249 = "16";
clue249 = "Fairy Tale";
puzzle250 = " THE UGLY DUCKLING ";
lengthpuzzle250 = "15";
clue250 = "Fairy Tale";
puzzle251 = " CINDERELLA ";
lengthpuzzle251 = "10";
clue251 = "Fairy Tale";
puzzle252 = " ALICE IN WONDERLAND ";
lengthpuzzle252 = "17";
clue252 = "Fairy Tale";
puzzle253 = " THE FROG PRINCE ";
lengthpuzzle253 = "13";
clue253 = "Fairy Tale";
puzzle254 = " THE PIED PIPER OF HAMELIN ";
lengthpuzzle254 = "21";
clue254 = "Fairy Tale";
puzzle255 = " PUSS IN BOOTS ";
lengthpuzzle255 = "11";
clue255 = "Fairy Tale";
puzzle256 = " TOM THUMB ";
lengthpuzzle256 = "8";
clue256 = "Fairy Tale";
puzzle257 = " THUMBELINA ";
lengthpuzzle257 = "10";
clue257 = "Fairy Tale";
puzzle258 = " SNOW WHITE AND ROSE RED ";
lengthpuzzle258 = "19";
clue258 = "Fairy Tale";
puzzle259 = " RUMPLESTILTSKIN ";
lengthpuzzle259 = "15";
clue259 = "Fairy Tale";
puzzle260 = " THE SEVEN SWANS ";
lengthpuzzle260 = "13";
clue260 = "Fairy Tale";
Frame 35
call("shownone");
puznum = Number(int(random(numpuzzles))) + 1;
dlengthpuzzle = eval ("lengthpuzzle" add puznum);
dpuzzle = eval ("puzzle" add puznum);
score = 0;
spinmultiplier = 1;
bonus = "x1";
spinwheelenable = 1;
wheelspinning = 0;
chosen = "";
lettersfound = 0;
ltrpicked = "";
letterpos = 1;
while (Number(letterpos) < 61) {
if ((substring(dpuzzle, letterpos, 1)) ne " ") {
Set(("letter" add letterpos) add ":letter", substring(dpuzzle, letterpos, 1));
if (((substring(dpuzzle, letterpos, 1)) eq ",") or ((substring(dpuzzle, letterpos, 1)) eq "-")) {
tellTarget ("/letter" add letterpos) {
gotoAndStop (3);
};
} else {
tellTarget ("/letter" add letterpos) {
gotoAndStop (2);
};
}
} else {
tellTarget ("/letter" add letterpos) {
gotoAndStop (1);
};
}
letterpos = Number(letterpos) + 1;
}
clue = eval ("clue" add puznum);
Frame 48
if ((Number(rotateval) >= 0) and (Number(rotateval) < 15)) {
wheelvalue = 750;
color = 1;
}
if ((Number(rotateval) >= 15) and (Number(rotateval) < 30)) {
wheelvalue = 2000;
color = 2;
}
if ((Number(rotateval) >= 30) and (Number(rotateval) < 45)) {
wheelvalue = 500;
color = 3;
}
if ((Number(rotateval) >= 45) and (Number(rotateval) < 60)) {
wheelvalue = 1000;
color = 4;
}
if ((Number(rotateval) >= 60) and (Number(rotateval) < 75)) {
wheelvalue = "BANKRUPT";
color = 6;
}
if ((Number(rotateval) >= 75) and (Number(rotateval) < 90)) {
wheelvalue = 2000;
color = 5;
}
if ((Number(rotateval) >= 90) and (Number(rotateval) < 105)) {
wheelvalue = 250;
color = 1;
}
if ((Number(rotateval) >= 105) and (Number(rotateval) < 120)) {
wheelvalue = 750;
color = 2;
}
if ((Number(rotateval) >= 120) and (Number(rotateval) < 135)) {
wheelvalue = 1000;
color = 3;
}
if ((Number(rotateval) >= 135) and (Number(rotateval) < 150)) {
wheelvalue = 500;
color = 4;
}
if ((Number(rotateval) >= 150) and (Number(rotateval) < 155)) {
wheelvalue = 10000;
color = 7;
}
if ((Number(rotateval) >= 155) and (Number(rotateval) < 160)) {
wheelvalue = "BANKRUPT";
color = 6;
}
if ((Number(rotateval) >= 160) and (Number(rotateval) < 165)) {
wheelvalue = 10000;
color = 7;
}
if ((Number(rotateval) >= 165) and (Number(rotateval) < 180)) {
wheelvalue = 250;
color = 5;
}
if ((Number(rotateval) >= 180) and (Number(rotateval) < 195)) {
wheelvalue = 750;
color = 1;
}
if ((Number(rotateval) >= 195) and (Number(rotateval) < 210)) {
wheelvalue = 2000;
color = 2;
}
if ((Number(rotateval) >= 210) and (Number(rotateval) < 225)) {
wheelvalue = 500;
color = 3;
}
if ((Number(rotateval) >= 225) and (Number(rotateval) < 240)) {
wheelvalue = 1000;
color = 4;
}
if ((Number(rotateval) >= 240) and (Number(rotateval) < 255)) {
wheelvalue = "BANKRUPT";
color = 6;
}
if ((Number(rotateval) >= 255) and (Number(rotateval) < 270)) {
wheelvalue = 2000;
color = 5;
}
if ((Number(rotateval) >= 270) and (Number(rotateval) < 285)) {
wheelvalue = 250;
color = 1;
}
if ((Number(rotateval) >= 285) and (Number(rotateval) < 300)) {
wheelvalue = 750;
color = 2;
}
if ((Number(rotateval) >= 300) and (Number(rotateval) < 315)) {
wheelvalue = 1000;
color = 3;
}
if ((Number(rotateval) >= 315) and (Number(rotateval) < 330)) {
wheelvalue = 500;
color = 4;
}
if ((Number(rotateval) >= 330) and (Number(rotateval) < 335)) {
wheelvalue = 10000;
color = 7;
}
if ((Number(rotateval) >= 335) and (Number(rotateval) < 340)) {
wheelvalue = "BANKRUPT";
color = 6;
}
if ((Number(rotateval) >= 340) and (Number(rotateval) < 345)) {
wheelvalue = 10000;
color = 7;
}
if ((Number(rotateval) >= 345) and (Number(rotateval) < 360)) {
wheelvalue = 250;
color = 5;
}
Frame 59
looptemp = 1;
while (Number(looptemp) < 27) {
templtr = substring(alphabet, looptemp, 1);
tellTarget ("ltrpick" add templtr) {
gotoAndStop (1);
};
looptemp = Number(looptemp) + 1;
}
looptemp = 1;
while (Number(looptemp) < 22) {
templtr = substring(constanents, looptemp, 1);
tellTarget ("ltrpick" add templtr) {
gotoAndStop (2);
};
looptemp = Number(looptemp) + 1;
}
if (wheelvalue eq "BANKRUPT") {
msgtext = "BANKRUPT!\rSpin the Wheel";
} else {
msgtext = "Vowels cost $500\rSpin the Wheel";
}
msgtext = "Buy a Vowel or\rSpin the Wheel";
tellTarget ("/letterframe") {
gotoAndPlay (2);
};
looptemp = length(chosen);
while (Number(looptemp) > 0) {
templtr = substring(chosen, looptemp, 1);
tellTarget ("ltrpick" add templtr) {
gotoAndStop (2);
};
looptemp = looptemp - 1;
}
Frame 69
looptemp = 1;
while (Number(looptemp) < 27) {
templtr = substring(alphabet, looptemp, 1);
tellTarget ("ltrpick" add templtr) {
gotoAndStop (1);
};
looptemp = Number(looptemp) + 1;
}
looptemp = 1;
while (Number(looptemp) < 6) {
templtr = substring(vowels, looptemp, 1);
tellTarget ("ltrpick" add templtr) {
gotoAndStop (2);
};
looptemp = Number(looptemp) + 1;
}
looptemp = length(chosen);
while (Number(looptemp) > 0) {
templtr = substring(chosen, looptemp, 1);
tellTarget ("ltrpick" add templtr) {
gotoAndStop (2);
};
looptemp = looptemp - 1;
}
msgtext = "Pick a Letter";
tellTarget ("/letterframe") {
gotoAndPlay (2);
};
Frame 82
looptemp = 1;
while (Number(looptemp) < 27) {
templtr = substring(alphabet, looptemp, 1);
tellTarget ("ltrpick" add templtr) {
gotoAndStop (2);
};
looptemp = Number(looptemp) + 1;
}
Frame 91
numfound = 0;
if (((((ltrclicked eq "A") or (ltrclicked eq "E")) or (ltrclicked eq "I")) or (ltrclicked eq "O")) or (ltrclicked eq "U")) {
score = score - 500;
roundscore = score * spinmultiplier;
totalscore = Number(Number(Number(roundscore) + Number(round1score)) + Number(round2score)) + Number(round3score);
}
tempvarw = 1;
while (Number(tempvarw) < 61) {
if ((substring(dpuzzle, tempvarw, 1)) eq ltrclicked) {
lettersfound = Number(lettersfound) + 1;
numfound = Number(numfound) + 1;
tellTarget ("/letter" add tempvarw) {
gotoAndStop (3);
};
if (((((ltrclicked eq "A") or (ltrclicked eq "E")) or (ltrclicked eq "I")) or (ltrclicked eq "O")) or (ltrclicked eq "U")) {
} else {
score = Number(score) + Number(wheelvalue);
roundscore = score * spinmultiplier;
totalscore = Number(Number(Number(roundscore) + Number(round1score)) + Number(round2score)) + Number(round3score);
}
}
tempvarw = Number(tempvarw) + 1;
}
call("showvowels");
spinwheelenable = 1;
if (Number(numfound) == 0) {
spinmultiplier = spinmultiplier - 1;
bonus = "x" add spinmultiplier;
roundscore = score * spinmultiplier;
totalscore = Number(Number(Number(roundscore) + Number(round1score)) + Number(round2score)) + Number(round3score);
if (Number(spinmultiplier) < 1) {
spinmultiplier = 1;
bonus = "x" add spinmultiplier;
roundscore = score * spinmultiplier;
totalscore = Number(Number(Number(roundscore) + Number(round1score)) + Number(round2score)) + Number(round3score);
}
msgtext = ("Sorry, there are no " add ltrclicked) add "'s";
} else {
spinmultiplier = Number(spinmultiplier) + 1;
bonus = "x" add spinmultiplier;
roundscore = score * spinmultiplier;
totalscore = Number(Number(Number(roundscore) + Number(round1score)) + Number(round2score)) + Number(round3score);
if (Number(numfound) > 1) {
msgtext = ((("There are " add numfound) add " ") add ltrclicked) add "'s";
} else {
msgtext = ("There is one '" add ltrclicked) add "'";
}
}
msgtext = (msgtext add "\r") add "Spin or Buy a Vowel";
ltrclicked = "";
if (Number(lettersfound) == Number(dlengthpuzzle)) {
gotoAndPlay (101);
} else {
gotoAndPlay (15);
}
Frame 101
if (Number(roundnum) == 1) {
roundnum = 2;
tellTarget ("/roundnum2") {
gotoAndStop (2);
};
round1score = roundscore;
totalscore = Number(Number(round1score) + Number(round2score)) + Number(round3score);
msgtext = "Congratulations,\rWelcome to Round 2";
tellTarget ("/letterframe") {
gotoAndStop (1);
};
call("shownone");
call("newpuzzle");
gotoAndPlay (15);
} else if (Number(roundnum) == 2) {
roundnum = 3;
tellTarget ("/roundnum3") {
gotoAndStop (2);
};
round2score = roundscore;
totalscore = Number(Number(round1score) + Number(round2score)) + Number(round3score);
msgtext = "Congratulations,\rWelcome to Round 3";
tellTarget ("/letterframe") {
gotoAndStop (1);
};
call("shownone");
call("newpuzzle");
gotoAndPlay (15);
} else {
tellTarget ("/letterframe") {
gotoAndStop (1);
};
call("shownone");
round3score = roundscore;
totalscore = Number(Number(round1score) + Number(round2score)) + Number(round3score);
msgtext = "Game Over";
}
Frame 109
prevFrame();
Symbol 5 Button
on (release) {
Set("/:ltrclicked", letter);
tellTarget ("/letterframe") {
gotoAndStop (1);
};
}
Symbol 11 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 25
gotoAndPlay (2);
Symbol 18 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 100
gotoAndPlay (1);
Symbol 37 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 1
stop();
Set("/:flicksound", 1);
Symbol 42 Button
on (release) {
if (Number(spinwheelenable) == 1) {
tellTarget ("/letterframe") {
gotoAndStop (1);
};
msgtext = "";
call("shownone");
setProperty("/lightning", _visible , 0);
wheelspeed = Number(random(20)) + 10;
spinwheelenable = 0;
wheelspinning = 1;
gotoAndPlay (21);
}
}
Symbol 48 Button
on (release) {
gotoAndPlay (12);
}
Symbol 52 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 11
gotoAndPlay (1);
Symbol 75 MovieClip Frame 1
setProperty("line", _visible , "0");
setProperty("dot1", _visible , "1");
setProperty("dot2", _visible , "1");
numball = "2";
parts = "10";
size = "5";
Symbol 75 MovieClip Frame 2
i = "2";
d1 = "1";
d2 = "2";
Symbol 75 MovieClip Frame 3
i = "1";
while (Number(i) <= Number(numball)) {
tellTarget ("dot" add i) {
_x = (Number(_x) + Number(dx));
_y = (Number(_y) + Number(dy));
if ((Number(_x) > 400) or (Number(_x) < 20)) {
dx = -dx;
}
if ((Number(_y) > 400) or (Number(_y) < 20)) {
dy = -dy;
}
};
i = Number(i) + 1;
}
t_depth = 1;
startx = getProperty("dot" add d1, _x);
starty = getProperty("dot" add d1, _y);
stopx = getProperty("dot" add d2, _x);
stopy = getProperty("dot" add d2, _y);
stepx = (stopx - startx) / parts;
stepy = (stopy - starty) / parts;
i = "1";
while (Number(i) <= Number(parts)) {
if (Number(i) == 1) {
x1 = startx;
y1 = starty;
x2 = Number(Number(startx) + Number(stepx * i)) + Number(size - random((Number(size) + 1) * 2));
y2 = Number(Number(starty) + Number(stepy * i)) + Number(size - random((Number(size) + 1) * 2));
} else if (Number(i) == Number(parts)) {
x1 = x2;
y1 = y2;
x2 = stopx;
y2 = stopy;
} else {
x1 = x2;
y1 = y2;
x2 = Number(Number(startx) + Number(stepx * i)) + Number(size - random((Number(size) + 1) * 2));
y2 = Number(Number(starty) + Number(stepy * i)) + Number(size - random((Number(size) + 1) * 2));
}
call("line");
i = Number(i) + 1;
}
setProperty("dot1", _visible , "1");
Symbol 75 MovieClip Frame 4
i = "1";
while (Number(i) <= Number(parts)) {
removeMovieClip("line" add i);
i = Number(i) + 1;
}
Set("line:colr", Number(line:colr) + 1);
gotoAndPlay(_currentframe - 1);
Symbol 75 MovieClip Frame 5
duplicateMovieClip ("line", "line" add t_depth, t_depth);
tellTarget ("line" add t_depth) {
gotoAndStop(../line:colr);
};
setProperty("line" add t_depth, _x , x1);
setProperty("line" add t_depth, _y , y1);
setProperty("line" add t_depth, _xscale , x2 - x1);
setProperty("line" add t_depth, _yscale , y2 - y1);
t_depth = Number(t_depth) + 1;
Symbol 76 MovieClip Frame 57
gotoAndPlay (1);
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 4
gotoAndPlay (3);
Symbol 80 MovieClip Frame 24
gotoAndPlay (2);
Symbol 85 Button
on (release) {
if (_root.totalscore < 1) {
gotoAndPlay (12);
} else {
score = _root.totalscore;
game_name = "wheel_of_fortune";
getURL ("newscore.php", "_self", "POST");
}
}