Re: Space Bar
Posted: Mon Apr 29, 2013 2:59 am
You are not reading your dictionary. Look up "the keysDown" function.
To modify your earlier script a bit:
Craig Newman
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