Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » m1 not working
- pogrx
-
100+ posts
m1 not working
my project https://scratch.mit.edu/projects/526698292/ if you press play and go left or right enough, enemies will spawn. Clicking spawns in m1 sprite, which is supposed to deal damage(damage script in enemy)
- pogrx
-
100+ posts
m1 not working
THe m1 sprite appears but doesnt do damage. Damage script is in the enemy sprite
- Just_Iakov
-
100+ posts
m1 not working
That's because you have a script where its supposed to take damage from M1 inside another script that waits for an action.

You have to drag out the if touching m1 event from the if touching Pillar/tornado event.
That should fix the problem.
I hope this helps.

You have to drag out the if touching m1 event from the if touching Pillar/tornado event.
That should fix the problem.
I hope this helps.
- Discussion Forums
- » Help with Scripts
-
» m1 not working