--Scroll slow down part 3/3 of the Scroll Menu set.
--Created by Brent Moseley April 2000
--brent099@xoommail.com
property slowspeed
on mouseenter me
sendallsprites(#goslow, 1)
end
on mouseleave me
sendallsprites(#gonormal)
end
on getPropertyDescriptionList me
set pdlist to [:]
addprop pdlist, #slowspeed, [#comment:"Speed to slow scroll sprites to", #format:#integer, #default:1]
return pdlist
end getPropertyDescriptionList
on getBehaviorDescription
return "Optional behavior for use with "SCROLL SPRITE"." & RETURN & RETURN & ¬
"Slows down scrolling sprites to selected speed." & RETURN & ¬
"Attach to any sprite, but, you will get best results if you attach it to the scrolling sprites themselves." ¬
& RETURN & RETURN & "Actions are called on mouseenter and moueleave. You can change them to something else, if you wish."
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA