First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Katharine Brown | Website: http://www.greenbug.com/

The Steps: cont.

Step 6: Now we need to deal with the afterPrice, since it's separate from the rest of the figure. Let's check the length:

   Comment: ===================
   Comment: format cents
   Set Variable: "/:afterPriceLen" = MBLength(/:afterPrice)

Step 7: If afterPrice's length = nothing, that means that we have a number like 10, so we want to add a 00 to it:

   If (/:afterPriceLen = "" or /:afterPriceLen = 0)
   	Set Variable: "/:afterPrice" = "00"

Step 8: If afterPrice is 1 digit, then we know we need to tack a zero onto it:

   Else If (/:afterPriceLen = 1)
   	Set Variable: "/:afterPrice" = /:afterPrice & "0"

Step 9: Now it gets really fun - what happens if our sum is longer than 2, such as 10.5356? We'll have to chop the afterPrice off at 2, being sure to round up if it needs to be rounded:

   Else
   	Comment: round up if the decimal warrants it
   	If (MBSubstring ( /:afterPrice, 3, 1 ) > 4)
   		Set Variable: "/:afterPrice" = MBSubstring ( /:afterPrice, 1, 2 )
   		Set Variable: "/:afterPrice" = /:afterPrice + 1
   	Else
   		Set Variable: "/:afterPrice" = MBSubstring ( /:afterPrice, 1, 2 )
   	End If
   End If

Step 10: Finally! We put together all of our pieces and add a nice "$" and a ".":

   Set Variable: "/:displayPrice" = "$" & /:beforePrice    & "."& /:afterPrice

In this particular example, we send users on to the result screen, and then allow them to input a new price and check it. This is really for demonstration purposes, unless you're looking to create a really, really boring "format the price!" game :)
» Level Intermediate

Added: 2001-04-04
Rating: 7 Votes: 27
(10 being the highest)
» Author
No details available.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.