deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
[x]
Download File
SWF, 3.4 KB
more ▶

More from ~Volcanic-Penguin

Featured in Groups:

Details

January 13, 2005
3.4 KB
550×400
Link
Thumb

Statistics

Comments: 2,188
Favourites: 9,616 [who?]

Views: 1,697,667 (137 today)
Downloads: 255,282 (0 today)
[x]
:iconvolcanic-penguin:
Alright, just because you people liked it so much (and I think you're crazy for doing so) I've updated it a bit. Well, quite alot actually. So now it's a bit more worthy of all those favs it's got. Click on the buttons in the lower left corner to change the amount of lines and their rotation, and click anywhere on the scene to change the appearance of the lines. You can aslo click on the little buttons in the lower right corner to switch between a black and white background. Enjoy.

Added the original type of line because one person told me they liked it better as it was before. And while I was at it, I added another one too.

edit: Added three types of lines, and took all the old arrangements and copy-paste-and-flipped them. Why didn't I think of that before -_- I know, I've updated this one alot and haven't uploaded anything new, I'm working on something else but it's a much bigger thing so it'll take a while.

¨¨¨
The new script is a bit long so I'll just leave the old one:

Here's the old script, which is put on four copies of the same movieclip placed in the center of the Scene. They're initially rotated 0(360?), 90, 180, and 270 degrees, to make it so, well, you figure it out. It's pretty simple really.

onClipEvent (load) {
x=0 //where the dot is
y=0 //where the dot is
xmove=0 //it's movement
ymove=0 //it's movement
}
onClipEvent (enterFrame) {
xmove+= (_root._xmouse-_x-x)/10 //math
ymove+= (_root._ymouse-_y-y)/10 //math
x+=xmove+(_root._xmouse-_x-x)/10 //math
y+=ymove+(_root._ymouse-_y-y)/10 //math
clear()
lineStyle(1,000000,100)
moveTo(oldx,oldy)
lineTo(x,y)
oldx=x //this is so that in the next frame it knows where the dot was last frame
oldy=y //this is so that in the next frame it knows where the dot was last frame
_rotation-- //This is negative on two of the movieclips (that initially have an opposite rotation to eachother), and positive on the other two.
}
Add a Comment:
 
:iconnintendorkhero:
Very hypnotic @_@
Reply
:iconvevelent:
~Vevelent May 8, 2013  New member
could play with this for hour ^_____^
Reply
:iconsnowwolfz:
~snowwolfz May 1, 2013  New member
Excuse me but can i take this file and use it on whirled.com
Reply
:iconk3nny94:
Very Cool :O Can i have the source?
Reply
:iconxxharajuku-dollxx:
~XxHarajuku-DollxX Apr 27, 2013  Hobbyist Digital Artist
Omlg this is the best thing I have ever seen.... I LOVE RAINBOW COLOURS.
Reply
:iconcalymos:
...if I were to fullscreen this, how would I go about doing it?
Reply
:iconvolcanic-penguin:
~Volcanic-Penguin May 3, 2013  Hobbyist Digital Artist
You could try downloading it, opening it with a browser, and maximizing with F12 or something.
Reply
:iconniffykid:
My new fav toy ever no joke I was in a crying mood before finding this and now this it so new :3 thank you for sharing this with the world
Reply
:iconvolcanic-penguin:
~Volcanic-Penguin Apr 26, 2013  Hobbyist Digital Artist
Hehe you're welcome. Whatever you were crying about I'm sure it's not as bad as you think it is.
Reply
:iconniffykid:
yeah I know.... ^.^'
Reply
Add a Comment: