I'm totally for a new 'game development' forum, given the level activity in the other two game dev forums and the need for a way to allow myself to be less ashamed when I talk about other languages and platforms in the lounge. :P However, I don't think it is a good idea to merge in the programming forum too. Firstly, we'd lose a valuable forum for discussing programming outside game development, and secondly, the process is irreversible. If we eventually regret the move, it would be extremely difficult to turn back. Tom may maintain an index of the programming threads that used to be located in the programming forum, but it would be impossible to migrate new threads there by automated means.
Defining a method? Sounds philosophical. :P Hmmm... would this definition be satisfactory?
A subprogram which serves to perform actions related to the properties of an instance or a specific class
Definition testing:
setInterval isn't a method since it controls Flash rather than our classes/instances.
gotoAndStop (if anyone still remembers using this method :P) is a method since it manipulates the appearance of MovieClip instances, changes the current frame, and sets the current state to 'stop' instead of 'playing'.
parseInt... well...