Hi
I am trying to make a Klingon enemy sprite that scrolls and shoots at you in Level One, but in Level Two, it moves randomly and still shoots at you. In Level Three, it does the same thing as Level Two but faster.
Can anyone help me please?
Offline
when gf clicked forever if <(level) = [1]> point towards [player v] move (whatever) steps Shooting script. wait (0.2) secs end if <(level) = [2]> point towards [player v] move (faster) steps Shooting script. wait (0.2) secs end if <(level) = [3]> point towards [player v] move (faster) steps Shooting script. wait (0.1) secs endMy simplest script I can offer. I could do it it more efficient ways, but you're new to Scratch, so I don't want to get you confused.
Offline