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

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

Amadi Reference Sheet 2014 (INTERACTIVE) by blackcobra (FurrySnake MaleZebraHorsecockPenisTailFlashCharacter).swf

This is the info page for
Flash #161138

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


Text
<p align="left"><font face="Arial" size="19" color="#000000" letterSpacing="0.000000" kerning="1"><b>Version 1.0</b></font></p>

Amadi

Biography:
The result of a love between a Cobra Lamia and a
Zebra Anthromorph, Amadi had a hard time fitting in
during his youth; disliked for his interspecies heritage
and distrusted because local discrimination between
the species. Born in the African savannah, Amadi was
raised in the United Kingdom and has since begun to
travel the world to find a place in it.
Due to lack of support during education, Amadi did not
have any goals or interests in work and instead has
begun to find a calling in something he likes doing
rather then wasting his life in a job he has for the sake
of it. He has an artistic side, being a competent writer
despite his dyslexia and he mind is always brimming
with ideas that have no outlet that he would be
satisfied with.
Amadi is laid back, some may call him lazy if they
didn't know of his travels; he sees no reason to get
worked up over the little things and instead tackles
them head on with a calm demeanour. However he is
quick to defend his friends and family, putting his life
on the line should the threat require it; his anger flares
when someone he cherishes is put at risk. He judges
critical decisions as either do or die, choosing the
extreme of the choices in the hopes of a large pay out,
even gambling with his own life a few times.
Likes
- The company of others
- Resting on cool days
- Video games
Dislikes
- Bullies
- Hot weather
- Written exams
Personal quote - "Maturity is something that is taught;
not something that one can grow into."

Colour Reference:
RGB      HEX
Scales
Penis
Iris

#3F3E52
#F2F3FB
#FF7477
#468AC3

63,62,82
242,243,251
255,116,119
70,138,195

Statistics:
Basic Details
Birth Date - 14/07/1989
Gender - Male
Species - Cobra/Zebra
Height - 6.4 foot
Weight - 220 pounds
Location - Undisclosed
Occupation - Traveller
Zodiac - Cancer
Personality - Laid back

Sexuality

Bottom/Top

Kinky

Giver/Receiver

Fitness

Production

(20)

(50)

(60)

(70)

(80)

(35)

Sexuality - Straight; he loves the female form and
doesn't deter should he find a shemale or
hermaphrodite attractive.
Production - high; semen levels are well above
average.
Fitness - athletic; all the travelling and practicing
of martial arts have honed his body.
Giver/Receiver - Giver; he never receives during
penetrative sex.
Kinky - light kinky; He enjoys light bondage and
leather/latex fetishes.
Bottom/top - Top leaning; he prefers top but
doesn't mind if a lady wishes to ride on top.

Sexual Details:
Relationship - Single
Penis Length - 16 inches
Penis Girth - 3.5 inches

WORK IN PROGRESS
COMING SOON

On/Off

Front/Rear

Colour Ref

Statistics

Biography

Clothing

ActionScript [AS3]

Section 1
//Amadifrontclip_9 (AmadiRefAnimated_fla.Amadifrontclip_9) package AmadiRefAnimated_fla { import flash.events.*; import flash.display.*; public dynamic class Amadifrontclip_9 extends MovieClip { public var Penis:MovieClip; public var TogglePenis:SimpleButton; public function Amadifrontclip_9(){ super(); addFrameScript(0, frame1); } function frame1(){ Penis.visible = false; TogglePenis.addEventListener(MouseEvent.CLICK, onTogglePenis); } public function onTogglePenis(event:MouseEvent):void{ Penis.visible = !(Penis.visible); } } }//package AmadiRefAnimated_fla
Section 2
//AmadiRearclip_6 (AmadiRefAnimated_fla.AmadiRearclip_6) package AmadiRefAnimated_fla { import flash.events.*; import flash.display.*; public dynamic class AmadiRearclip_6 extends MovieClip { public var ToggleTail:SimpleButton; public var Tail:MovieClip; public function AmadiRearclip_6(){ super(); addFrameScript(0, frame1); } public function onToggleTail(event:MouseEvent):void{ Tail.visible = !(Tail.visible); } function frame1(){ Tail.visible = true; ToggleTail.addEventListener(MouseEvent.CLICK, onToggleTail); } } }//package AmadiRefAnimated_fla
Section 3
//MainTimeline (AmadiRefAnimated_fla.MainTimeline) package AmadiRefAnimated_fla { import flash.events.*; import flash.display.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var ClothingButton:SimpleButton; public var ColourRef:MovieClip; public var clicked; public var ColourButton:SimpleButton; public var a; public var AmadiFront:MovieClip; public var Stats:MovieClip; public var buttons; public var BioButton:SimpleButton; public var Clothing:MovieClip; public var AmadiRear:MovieClip; public var BioInfo:MovieClip; public var StatButton:SimpleButton; public var FrontRearButton:SimpleButton; public function MainTimeline(){ super(); addFrameScript(0, frame1); } public function init():void{ AmadiFront.visible = true; AmadiRear.visible = false; } public function onFrontRearButton(event:MouseEvent):void{ AmadiFront.visible = !(AmadiFront.visible); AmadiRear.visible = !(AmadiRear.visible); } function frame1(){ init(); FrontRearButton.addEventListener(MouseEvent.CLICK, onFrontRearButton); Clothing.visible = false; ColourRef.visible = false; Stats.visible = false; BioInfo.visible = false; clicked = MouseEvent.CLICK; buttons = new Array(ClothingButton, ColourButton, StatButton, BioButton); a = 0; while (a < buttons.length) { buttons[a].addEventListener(clicked, buttonClick); a++; }; } public function buttonClick(e:Event):void{ switch (e.target.name){ case "ClothingButton": Clothing.visible = !(Clothing.visible); ColourRef.visible = false; Stats.visible = false; BioInfo.visible = false; break; case "ColourButton": ColourRef.visible = !(ColourRef.visible); Clothing.visible = false; Stats.visible = false; BioInfo.visible = false; break; case "StatButton": Stats.visible = !(Stats.visible); Clothing.visible = false; ColourRef.visible = false; BioInfo.visible = false; break; case "BioButton": BioInfo.visible = !(BioInfo.visible); Clothing.visible = false; ColourRef.visible = false; Stats.visible = false; break; }; } } }//package AmadiRefAnimated_fla

Library Items

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

Instance Names

"BioInfo"Frame 1Symbol 9 MovieClip
"ColourRef"Frame 1Symbol 14 MovieClip
"Stats"Frame 1Symbol 33 MovieClip
"Clothing"Frame 1Symbol 35 MovieClip
"AmadiRear"Frame 1Symbol 44 MovieClip {AmadiRefAnimated_fla.AmadiRearclip_6}
"AmadiFront"Frame 1Symbol 52 MovieClip {AmadiRefAnimated_fla.Amadifrontclip_9}
"FrontRearButton"Frame 1Symbol 57 Button
"ColourButton"Frame 1Symbol 62 Button
"StatButton"Frame 1Symbol 64 Button
"BioButton"Frame 1Symbol 66 Button
"ClothingButton"Frame 1Symbol 68 Button
"Tail"Symbol 44 MovieClip {AmadiRefAnimated_fla.AmadiRearclip_6} Frame 1Symbol 40 MovieClip
"ToggleTail"Symbol 44 MovieClip {AmadiRefAnimated_fla.AmadiRearclip_6} Frame 1Symbol 43 Button
"Penis"Symbol 52 MovieClip {AmadiRefAnimated_fla.Amadifrontclip_9} Frame 1Symbol 49 MovieClip
"TogglePenis"Symbol 52 MovieClip {AmadiRefAnimated_fla.Amadifrontclip_9} Frame 1Symbol 51 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS3.
SWFMetaData (77)Timeline Frame 1208 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns ..."
EnableDebugger2 (64)Timeline Frame 131 bytes "u.$1$M2$uRHEHjR6lCws87Q1jdW/R/."




http://swfchan.com/33/161138/info.shtml
Created: 21/10 -2018 09:39:53 Last modified: 21/10 -2018 09:39:53 Server time: 28/04 -2024 08:51:07