hmm… this isnt’ really a question about any particular problems i’m having, just kind of a more “why?” question…
i always see examples of code for instance:
[As]
if (i>5)
{
i++;
}
else
{
i–;
}
[/As]
just wondering why “i” is always used… could you use “a”? or “q”? or “fuzzy”? or any other variable? or is it proper syntax to use “i” and won’t work without it? or just simply good coding practice… or just a "generic “insert your variable here”… or just one of those mysteries nobody will ever know…
hopefully one of you gurus out there can help a relative beginner like me move one step closer to the understanding of actionscript and coding in general!
much appreciated,
-Jarviscares