Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: formule needed
From: Mountain, Mike J
Date: Mon, 13 Mar 2000 18:42:17 GMT

Couldn't you use Javascript calls to generate the square root, then pass
them on to the Flash movie as variables?

++ -----Original Message-----
++ From: Helen Triolo [designerati-technica [dot] com (mailto:designerati-technica [dot] com)]
++ Sent: 13 March 2000 16:33
++ To: flasheratchinwag [dot] com
++ Subject: Re: FLASH: formule needed
++
++
++ "Wilbrink, Jos" wrote:
++ >
++ > Hello chosen flash ones!
++ >
++ > Can someone think with me on this one:
++ > I need a formule which calculates every x & y cordinates
++ in a circle.
++ > let say:
++ >
++ > radius =10
++ > x = 0
++ > y = 0
++ >
++ > so first point
++ > x=10;y=0
++ >
++
++ If memory serves, I think a circle is defined by x**2 + y**2 = r**2
++ (where **2 means squared), so for a given x, y would be square root(
++ r**2 - y**2). Eg, for x=8 (and r=10), y= sqrt(100-64)=6 (and there
++ would also be points at (8,-6) (-8,6) and (-8,-6) if you're
++ centering on
++ (0,0), as you seem to be). Now to get the square root
++ function, I think
++ you'll have to go check one of Branden's examples...
++
++ hth,
++ Helen
++ __________________________________________________________________
++ i-Technica: Innovative Internet Solutions (http://i-Technica.com)
++ designerati-technica [dot] com
++ 301-424-6037
++
++ flasher is generously supported by...
++ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
++ flashforward2000 and The Flash Film Festival
++ "The World's Premier Flash Solutions Conference and Expo"
++ March 27-29, Nob Hill Masonic Center, San Francisco, California
++
++ -Register before Feb 25 and save $200!!-- www.flashforward2000.com
++ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
++ To unsubscribe or change your list settings go to
++ http://www.chinwag.com/flasher or email helpatchinwag [dot] com
++

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]