Discuss Scratch

Euzcom
Scratcher
6 posts

Scratch Coding

I've got a question;

How do you make a block that can let people get to a specific thing, like if people loved and favorited your project, the game would give them..
Lets just call it VIP.

How would you use the blocks to code that? :|


BigNate469
Scratcher
500+ posts

Scratch Coding

It's possible to find the coordinates of the like and favorite buttons, stick a sprite there and listen for clicks. However, the instant a user reloads or leaves your project, (or even just hits the green flag again) the script will reset itself.

Also, don't abuse this information and make it so that people have to like and fav to use your project. That would be against the community guidelines.

Highlight any part of this signature and press ctrl+shift+down arrow to see the rest of it
forever
if <person asks [what's a signature] :: sensing> then
Redirect to [https://en.scratch-wiki.info/wiki/Signature] :: motion
end
end
Please read the list of Officially Rejected Suggestions before posting a suggestion for Scratch! 100th post
This signature is designed to be as helpful as possible.
View all of the topics you've posted in:
https://scratch.mit.edu/discuss/search/?action=show_user&show_as=topics
View all of your posts:
https://scratch.mit.edu/discuss/search/?action=show_user&show_as=posts
Forum tips:
Don't title topics something like “HELP ME!!!”. It's not helpful, and won't get you as many responses.
Don't post in topics where the latest post is over ~2 months old, unless you have something critical to add. Especially in topics that are several years old- it isn't helpful, and is known as necroposting.
Don't post unrelated things in topics, including questions of your own. Make a new topic for your questions.
You can use the
 [code] and [/code] 
tags to show other users how to format something that Scratch would otherwise format.
You can use the
 [color=color name or hexadecimal value here] and [/color] 
tags to color text.
Little-known Scratch URLs:
scratch.pizza (redirects to main page)
https://scratch.mit.edu/projects/PROJECT ID HERE/remixtree (replace “PROJECT ID HERE” with project id number. Shows all the remixes of the project, and the remixes of those projects, and the remixes of those projects, and so on, as a chart. Link currently redirects to one of my projects)
Euzcom
Scratcher
6 posts

Scratch Coding

thank you!

Powered by DjangoBB