STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228060
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/21842805?noj=FRM21842805-26DC" width="1" height="1"></div>

qftc.swf

This is the info page for
Flash #5376

(Click the ID number above for more basic data on this flash file.)


Text
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 451
function 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 2606
stop();
Symbol 42 Button
on (release) { justwon = 0; gotoAndStop (451); }
Symbol 43 Button
on (release) { getURL ("http://www.lanceandeskimo.com"); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [brik]Uses:1
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [grass]Uses:3
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClip [crown]Uses:5Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 FontUsed by:9 44 45
Symbol 9 TextUses:8Used by:Timeline
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:Timeline
Symbol 12 FontUsed by:13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 TextUses:12Used by:Timeline
Symbol 15 TextUses:12Used by:Timeline
Symbol 16 TextUses:12Used by:Timeline
Symbol 17 TextUses:12Used by:Timeline
Symbol 18 TextUses:12Used by:Timeline
Symbol 19 TextUses:12Used by:Timeline
Symbol 20 TextUses:12Used by:Timeline
Symbol 21 TextUses:12Used by:Timeline
Symbol 22 TextUses:12Used by:Timeline
Symbol 23 TextUses:12Used by:Timeline
Symbol 24 TextUses:12Used by:Timeline
Symbol 25 TextUses:12Used by:Timeline
Symbol 26 TextUses:12Used by:Timeline
Symbol 27 TextUses:12Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 FontUsed by:33 35
Symbol 33 TextUses:32Used by:Timeline
Symbol 34 SoundUsed by:Timeline
Symbol 35 TextUses:32Used by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 GraphicUsed by:42 43
Symbol 40 GraphicUsed by:42 43
Symbol 41 GraphicUsed by:42 43
Symbol 42 ButtonUses:39 40 41Used by:Timeline
Symbol 43 ButtonUses:39 40 41Used by:Timeline
Symbol 44 TextUses:8Used by:Timeline
Symbol 45 TextUses:8Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"legoman"Frame 451Symbol 31 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "brik"
ExportAssets (56)Timeline Frame 1Symbol 4 as "grass"
ExportAssets (56)Timeline Frame 1Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 405Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 406Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 407Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 408Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 409Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 410Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 411Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 412Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 413Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 414Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 415Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 416Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 417Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 418Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 419Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 420Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 421Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 422Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 423Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 424Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 425Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 426Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 427Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 428Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 429Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 430Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 431Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 432Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 433Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 434Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 435Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 436Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 437Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 438Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 439Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 440Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 441Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 442Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 443Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 444Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 445Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 446Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 447Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 448Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 449Symbol 6 as "crown"
ExportAssets (56)Timeline Frame 450Symbol 6 as "crown"




http://swfchan.com/2/5376/info.shtml
Created: 15/6 -2019 17:22:30 Last modified: 15/6 -2019 17:22:30 Server time: 26/04 -2024 15:10:41