A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: cAlCuLaTor

  1. #1
    can u create a calculator with flash?? and if so could someone tell me the action fourmula

    |2EgG

  2. #2
    You can, there are all the functions needed in the Math Object...

    easy example:

    on(release){
    result = Math.ANYTHING(enteredValue);
    }

    The results wouldn't be as exact as in some other programming languages, but for normal everyday calculations that doesn't matter.

  3. #3
    doesn't use scenes either
    Join Date
    Feb 2002
    Posts
    194
    try "calculator" in flash 5's help/samples section ( if you've got flash5...)

    -----------Vincenzo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center