deviant art

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

More from ~chaz0u

Featured in Groups:

Details

February 2, 2011
31.6 KB
800×850
Link
Thumb

Statistics

Comments: 7
Favourites: 10 [who?]

Views: 514 (0 today)
Downloads: 22 (0 today)

License

Creative Commons License
Some rights reserved. This work is licensed under a
Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.
[x]
:iconchaz0u:
Draw your own thing.
Add a Comment:
 
love 0 0 joy 1 1 wow 1 1 mad 0 0 sad 0 0 fear 0 0 neutral 0 0
:iconboneless-one:
I drew a bob-omb.
This thing is so rad, you should make it an iPod app and be rich.
Reply
:iconmgcool:
how did you do it? would you share the tips that lead you to the final result? there's a nother similar i've seen that simulates dragging a cord, i'll may upload it as soon as i find it back.
Reply
:iconchaz0u:
I have done rope that falls with gravity before... its pretty cool.. this was just a test for the smooth tapering line, drawing a line being a basic way to drop points..
there is an Array which holds the line data its starts out empty [] when you draw you push the mouse X,Y position per frame, also every frame clear the drawing and redraw the line with all the X,Y locations in the Array. because your pushing to the Array every frame the length will get really long... so after you do the push, check to see if the Array length is longer that what you set it out to be, if so splice(0,1) (remove the first index) so from now on you are adding a new point and removing the old one and drawing only that.. the cord with gravity is similar but instead of points there physical objects bounded to the one in front/beheld it (bounded in a way almost to the same to the grappling hook game for a nice swinging motion) maybe i will find it and post it.
Reply
:iconmgcool:
Thanks for the whole explanation, it's pretty cool, hope to be able to apply it as easy as it was to understand :D
Reply
:iconfickers:
!fickers Feb 2, 2011   Filmographer
Awesome job dude!
Reply
Add a Comment: