| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229923 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2598 · P5196 |
![]() | This is the info page for Flash #78591 |
Questwood Studios presents... |
It was a time of legend. |
Great heroes wandered the earth, looking for glory. |
One such hero was Lord Nonesuch. |
He stole a crown and put it somewhere in his impenetrable castle. |
It was said that it was certain doom to look for the crown! |
Because of the man eating plants! |
But one hero... |
YOU... |
was ready to look for the crown. |
Be steadfast, young warrrior... |
for darkness has fallen upon the land. |
And although there are actually no man eating plants after all... |
there is.......... |
Quest for the |
CROWN |
win! |
Credits -------------------------- Project Lead Paul Redcloud Lead Producers Nate Redcloud and Hamilton Chu Producer Rick Ryan Lead Programmer Paul Redcloud Programmers Chris Butcher, Bernie Freidin, Charlie Googler, Mat Noguchi, Matt Sugar, Longwood Peebles Peebles Art Director Nick Assistant Art Directors Nate Redcloud, Paul Redcloud Artists Eric Arroyo, Christopher Ham, Rogelio Bernal, Naomi and Elizabeth and Hildegard Dunn, Chris Hughes, Wark Lee, Robert McLees, Stephen Wishstaff, Paul Russel, Paul Redcloud, Brian Schultz, Boris Vallejo, Shi Kai Wang, Nate Redcloud, Lord British, Michael Wu Lead Designer Paul Redcloud Designers Paul Bertone, Nate Redcloud, Tyson Green, Jaime Griesemer, Dan Orzulak Additional Writing Orson Scott Card Multiplayer Lead/Lead Programmer "Vengeance" Murray Multiplayer Programmers Jacques Redcloud, Boo Chie Koonu, The Scorpions Triplets UI Lead Max Hoberman UI Designer David Candyland UI Programmer Time Cop, Ltd. Cinematics Director Joseph Staten Localization Hiromore Wakisaza Additional fX Questwood Studios Cinematic Artists Steve Abeyta, Paul Clift, Skullhunt the Dissector, Master Sweets Audio Lead and Original Music Nate Redcloud and Peter Cetera Additional Music Nate Redcloud Sound Designers Nate Redcloud, Jay Weinland, Paul Redcloud Music recorded at Questwood Studio One Test Manager Nate Redcloud, Paul Redcloud Test Leads Curtis Creamer, Ryan Hylland, Keith Steury Testers Chris Chamberlain, Mavis Mavis, Chuck Cooper, Erik Davis, John Frey, Rick Lockyear, Paul Peterson, Zach Russell, Mathew Shimbaku, Luke Engine, Jeff Engine, Roger Wolfsenoneon Voice Talent Keny Boynton, Tim Dadabo, Mark Dias, Steve Downes, Todd Lice, Mike Madeoy, Andy Mckaige, Tawyna Pettiford-Waites, Pete Stacker, Jeff Steitzer, Jen Taylor, Chris Wicklund Damage and Spin Matt Soell Executive Producer Alexander Seropian Product Manager Steve Fowler Product Planner a bear we saw Localization Program Manager Ji Hong Quest for the Crown Manual Writer Keith Cirillo Quest for the Crown Manual Editor Tom Brush Quest for the Crown Manual Designer Karin Jacques, Pauru gurugugusu Multiplayer Lead Designer Hardy Lebel Combat Engine Paul Redcloud and T.R.A.V.I.S. Cinematics First Unit Director Martin Scorsese Cinematics Second Unit Director Alan Smithee Blood and Gore Animation Questwood Studios Game engine leased from Origin Games All characters in this game are registered copyrights of Questwood Studios. Any use of these characters in other games will be punished to the fullest extent of the Questwood Studios Law Enforcement Brigade. Look for our new game, Quest for the Ruby Emerald, coming in 2005! Copyright 2003 |
Play Again |
L&E.com |
ActionScript [AS1/AS2]
Frame 451function moveguy(direction) { myn = legoman._y / blockheight; myo = legoman._x / blockwidth; if ((direction == "down") && (legoman._y < 475)) { if (lines[myn + 1][myo] != 1) { legoman._y = legoman._y + blockheight; } } else if ((direction == "up") && (legoman._y > 0)) { if (lines[myn - 1][myo] != 1) { legoman._y = legoman._y - blockheight; } } else if ((direction == "left") && (legoman._x > 0)) { if (lines[myn][myo - 1] != 1) { legoman._x = legoman._x - blockwidth; } } else if ((direction == "right") && (legoman._x < 475)) { if (lines[myn][myo + 1] != 1) { legoman._x = legoman._x + blockwidth; } } if ((lines[myn][myo + 1] == 3) && (justwon != 1)) { gotoAndPlay (452); justwon = 1; } } blockheight = 25; blockwidth = 25; line01 = new array(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line02 = new array(0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line03 = new array(0, 0, 1, 0, 0, 2, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line04 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line05 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0); line06 = new array(0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0); line07 = new array(0, 2, 3, 1, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0); line08 = new array(0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0); line09 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line10 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line11 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line12 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line13 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line14 = new array(0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); line15 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line16 = new array(0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0); line17 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line18 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); line19 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0); line20 = new array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1); lines = new array(line01, line02, line03, line04, line05, line06, line07, line08, line09, line10, line11, line12, line13, line14, line15, line16, line17, line18, line19, line20); n = 0; while (n < lines.length) { o = 0; while (o < lines[n].length) { if (lines[n][o] == 1) { levelcounter++; yplace = n * blockwidth; xplace = o * blockheight; bricko = new MovieClip(); bricko._y = yplace; bricko._x = xplace; itsname = ("brick" + o) + n; attachMovie("brik", itsname, levelcounter, bricko); } if (lines[n][o] == 2) { levelcounter++; yplace = n * blockwidth; xplace = o * blockheight; bricko = new MovieClip(); bricko._y = yplace; bricko._x = xplace; itsname = ("brick" + o) + n; attachMovie("grass", itsname, levelcounter, bricko); } if (lines[n][o] == 3) { levelcounter++; yplace = n * blockwidth; xplace = o * blockheight; bricko = new MovieClip(); bricko._y = yplace; bricko._x = xplace; itsname = ("brick" + o) + n; attachMovie("crown", itsname, levelcounter, bricko); } o++; } n++; } myListener = new Object(); myListener.onKeyDown = function () { if (Key.isDown(40) && (chat != "")) { moveguy("down"); } }; Key.addListener(myListener); myListener = new Object(); myListener.onKeyDown = function () { if (Key.isDown(38) && (chat != "")) { moveguy("up"); } }; Key.addListener(myListener); myListener = new Object(); myListener.onKeyDown = function () { if (Key.isDown(37) && (chat != "")) { moveguy("left"); } }; Key.addListener(myListener); myListener = new Object(); myListener.onKeyDown = function () { if (Key.isDown(39) && (chat != "")) { moveguy("right"); } }; Key.addListener(myListener); legoman._height = blockheight; legoman._width = blockwidth; legoman._x = 25; legoman._y = 0; stop();Frame 2606stop();Symbol 42 Buttonon (release) { justwon = 0; gotoAndStop (451); }Symbol 43 Buttonon (release) { getURL ("http://www.lanceandeskimo.com"); }
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip [brik] | Uses:1 | |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip [grass] | Uses:3 | |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 MovieClip [crown] | Uses:5 | Used by:Timeline |
Symbol 7 Graphic | Used by:Timeline | |
Symbol 8 Font | Used by:9 44 45 | |
Symbol 9 Text | Uses:8 | Used by:Timeline |
Symbol 10 Bitmap | Used by:11 | |
Symbol 11 Graphic | Uses:10 | Used by:Timeline |
Symbol 12 Font | Used by:13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | |
Symbol 13 Text | Uses:12 | Used by:Timeline |
Symbol 14 Text | Uses:12 | Used by:Timeline |
Symbol 15 Text | Uses:12 | Used by:Timeline |
Symbol 16 Text | Uses:12 | Used by:Timeline |
Symbol 17 Text | Uses:12 | Used by:Timeline |
Symbol 18 Text | Uses:12 | Used by:Timeline |
Symbol 19 Text | Uses:12 | Used by:Timeline |
Symbol 20 Text | Uses:12 | Used by:Timeline |
Symbol 21 Text | Uses:12 | Used by:Timeline |
Symbol 22 Text | Uses:12 | Used by:Timeline |
Symbol 23 Text | Uses:12 | Used by:Timeline |
Symbol 24 Text | Uses:12 | Used by:Timeline |
Symbol 25 Text | Uses:12 | Used by:Timeline |
Symbol 26 Text | Uses:12 | Used by:Timeline |
Symbol 27 Text | Uses:12 | Used by:Timeline |
Symbol 28 Graphic | Used by:29 | |
Symbol 29 MovieClip | Uses:28 | Used by:Timeline |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:30 | Used by:Timeline |
Symbol 32 Font | Used by:33 35 | |
Symbol 33 Text | Uses:32 | Used by:Timeline |
Symbol 34 Sound | Used by:Timeline | |
Symbol 35 Text | Uses:32 | Used by:36 |
Symbol 36 MovieClip | Uses:35 | Used by:Timeline |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip | Uses:37 | Used by:Timeline |
Symbol 39 Graphic | Used by:42 43 | |
Symbol 40 Graphic | Used by:42 43 | |
Symbol 41 Graphic | Used by:42 43 | |
Symbol 42 Button | Uses:39 40 41 | Used by:Timeline |
Symbol 43 Button | Uses:39 40 41 | Used by:Timeline |
Symbol 44 Text | Uses:8 | Used by:Timeline |
Symbol 45 Text | Uses:8 | Used by:Timeline |
Streaming Sound 1 | Used by:Timeline |
Instance Names
"legoman" | Frame 451 | Symbol 31 MovieClip |
Special Tags
SWFMetaData (77) | Timeline Frame 1 | 1349 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmln ..." |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "brik" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "grass" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 405 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 406 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 407 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 408 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 409 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 410 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 411 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 412 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 413 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 414 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 415 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 416 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 417 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 418 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 419 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 420 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 421 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 422 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 423 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 424 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 425 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 426 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 427 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 428 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 429 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 430 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 431 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 432 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 433 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 434 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 435 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 436 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 437 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 438 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 439 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 440 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 441 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 442 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 443 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 444 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 445 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 446 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 447 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 448 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 449 | Symbol 6 as "crown" |
ExportAssets (56) | Timeline Frame 450 | Symbol 6 as "crown" |
|