how we use if condition in flash...?

meena

New member
on(press)
{

if(_root.m3._currentframe < 94)
{
_root.m3.gotoAndPlay(94);
}
}
is it right..???? can we use (<) or (>) in flash...???
 
Back
Top