Xtras for Sale
Home (Spotlight) | TOC | Products & Ordering | Technical Info | Contact Zeus


Zingo Dictionary

Copyright © 1996-1997. Zeus Productions. All Rights Reserved.

Top A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

R


ramNeeded
random
randomSeed
rect
rect of member
rect of sprite
rect of window
rect point
regPoint of member
relative
repeat while
repeat with
repeat with...down to
repeat with...in list
resizeWindow
restart
result
return
RETURN
right of sprite
rightMouseDown
rightMouseDown
rightMouseUp
rightMouseUp
rollOver
romanLingo
runMode
runPropertyDialog

repeat - used to create a conditional loop, based on an expression. See repeat while, repeat with, end repeat.


repeat while - used to loop while an expression is TRUE. See repeat, repeat with.
	repeat while the mouseDown
     put "The mouse is still down"
	end repeat


repeat with - used to loop while an expression is within a certain defined range. See repeat, repeat while.
	repeat with x = 1 to 10
     put "X equals" && x
	end repeat
repeat with...in...- used to repeat though each item in a list. See repeat, repeat while, repeat with.
	set myList = [1, 3, 5, 7, 9]
	repeat with x in myList
     put "The next number is " && x
	end repeat





Home (Spotlight) | Table of Contents | Links | Contact Info

Place an Order | Products for Sale | Licensing | Downloads

TechNotes | FAQs | E-Mail Zeus | GuestBook | Glossary

[End of Page]

Copyright © 1996-1997. Zeus Productions. All Rights Reserved.

(This page last revised August 25, 1997)