Hi,
Love being able to use this on the Mac;
Have a script question - I'm a java noob and was trying to get the rotate script from the Windows program to work here, but get an error.
Script I copied :
{ Rotate the reference triangle continuously }
{ Hit any key to stop }
Flame.SampleDensity := 1;
while not Stopped do
begin
RotateReference(3.6);
Preview;
end;
error msg is:
missing ; before statement (line 0)
Any help would be really appreciated! thanks,
Jeff