January 26, 2019
Count the money with Captivate !…
Comments
(3)
January 26, 2019
Count the money with Captivate !…
I'm a former teacher (and headmaster) in french primary schools. Now I work as a freelance on the net as a webmaster. I used to work with Flash for many years, but now I'm starting to discover Captivate and find it amazing !...
Master 64 posts
Followers: 21 people
(3)

Hello Captivaters !…

Today I want to share my last production… It’s about counting the money !… !…

I spent a lot of time doing these, as there are many advanced actions associated with Drag and Drop.

I made 2 projects : one with whole numbers and one with decimal numbers.

– With whole numbers :

Play

– With decimal numbers :

Play

Once again, these projects are in french, so I use the euros to do them.

– For the whole numbers, I created 2 variables to count the total : 1 for the euros, and one for the cents.

For the fun, I even created a multi-states text to mark the plural if needed !…

– For the decimal numbers, I first had problems, trying to use the “,” instead of the “.” to mark the decimal. And as you can imagine, Captivate doesn’t like the “,” in the numbers !!!…

So once again I have to use Javascript to make it works properly. I just used numbers with “.” and transform them into french ones :

var number = v_Total_01.toLocaleString(“fr-FR”);

where number is the variable showed on the slides and v_Total_01 is the variable used to calculate the sum.

(Thanks Lieve Weymeis  to advise me this on the Captivate Forum)

The rest was easy, but don’t hesitate to ask if you need to clear something !…

I use once again Paul Wilson Video to inspire me !…

https://www.youtube.com/watch?time_continue=1&v=5iA2gh3TNoA

Have fun with Captivate !…

3 Comments
2019-02-06 01:57:46
2019-02-06 01:57:46

Great work! Thank you for sharing.

Like
2019-01-30 01:07:53
2019-01-30 01:07:53

Nice work. I had fun translating and playing!

Like
(1)
(1)
>
Todd Spargo
's comment
2019-01-30 08:32:36
2019-01-30 08:32:36
>
Todd Spargo
's comment

Thanks Todd !

If you’re interested with the subject, I already made more projects :

http://soutien67.fr/math/activites/euros/euros_01.htm

And there soon will be more !…

Like
(1)
Add Comment