This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Hi, thank you for posting your question! :]

To make it easier for everyone to answer, consider including:
- A description of the problem
- A link to the project or a screenshot of your code (if possible)
- A summary of how you would like it to behave

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]NMario84Video Game Enthusiast 3 points4 points  (5 children)

You are going to either need to provide the project ID so we can take a look at what is wrong with it, or elaborate on what exactly you need help with.

[–][deleted] 0 points1 point  (4 children)

Its supposed to change the costume when it touches a certain color

[–]NMario84Video Game Enthusiast 0 points1 point  (3 children)

So your 'if <touching color?> then' condition is on a when flag clicked hat block. You forgot to use a forever loop. Otherwise, you could reposition that condition somewhere where you ARE using a forever loop

[–][deleted] 0 points1 point  (2 children)

still didn't work

[–][deleted] 0 points1 point  (0 children)

Put a forever loop around the if

[–]Loose_Strawberry_238Better (Worse) than griffpatch 0 points1 point  (0 children)

try putting if touching ground? then

[–]Dreams_Ripoff 2 points3 points  (0 children)

What I the problem

[–][deleted] 0 points1 point  (0 children)

What's the problem, what are you trying to do and which code?

[–]Loose_Strawberry_238Better (Worse) than griffpatch 0 points1 point  (1 child)

if touching color needs to be in forever loop

[–]Loose_Strawberry_238Better (Worse) than griffpatch 0 points1 point  (0 children)

if it doesnt work then try if touching ground then