hipster
06-08-2001, 03:36 PM
High,
I'm trying to figure out this actionscripting business and was wondering if someone could help me with some basic syntax.
if (Number(/:_currentframe) == 15) {
stop ();
} else {
gotoAndPlay (2);
}
I understand the if else loop...what I don't get is the top line.
A) "Number" is in blue...why?
B) _currentframe is in green...why?
c) what does the / mean?
d) what does the : mean?
thanks much,
morgan
I'm trying to figure out this actionscripting business and was wondering if someone could help me with some basic syntax.
if (Number(/:_currentframe) == 15) {
stop ();
} else {
gotoAndPlay (2);
}
I understand the if else loop...what I don't get is the top line.
A) "Number" is in blue...why?
B) _currentframe is in green...why?
c) what does the / mean?
d) what does the : mean?
thanks much,
morgan