To modify your earlier script a bit:
Code: Select all
on keyDown theKey
if the keysDown = 32 then put true into sScrolling
pass keydown
end keyDown
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on keyDown theKey
if the keysDown = 32 then put true into sScrolling
pass keydown
end keyDown