Hi all. Eh, how do i program a Global timer? i.e a timer that can be controlled by both form 1 and form 2.
If the timer is public, just call it using the form name you putted the timer on: Code (Text): form1.timer1.enabled = false
hmm but how do i declare it as Public? changing the Private to Public only allows it to be shared by the entire form and not across the entire program right?
if its like java, then if it is public it can be accessed from anywhere. Private means that it can only be accessed within the class that it was created.
ah that's the site that i started on. but people said that i should go directly to something neopets specific, instead of learning general programming.
Umm, you kinda have to know general programming before you can do Neopets. Plus you're going to deal with things programming for Neopets that aren't all just browsing and doing stuff on Neo.