[java-dev] Re: outlet stopping function....
Rick Burnett
grimepoch at mac.com
Sat Aug 18 12:41:02 MDT 2007
- Previous message: [java-dev] outlet stopping function....
- Next message: [java-dev] Re: outlet stopping function....
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Figured it out. outlet() must mess with a global variable called i because if I create a 'var i' in the function I am calling outlet, it works fine. However, if I use my global i, outlet is changing the value.
- Previous message: [java-dev] outlet stopping function....
- Next message: [java-dev] Re: outlet stopping function....
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
