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

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

969125309.swf

This is the info page for
Flash #13628

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


Text
VIVA

LA

GAMES

www.vivalagames.com

www.vivalagames.com

PICTO

Play more games @

W

SCORE

FINAL SCORE

PLAY AGAIN?

COLOR

MODE 1

NO COLOR

MODE 2

www.vivalagames.com

PICTO

Click the last symbol that was added to the screen
to progress to the next level.

See if you can remember all 100 symbols.

GAME
OVER

ActionScript [AS1/AS2]

Frame 50
function addletter() { i = 0; while (i < (lnum + 1)) { cnum = orderarray[i]; _root["gencolor" add cnum] = new Color("ltr" add cnum); duplicateMovieClip (ltr, "ltr" add cnum, _root.getNextHighestDepth()); _root["ltr" add cnum]._x = _root.xarray[cnum]; _root["ltr" add cnum]._y = _root.yarray[cnum]; _root["ltr" add cnum].letter = letterarray[cnum]; _root["ltr" add cnum].num = i; if (modes == 1) { _root["gencolor" add cnum].setRGB(colorarray[cnum]); } else { _root["gencolor" add cnum].setRGB(16777215); } i++; } } function startGame() { score = 0; lnum = 0; inter._x = (inter2._x = (inter3._x = (inter4._x = 500))); inter._y = (inter2._y = (inter3._y = (inter4._y = 0))); interplay = 0; endgame = 0; gameover = 0; intro = 0; xarray = new Array(); yarray = new Array(); letterarray = new Array(); colorarray = new Array(); numarray = new Array(); orderarray = new Array(); n = 0; while (n < 100) { numarray.push(n); n++; } ix = 0; iy = 0; i = 0; while (i < 100) { getrandom = numarray.splice(random(numarray.length), 1); orderarray.push(getrandom); xarray.push(ix); yarray.push(iy); letterarray.push(letters[random(letters.length)]); colorarray.push(colors[random(colors.length)]); if (ix == 450) { ix = 0; iy = iy + 50; } else { ix = ix + 50; } i++; } } letters = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"); colors = new Array("0xFFFF00", "0xFF0000", "0xFF0099", "0xFF9900", "0xCC33FF", "0x00FFFF", "0x0000FF", "0x00FF00"); inter3._x = 500; inter3._y = 0; intro = 1; stop();
Instance of Symbol 70 MovieClip "inter" in Frame 50
onClipEvent (enterFrame) { if (_root.interplay == 1) { this._x = this._x - 50; if (this._x == 0) { _root.interplay = 2; displayct = 20; } } else if (_root.interplay == 2) { if (displayct > 0) { displayct--; } else { this._x = this._x - 50; if (this._x == -500) { _root.lnum++; _root.addletter(); _root.interplay = 0; this._x = 500; } } } }
Instance of Symbol 83 MovieClip "inter2" in Frame 50
onClipEvent (enterFrame) { if (_root.endgame == 1) { this._x = this._x - 50; if (this._x == 0) { _root.endgame = 0; } } }
Instance of Symbol 87 MovieClip "inter3" in Frame 50
onClipEvent (enterFrame) { if (_root.intro == 1) { this._x = this._x - 50; if (this._x == 0) { _root.intro = 0; } } }
Instance of Symbol 89 MovieClip "inter4" in Frame 50
onClipEvent (enterFrame) { if (_root.gameover == 1) { this._x = this._x - 50; if (this._x == 0) { _root.gameover = 2; displayct = 20; } } else if (_root.gameover == 2) { if (displayct == 0) { this._x = this._x - 50; if (this._x == -500) { _root.gameover = 0; _root.endgame = 1; } } else { displayct--; } } }
Symbol 59 Button
on (press) { getURL ("http://www.vivalagames.com", _blank); }
Symbol 65 Button
on (press) { if (num == _root.lnum) { _root.score++; if (_root.score == 100) { _root.endgame = 1; } else { _root.interplay = 1; } i = 0; while (i < 100) { if (_root.orderarray[i] != _root.orderarray[num]) { removeMovieClip(_root["ltr" add _root.orderarray[i]]); } i++; } removeMovieClip(_root["ltr" add _root.orderarray[num]]); } else { _root.gameover = 1; i = 0; while (i < 100) { if (_root.orderarray[i] != _root.orderarray[num]) { removeMovieClip(_root["ltr" add _root.orderarray[i]]); } i++; } removeMovieClip(_root["ltr" add _root.orderarray[num]]); } }
Symbol 66 MovieClip Frame 1
lettertxt.setStyle = "letterFont"; lettertxt.embedFonts = true;
Symbol 70 MovieClip Frame 1
scoretxt.setStyle = "scoreFont"; scoretxt.embedFonts = true;
Symbol 78 Button
on (press) { this._x = 500; this._y = 0; _root.modes = 1; _root.startGame(); _root.addletter(); }
Symbol 81 Button
on (press) { this._x = 500; this._y = 0; _root.modes = 2; _root.startGame(); _root.addletter(); }
Symbol 83 MovieClip Frame 1
scoretxt.setStyle = "scoreFont"; scoretxt.embedFonts = true;
Symbol 87 MovieClip Frame 1
scoretxt.setStyle = "scoreFont"; scoretxt.embedFonts = true;
Symbol 89 MovieClip Frame 1
scoretxt.setStyle = "scoreFont"; scoretxt.embedFonts = true;

Library Items

Symbol 1 Font [letterFont]Used by:64
Symbol 2 Font [scoreFont]Used by:50 52 53 56 57 60 61 68 69 71 72 75 76 79 80 82 84 85 86 88
Symbol 3 GraphicUsed by:55 59
Symbol 4 GraphicUsed by:49 59
Symbol 5 GraphicUsed by:49
Symbol 6 GraphicUsed by:49
Symbol 7 GraphicUsed by:49
Symbol 8 GraphicUsed by:49
Symbol 9 GraphicUsed by:49
Symbol 10 GraphicUsed by:49
Symbol 11 GraphicUsed by:49
Symbol 12 GraphicUsed by:49
Symbol 13 GraphicUsed by:49
Symbol 14 GraphicUsed by:49
Symbol 15 GraphicUsed by:49
Symbol 16 GraphicUsed by:49
Symbol 17 GraphicUsed by:49
Symbol 18 GraphicUsed by:49
Symbol 19 GraphicUsed by:49
Symbol 20 GraphicUsed by:49
Symbol 21 GraphicUsed by:49
Symbol 22 GraphicUsed by:49
Symbol 23 GraphicUsed by:49
Symbol 24 GraphicUsed by:49
Symbol 25 GraphicUsed by:49
Symbol 26 GraphicUsed by:49
Symbol 27 GraphicUsed by:49
Symbol 28 GraphicUsed by:49
Symbol 29 GraphicUsed by:49
Symbol 30 GraphicUsed by:49
Symbol 31 GraphicUsed by:49
Symbol 32 GraphicUsed by:49
Symbol 33 GraphicUsed by:49
Symbol 34 GraphicUsed by:49
Symbol 35 GraphicUsed by:49
Symbol 36 GraphicUsed by:49
Symbol 37 GraphicUsed by:49
Symbol 38 GraphicUsed by:49
Symbol 39 GraphicUsed by:49
Symbol 40 GraphicUsed by:49
Symbol 41 GraphicUsed by:49
Symbol 42 GraphicUsed by:49
Symbol 43 GraphicUsed by:49
Symbol 44 GraphicUsed by:49
Symbol 45 GraphicUsed by:49
Symbol 46 GraphicUsed by:49
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48Used by:55
Symbol 50 TextUses:2Used by:55 59
Symbol 51 GraphicUsed by:55 59
Symbol 52 TextUses:2Used by:55 59
Symbol 53 TextUses:2Used by:55 59
Symbol 54 GraphicUsed by:55 59
Symbol 55 MovieClipUses:3 49 50 51 52 53 54Used by:59
Symbol 56 TextUses:2Used by:59
Symbol 57 TextUses:2Used by:59
Symbol 58 GraphicUsed by:59
Symbol 59 ButtonUses:55 56 57 3 4 50 51 52 53 54 58Used by:Timeline
Symbol 60 TextUses:2Used by:Timeline
Symbol 61 TextUses:2Used by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:65 66
Symbol 64 EditableTextUses:1Used by:66
Symbol 65 ButtonUses:63Used by:66
Symbol 66 MovieClipUses:63 64 65Used by:Timeline
Symbol 67 GraphicUsed by:70 83 87 89
Symbol 68 EditableTextUses:2Used by:70
Symbol 69 TextUses:2Used by:70
Symbol 70 MovieClipUses:67 68 69Used by:Timeline
Symbol 71 EditableTextUses:2Used by:83
Symbol 72 TextUses:2Used by:83
Symbol 73 FontUsed by:74
Symbol 74 TextUses:73Used by:83
Symbol 75 TextUses:2Used by:78
Symbol 76 TextUses:2Used by:78
Symbol 77 GraphicUsed by:78 81
Symbol 78 ButtonUses:75 76 77Used by:83 87
Symbol 79 TextUses:2Used by:81
Symbol 80 TextUses:2Used by:81
Symbol 81 ButtonUses:79 80 77Used by:83 87
Symbol 82 TextUses:2Used by:83 87
Symbol 83 MovieClipUses:67 71 72 74 78 81 82Used by:Timeline
Symbol 84 TextUses:2Used by:87
Symbol 85 TextUses:2Used by:87
Symbol 86 TextUses:2Used by:87
Symbol 87 MovieClipUses:67 84 78 81 85 86 82Used by:Timeline
Symbol 88 TextUses:2Used by:89
Symbol 89 MovieClipUses:67 88Used by:Timeline

Instance Names

"ltr"Frame 50Symbol 66 MovieClip
"inter"Frame 50Symbol 70 MovieClip
"inter2"Frame 50Symbol 83 MovieClip
"inter3"Frame 50Symbol 87 MovieClip
"inter4"Frame 50Symbol 89 MovieClip
"lettertxt"Symbol 66 MovieClip Frame 1Symbol 64 EditableText
"scoretxt"Symbol 70 MovieClip Frame 1Symbol 68 EditableText
"scoretxt"Symbol 83 MovieClip Frame 1Symbol 71 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "letterFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 1 as "letterFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"
ExportAssets (56)Timeline Frame 50Symbol 2 as "scoreFont"

Dynamic Text Variables

letterSymbol 64 EditableText"W"
_root.scoreSymbol 68 EditableText""
_root.scoreSymbol 71 EditableText""




http://swfchan.com/3/13628/info.shtml
Created: 4/6 -2019 13:06:55 Last modified: 4/6 -2019 13:06:55 Server time: 13/05 -2024 10:08:35