Repeat loops won't work anymore
Posted: Sat Jul 14, 2007 10:31 pm
Rev Studio 2.8.1 build 470
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:
(There are 30 cards in this stack, and the button is on card 1.)
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?
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?