Discuss Scratch

Footnuggethole13
Scratcher
1 post

i need help making a rebirth in my clicker game

Nezon
Scratcher
1000+ posts

i need help making a rebirth in my clicker game

Stop spamming!

Reporting to be closed.
TechKid22
Scratcher
500+ posts

i need help making a rebirth in my clicker game

tr33guy11 wrote:

when you rebirth you lose everything like you money goes to zero but when you click instead of 1 you get 2
Script:

when green flag clicked
if <(rebirth) = [1]> then
set [Money v] to [0]
set [Rebirth v] to [1]

end

when green flag clicked
set [rebirth v] to [0]

when this sprite clicked
if <[rebirth] = [1]> then
change [Money v] by ($2)
else
change [Money v] by ($1)
end

Powered by DjangoBB