Discuss Scratch

ItsArchived
Scratcher
5 posts

Pen Projectile ID'ing

https://scratch.mit.edu/projects/876058506/ (in the pea sprite)

In this I project I need help with making the pen projectiles have different IDs to have them have different costumes. I can't use clones because.
A: Already used for detection B: Clone overload. I just need a way to determine the type of projectile it is, the two types so far are “fume” and “pea”. Can someone help me?
sturdygriffin
Scratcher
30 posts

Pen Projectile ID'ing

The Pea Projectile is green and the fume projectile is purple. If you do not plan on using the same color, you could check which is which via this block:
touchingcolor?

Last edited by sturdygriffin (Sept. 11, 2023 01:10:28)

ItsArchived
Scratcher
5 posts

Pen Projectile ID'ing

I mean like so I can change the costume, the detection is in place I need a way to change the costume.
ItsArchived
Scratcher
5 posts

Pen Projectile ID'ing

sturdygriffin wrote:

The Pea Projectile is green and the fume projectile is purple. If you do not plan on using the same color, you could check which is which via this block:
touchingcolor?

I mean like so I can change the costume, the detection is in place I need a way to change the costume.

Powered by DjangoBB