Jump to content


Making heart


  • You cannot reply to this topic
No replies to this topic

#1 travmanx

    Young Padawan

  • Members
  • Pip
  • 25 posts

Posted 02 April 2006 - 08:16 PM

Ok, I am unsure how to do this so maybe one of you flash masters can help me out a bit, I am trying to make a heart but only using actionscript so I can use it like the one thing I made

Posted ImageClick Here

using basic circle creations

for (angle=0; angle<=Math.PI*2; angle += .1) {
x = Math.cos(angle)*radius;
z = Math.sin(angle)*radius;

yadayadayada...





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users