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,191
Favourites: 9,611 [who?]

Views: 1,701,855 (49 today)
Downloads: 255,291 (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:
 
:iconstevtimus:
would it be possible to add a keystroke to change the amount/rotation? i like to mess around with this while i listen a new album for the first time, and it would be a pretty key feature in letting me change the flow with song more smoothly. anyway, just an idea from a man who's wasted many on hour on this wonderful gadget!
Reply
:iconvolcanic-penguin:
~Volcanic-Penguin 6 days ago  Hobbyist Digital Artist
Hehe well I appreciate the interest. Technically that sounds possible but after I'm done with something I prefer to move on to other things. ;9
Reply
:icongothicblackangel:
~GothicBlackAngel May 26, 2013  Hobbyist Writer
I have no idea why I have not faved this yet...
Reply
:iconnintendorkhero:
Very hypnotic @_@
Reply
:iconvevelent:
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
Add a Comment: