Opie,

I think the thing that confused me from the beginning and caused me to use that variable was that putting in :

repeat with i = 1 to 3
        set the angle of graphic "pointer" & i to rotAngle
end repeat

returns an error in the script debugger of type: set, missing 'to' .... so by putting in the concatenation, the set command does not follow to the "to" ... and of course, you can't put the i counter in quotes, so that's why I started pulling it out of the line.

Is there a good reason why the script shouldn't like the inline concatenation though? that seems absurd.

Yours,
Chris
On Feb 21, 2004, at 6:15 AM, Ops wrote:

set the angle of graphic "pointer" & i to rotAngle

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to