Flasher Archive

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


Subject: Re: FLASH: Math functions?
From: John Croteau
Date: Fri, 12 Nov 1999 13:45:29 GMT

Hi Glenn,

> Am I right in assuming there is no abs function?
> I guess I can use:
> if x < 0 then x = x*-1
Yes, this will work:
If (x < 0)
Set Variable: "x" = x*-1
End If

> what about sqrt???
Branden has a square root library.
http://www.FlashLite.net/source/f4/other/index.html

For Trig functions use:
http://www.FlashBible.com/Members/ActionScript/PlugNPlay/Trig.htm

To keep thr Plugin/ActiveX control size down only a few more essential
functions are built in. Many others can be created fairlly easily as we
have done with our Plug and Play routines such as Trig, String functions
and Time Delay functions. As time goes on we will have more libraries
and Plug and Play routines ....


--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Math functions?, Fr�d�ric Pierron / Blast

Replies
  FLASH: Math functions?, glenn

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