Macintosh (iMac) Intel
Mac OS X 10.4.10
I like working hard to solve a problem, but when something as simple as a repeat loop stops working it is very frustrating. All of my repeat loops are dead. I made a test button with this simple script, and it won't work either:
Code: Select all
on mouseUp
repeat 3
go next cd
wait 1 second
end repeat
end mouseUp
All I get is the error: "repeat-error in statement" and it hilites the first repeat line (repeat 3, in this case). All of my repeat structures in my stacks trigger the same error! "Repeat with x = 1 to 3" structures won't work either. What could I possibly be doing wrong? Or is it the latest build of Revolution Studio that I downloaded and installed yesterday? I'm stymied. Any ideas?