Also, you didn't say 308 digits, you said something scientific.
ActionScript (AS) is unusual in that what other languages have as "variables" is classes here, such as Array, Number, etc. So these classes sacrifice performance for functionality and ease of use.
Due to Strategy Guide's idea, yes. I said that in my first post....who wants to grind this? I have a MMORPG on me, so...
Well, as I told in the other thread, the max value is a number made of 308 digits. So good luck to the one who wants to try to reach it.
Quote from: bobcamel on November 17, 2009, 08:51:56 pmAlso, you didn't say 308 digits, you said something scientific.I said: 1.79769313486232e+308... which is actually a 308 digits number.Source is here:http://livedocs.adobe.com/flash/9.0/main/flash_as2_language_reference.pdf(see page 1000)and in case you're wondering Cipher, the game is made with Flash 8. So yes it's AS2 and not AS3.
It's not that easy. They called those structures "classes" because of the current hype with OO programming but in reality AS is just a script language and those structures have nothing to do with real classes from modern object languages.