Thread | Excerpt | Date |
---|
AS 2.0 Dynamic TextBox Problems | [QUOTE=killdude69;1507474]I put the % as a static, yes.
And, yes, the initial value is "100" typed ... | Apr 22, 2009 |
AS 2.0 Dynamic TextBox Problems | [QUOTE=Wtf;1507461][code]_root.health = Number(_root.health) - damage;[/code]
I might be getting it ... | Apr 22, 2009 |
AS 2.0 Dynamic TextBox Problems | How are you setting the initial value of _root.health? Are you just entering it as text into the te... | Apr 22, 2009 |
AS 2.0 Dynamic TextBox Problems | [CODE]
function doDamage(damage:Number) {
if (Number(_root.health) != 0) {
_root.health = Number(... | Apr 22, 2009 |
Best host? | [url]https://www.nearlyfreespeech.net/[/url] is pretty cheap, especially if you don't expect huge tr... | Apr 16, 2009 |
Scene selection help! | [QUOTE=Wtf;1491091]How do I open the scene selection window?[/QUOTE]
In CS3, go into Window / Oth... | Apr 3, 2009 |
Scene selection help! | Open the Scene window, and drag/drop your scenes into the order you want them played (with the top-m... | Apr 3, 2009 |
Programming websites | Uhh, I'm pretty sure he was asking for a site he could go to for help, not for help making one.
Doo... | Apr 3, 2009 |
Clock -AS 1.0 | I need to know more information before I can help you.
First off, why Flash 4? What are you maki... | Feb 25, 2009 |
C++ question | Doog, please remove the massive image from your signature, as it stretches out the page:
[url]htt... | Feb 18, 2009 |