Discuss Scratch

Chiky_nugssss
Scratcher
19 posts

I am trying to make a clicker game with a shop, but I can't get the shop music to stop when I am not in shop

https://scratch.mit.edu/projects/1306150232/
Go to backdrop to see problem
ilikerats4
Scratcher
100+ posts

I am trying to make a clicker game with a shop, but I can't get the shop music to stop when I am not in shop

fixed it and fix backdrop and fix the guy from link https://scratch.mit.edu/projects/1306599473 sorry if this messes up any of other code or anything or if this ruins it, but yeah your welcome! (also no i did not play the game but i will play it when its enterliey finished because it seems fun! and i dont wanna ruin the suprise )
Chiky_nugssss
Scratcher
19 posts

I am trying to make a clicker game with a shop, but I can't get the shop music to stop when I am not in shop

broadcast [ Fix (second)]

This is not needed
Thank you
Chiky_nugssss
Scratcher
19 posts

I am trying to make a clicker game with a shop, but I can't get the shop music to stop when I am not in shop

Btw you have a tribute
Try the game out
Chiky_nugssss
Scratcher
19 posts

I am trying to make a clicker game with a shop, but I can't get the shop music to stop when I am not in shop

Chiky_nugssss
Scratcher
19 posts

I am trying to make a clicker game with a shop, but I can't get the shop music to stop when I am not in shop

when green flag clicked
hide
forever
create clone of [myself v]
wait (1) seconds
end

when I start as a clone
go to x: (pick random (-200) to (200)) y: (180)
switch costume to (pick random (1) to (4))
show
repeat until <touching [Player v]?> or <(y position) < [-170]>
change y by (-5)
end
if <touching [Player v]?> then
change [Score v] by (1)
end
delete this clone
just testing blocks for game

Powered by DjangoBB