> > repeat with i = 1 to 3
> > set the angle of graphic "pointer" & i to rotAngle
> > end repeat
Personally, I like to wrap parentheses around this kind of construct to
make it easier to read:
repeat with i = 1 to 3
set the angle of graphic ("pointer" & i) to rotAngle
end repeat
But whatever floats your boat... :-)
Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution