deviant art

Deviant Login Shop
 Join deviantART for FREE Take the Tour
×

More from *SophieHoulden


×

2,580

49 13 108
Download SWF download, 466 bytes
FULL VIEW OR I WILL ROUND PI up to FIVE!

in #flashers myself and decided to have a little challenge.

the rules were that we had 30mins to make some flash cursor trail gizmo type thing (basically anything that happend with mouse movement) and I did this... well actually I did this where the trail only ever was one segment long as I hadnt debugged the script when the time hit 0.

though its safe to say even if I had finished and got it to this point I still would have lost, as if you take a look at ~lexus727's piece [link] you will see his rocks the socks...

anyhoo, as there is no symbols I can just put the soucre here for you to play with:

_root.createEmptyMovieClip("theMC",1)
arrayThing = [[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0]]

for (a=0;a<arrayThing.length;a++){
arrayThing[a][0]=_root._xmouse
arrayThing[a][1]=_root._ymouse
}

onEnterFrame=function(){
_root.theMC.clear()
thewidth=1
for (a=0;a<arrayThing.length;a++){
//move along the array
arrayThing[a][0]=arrayThing[a+1][0]
arrayThing[a][1]=arrayThing[a+1][1]
arrayThing[a][2]=arrayThing[a+1][2]
arrayThing[arrayThing.length-1][0]=_root._xmouse
arrayThing[arrayThing.length-1][1]=_root._ymouse
thecolour="0x"+(random(98)+1)
thecolour=thecolour+(random(98)+1)
thecolour=thecolour+(random(98)+1)
arrayThing[arrayThing.length-1][2]=thecolour
thewidth+=0.75
//draw
if (a>0){
_root.theMC.lineStyle(thewidth,arrayThing[a][2])
_root.theMC.moveTo(arrayThing[a][0],arrayThing[a][1])
_root.theMC.lineTo(arrayThing[a-1][0],arrayThing[a-1][1])
}
}
}


oh yeah, this is running at 30fps :)

Details

Stats

Submitted on
July 10, 2006
Image Size
466 bytes
Resolution
550×400
Views
2,580
Favourites
49 (who?)
Comments
13
Downloads
108
URL
Thumb
Only verified accounts can report policy violations. Please check your email and click on the verification link.
* Required field
Add a Comment:
 
love 0 0 joy 2 2 wow 0 0 mad 0 0 sad 0 0 fear 0 0 neutral 0 0
:iconlunatehkitty:
~LunaTehKitty Apr 4, 2013  Student Artist
O my
Reply
:iconrainbowcloud6:
~rainbowcloud6 Jan 12, 2011  Student General Artist
you so win
Reply
:iconswirlyeyeshypnotize:
~SwirlyEyesHypnotize Jun 28, 2010  Hobbyist General Artist
Sweet!
Reply
:iconkaida-in-the-sun:
that is flipping sweet. O.O
Reply
:iconmarrissa34567:
I like yours better
Reply
:iconsophiehoulden:
*SophieHoulden Apr 2, 2009  Professional General Artist
lol thanks, but did you click in his? it makes fireworks :D
Reply
:iconoctomar:
That's cool!!!I love it!!!
Reply
:iconace0fredspades:
very well but I think colours should be more vivid...
Reply
:iconcarnivalchild:
makes me think of eastern dragons flying.
Reply
:iconno1bone:
Just wanted to say that what you did was awesome!
Reply
Add a Comment: