Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » 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.
Reporting to be closed.
- TechKid22
-
Scratcher
500+ posts
i need help making a rebirth in my clicker game
when you rebirth you lose everything like you money goes to zero but when you click instead of 1 you get 2Script:
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
- Discussion Forums
- » Help with Scripts
-
» i need help making a rebirth in my clicker game


