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

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

mitose.swf

This is the info page for
Flash #137305

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


Text
9

La mitose

1.

2.

3.

4.

5.

?

Interphase : La cellule est au repos.
Le noyau est bien visible,
l'enveloppe du noyau est intacte.

Prophase: les chromosomes
deviennent apparents sous la forme
de bâtonnets, l'enveloppe du noyau
disparaît.

Métaphase : les chromosomes à 2
chromatides se rangent par paires
d'homologues au milieu de la cellule,
c'est une figure appelée la plaque
équatoriale.

Anaphase : les 2 chromatides de
chaque paire de chromosomes se
séparent et migrent vers un pôle de
la cellule.

Télophase : les chromosomes à 1
chromatide s'organisent en 2 lots de
chromosomes  à chaque pôle de la
cellule, une membrane
cytoplasmique apparaît qui vient
séparer la cellule "mère" de départ
en 2 cellules "filles".

La Mitose

Déplace les numéros sur les différentes légendes et
teste ton score

Tester

Tester

Recommencer

Recommencer

Recommencer

Bf

Bf

Animation réalisée par Claude Perrin

ActionScript [AS1/AS2]

Instance of Symbol 17 MovieClip in Frame 1
//component parameters onClipEvent (initialize) { txtfont = "Arial"; txtcolor = 0; txtbold = true; txtitalic = true; txtsize = 12; barcolor = 16711680 /* 0xFF0000 */; txtstyle = "Kilobytes"; }
Frame 2
stop(); _focusrect = false; fscommand ("allowscale", false); fscommand ("fullscreen", false); nbrDePastilles = 5; precision = 4; zones = new Array(); positions = new Array(); coord = new Array(); tester = function () { var _local1 = 0; test1 = true; test2 = true; i = 1; while (i <= nbrDePastilles) { if (zones[i] == 0) { test2 = false; break; } i++; } i = 1; while (i <= nbrDePastilles) { if (zones[i] != i) { test1 = false; _local1++; } i++; } if (test2 == false) { texte = "Il faut placer tous les chiffres !"; } else if (test1 == true) { texte = "Bravo, c'est gagn\u00E9 !"; } else { texte = ("Dommage, c'est rat\u00E9 ! Il y a " + _local1) + " erreurs."; } }; recommencer = function () { i = 1; while (i <= nbrDePastilles) { eval ("pastille" + i)._x = positions[i][0]; eval ("pastille" + i)._y = positions[i][1]; i++; } initialisation(); }; memorisationDesPositions = function () { var x; var y; i = 1; while (i <= nbrDePastilles) { x = eval ("pastille" + i)._x; y = eval ("pastille" + i)._y; positions[i] = [x, y]; i++; } }; initialisation = function () { texte = ""; i = 0; while (i <= nbrDePastilles) { zones[i] = 0; i++; } }; numeroDesPastilles = function () { i = 1; while (i <= nbrDePastilles) { eval ("pastille" + i).chiffre = i; i++; } }; initialisation(); memorisationDesPositions(); numeroDesPastilles();
Instance of Symbol 8 MovieClip [pastille] "pastille1" in Frame 2
//component parameters onClipEvent (initialize) { nombre = 1; }
Instance of Symbol 8 MovieClip [pastille] "pastille2" in Frame 2
//component parameters onClipEvent (initialize) { nombre = 2; }
Instance of Symbol 8 MovieClip [pastille] "pastille3" in Frame 2
//component parameters onClipEvent (initialize) { nombre = 3; }
Instance of Symbol 8 MovieClip [pastille] "pastille4" in Frame 2
//component parameters onClipEvent (initialize) { nombre = 4; }
Instance of Symbol 8 MovieClip [pastille] "pastille5" in Frame 2
//component parameters onClipEvent (initialize) { nombre = 5; }
Symbol 7 Button
on (press) { _root.texte = ""; this.startDrag(false); this.swapDepths(1); i = 1; while (i <= _root.nbrDePastilles) { if (_root.zones[i] == nombre) { _root.zones[i] = 0; } i++; } } on (release, releaseOutside) { stopDrag(); test1 = 1; i = 1; while (i <= _root.nbrDePastilles) { numZone = i; if (this.hitTest(_root["zone" + i]) == true) { test1 = 0; break; } i++; } if (_root.zones[numZone] == 0) { test2 = true; } else { test2 = false; } if ((test1 == 0) & (test2 == true)) { this._x = _root["zone" + numZone]._x; this._y = _root["zone" + numZone]._y; _root.zones[numZone] = nombre; } else { this._x = _root.positions[nombre][0]; this._y = _root.positions[nombre][1]; } }
Symbol 17 MovieClip Frame 1
myformat = new textformat(); myformat.font = txtfont; myformat.color = txtcolor; myformat.bold = txtbold; myformat.italic = txtitalic; myformat.size = txtsize; myformat.align = "center"; preloader._visible = false; if (preloader.percentbytes >= 100) { _root.play(); }
Symbol 17 MovieClip Frame 2
myColor = new Color(preloader.bar.barcolor); myColor.setRGB(barcolor); stop();
Instance of Symbol 16 MovieClip "preloader" in Symbol 17 MovieClip Frame 2
onClipEvent (load) { _root.stop(); this.createTextField("textbox2", 1, -119.3, -39, 238.7, 78.1); textbox2.variable = "txtdisplay"; textbox2.selectable = false; } onClipEvent (enterFrame) { currentbytes = int(_root.getBytesLoaded() / 1000); totalbytes = int(_root.getBytesTotal() / 1000); percentbytes = int((currentbytes / totalbytes) * 100); if (_parent.txtstyle == "Kilobytes") { textbox2.text = ((("Loading " + currentbytes) + " Kb of ") + totalbytes) + " Kb"; textbox2.setTextFormat(_parent.myformat); bar._xscale = percentbytes; if (percentbytes >= 100) { textbox2.text = "Chargement Complet"; textbox2.setTextFormat(_parent.myformat); _root.play(); } } if (_parent.txtstyle == "Pourcent") { textbox2.text = ("Loading " + percentbytes) + "% "; textbox2.setTextFormat(_parent.myformat); bar._xscale = percentbytes; if (percentbytes >= 100) { textbox2.text = "Chargement Complet"; textbox2.setTextFormat(_parent.myformat); _root.play(); } } if (_parent.txtstyle == "Both") { textbox2.text = ((("Loading " + percentbytes) + "% of ") + totalbytes) + " Kb"; textbox2.setTextFormat(_parent.myformat); bar._xscale = percentbytes; if (percentbytes >= 100) { textbox2.text = "Chargement Complet"; textbox2.setTextFormat(_parent.myformat); _root.play(); } } }
Symbol 42 MovieClip Frame 10
stop();
Symbol 48 Button
on (press) { _root.tester(); }
Symbol 54 Button
on (press) { _root.recommencer(); }
Symbol 61 MovieClip Frame 7
stop();
Symbol 63 Button
on (press) { getURL ("http://www.biologieenflash.net/"); }

Library Items

Symbol 1 GraphicUsed by:2 7
Symbol 2 MovieClipUses:1Used by:8 31
Symbol 3 FontUsed by:4 32 33 34 35 36
Symbol 4 EditableTextUses:3Used by:8
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:5 6 1Used by:8
Symbol 8 MovieClip [pastille]Uses:2 4 7Used by:Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:13
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:13
Symbol 13 MovieClipUses:10 12Used by:16
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:16
Symbol 16 MovieClipUses:13 15Used by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 FontUsed by:19 25 26 27 28 29 30 32 33 34 35 36 37 40 45 46 49 50 55 59
Symbol 19 TextUses:18Used by:Timeline
Symbol 20 BitmapUsed by:24
Symbol 21 BitmapUsed by:24
Symbol 22 BitmapUsed by:24
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:20 21 22 23Used by:Timeline
Symbol 25 TextUses:18Used by:Timeline
Symbol 26 TextUses:18Used by:Timeline
Symbol 27 TextUses:18Used by:Timeline
Symbol 28 TextUses:18Used by:Timeline
Symbol 29 TextUses:18Used by:Timeline
Symbol 30 TextUses:18Used by:31
Symbol 31 MovieClipUses:2 30Used by:Timeline
Symbol 32 TextUses:3 18Used by:Timeline
Symbol 33 TextUses:3 18Used by:Timeline
Symbol 34 TextUses:3 18Used by:Timeline
Symbol 35 TextUses:3 18Used by:Timeline
Symbol 36 TextUses:3 18Used by:Timeline
Symbol 37 TextUses:18Used by:Timeline
Symbol 38 GraphicUsed by:44
Symbol 39 GraphicUsed by:44
Symbol 40 TextUses:18Used by:41
Symbol 41 MovieClipUses:40Used by:42
Symbol 42 MovieClipUses:41Used by:44
Symbol 43 GraphicUsed by:44
Symbol 44 ButtonUses:38 39 42 43Used by:Timeline
Symbol 45 TextUses:18Used by:48
Symbol 46 TextUses:18Used by:48
Symbol 47 GraphicUsed by:48
Symbol 48 ButtonUses:45 46 47Used by:Timeline
Symbol 49 TextUses:18Used by:54
Symbol 50 TextUses:18Used by:54
Symbol 51 GraphicUsed by:54
Symbol 52 FontUsed by:53 57 58
Symbol 53 TextUses:52Used by:54
Symbol 54 ButtonUses:49 50 51 53Used by:Timeline
Symbol 55 EditableTextUses:18Used by:Timeline
Symbol 56 FontUsed by:57 58
Symbol 57 TextUses:52 56Used by:63
Symbol 58 TextUses:52 56Used by:63
Symbol 59 TextUses:18Used by:60 63
Symbol 60 MovieClipUses:59Used by:61
Symbol 61 MovieClipUses:60Used by:63
Symbol 62 GraphicUsed by:63
Symbol 63 ButtonUses:57 58 61 62 59Used by:Timeline

Instance Names

"zone1"Frame 2Symbol 31 MovieClip
"zone3"Frame 2Symbol 31 MovieClip
"zone4"Frame 2Symbol 31 MovieClip
"zone2"Frame 2Symbol 31 MovieClip
"pastille1"Frame 2Symbol 8 MovieClip [pastille]
"pastille2"Frame 2Symbol 8 MovieClip [pastille]
"pastille3"Frame 2Symbol 8 MovieClip [pastille]
"pastille4"Frame 2Symbol 8 MovieClip [pastille]
"zone5"Frame 2Symbol 31 MovieClip
"pastille5"Frame 2Symbol 8 MovieClip [pastille]
"barcolor"Symbol 13 MovieClip Frame 1Symbol 10 MovieClip
"bar"Symbol 16 MovieClip Frame 1Symbol 13 MovieClip
"preloader"Symbol 17 MovieClip Frame 2Symbol 16 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 8 as "pastille"
ExportAssets (56)Timeline Frame 2Symbol 8 as "pastille"
ExportAssets (56)Timeline Frame 2Symbol 8 as "pastille"
ExportAssets (56)Timeline Frame 2Symbol 8 as "pastille"
ExportAssets (56)Timeline Frame 2Symbol 8 as "pastille"
ExportAssets (56)Timeline Frame 2Symbol 8 as "pastille"

Dynamic Text Variables

chiffreSymbol 4 EditableText"9"
texteSymbol 55 EditableText""




http://swfchan.com/28/137305/info.shtml
Created: 8/2 -2019 22:27:43 Last modified: 8/2 -2019 22:27:43 Server time: 04/05 -2024 23:53:20