Ahoy hoy, a little stuck in flash regarding variables.
I am making what’s essentially an interactive pet, with two user controlled attibutes (lets call them health and play, though theyre a little different).
Each has four different stages - so I need two variables that range from 0-3. Kinda like traffic lights…
Theres a food and a medical button, each which bump up the respective variable by an increment of one.
But every 5 seconds, each variable also drops by one.
Kinda used to the Director way of doin things, so a little spaced out here in regards to setting a timer and attaching the variables to it. I guess making the buttons bump them up should be easy enough.
Anyone got a few little trickies for me?
cheerz!