Discuss Scratch

guywithabeanie
Scratcher
6 posts

how to make a love and fave detector

i need help making a love and fave detector to make my project pop out a bit more! i already know how to do when stop sign clicked, but i feel like it isnt enough… and for those of you who dont know how to do when stop sign clicked heres how:

when green flag clicked
forever
reset timer
end

when [timer] > (0.000001)

then put whatever you want to under the when timer below 0.000001
Vibrato
Scratcher
1000+ posts

how to make a love and fave detector

first of all the stop sign is completely unrelated.

Anyway
the trick is to make a sprite that overlaps with the love sign on the project, and another for the fave, and then you put this script.

when this sprite clicked
change [loves v] by (1)
and similar for the fave. Search for a tutorial for more info, I believe there's a good one by quiccha
guywithabeanie
Scratcher
6 posts

how to make a love and fave detector

i will check this discussion ever few hours btw.
Vibrato
Scratcher
1000+ posts

how to make a love and fave detector

guywithabeanie wrote:

i will check this discussion ever few hours btw.
Ok.

but you might not need to if you already have gotten a solution
guywithabeanie
Scratcher
6 posts

how to make a love and fave detector

Vibrato wrote:

first of all the stop sign is completely unrelated.

Anyway
the trick is to make a sprite that overlaps with the love sign on the project, and another for the fave, and then you put this script.

when this sprite clicked
change [loves v] by (1)
and similar for the fave. Search for a tutorial for more info, I believe there's a good one by quiccha

thanks for the info! i appreciate it!
Fearlessthewolf
Scratcher
44 posts

how to make a love and fave detector

Basically, put a sprite offscreen where the love and fave button is, and then make
when this sprite clicked
change [Whatever v] by (what you want)

Powered by DjangoBB