PDA

View Full Version : Making a value rise



Zackman
July 2nd, 2005, 07:58 PM
Well lets say i have a text feild (Dynamic) and i need it to rise when i tell it to rise like rise 1 or 5 or whatever. How can i do this?

cholin
July 2nd, 2005, 08:08 PM
Well, whatever it's representing needs to be incremented. To increment by 1 you can just use variable++ otherwise use variable + 5

pom
July 2nd, 2005, 10:00 PM
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary034.html