O.K., heres my problem:
My sensing works fine UNTIL you start scrolling. Then it doesn' twork. I use 3 as the number- change y by -3, change scroll x by 3, etc,but it still isn't working. I even put in the changing of Scroll! Whats wrong?
Offline
Bluestribute wrote:
O.K., heres my problem:
My sensing works fine UNTIL you start scrolling. Then it doesn' twork. I use 3 as the number- change y by -3, change scroll x by 3, etc,but it still isn't working. I even put in the changing of Scroll! Whats wrong?
What I do is I have invisible sensors and variables for each direction. So your script would look like:
If <key right arrow pressed> and <rightmove = 0 >
blahblahblah,scrollystuff,moveystuff, etc.
and then in the invisible sensors have
if <touching the thing you don't want to go through>
set rightmove (or leftmove, or downmove, or upmove) to 1
else
set rightmove (or leftmove, or downmove, or upmove) to 0
oh, and the invisible sensors use rotation points to always stay right beside or on top or below or on the other side of the person. the ghost effect makes them invisible.
Offline
Hmmm... I kinda get it. Lemme try something
Offline
Thanks coolstuff. I realized where I went wrong. I was using the repeat until block.
Offline
subzero4 wrote:
BLUESTRIBUTE! I clicked your Click Here button on the site and it said it installed a virus!!! Is this real?
No. But it was funny huh? And read all of the link...
Last edited by Bluestribute (2008-06-12 18:14:18)
Offline