This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-10-29 22:28:32

ruggboy1
Scratcher
Registered: 2010-09-24
Posts: 61

New Idea: Rewards

Please do this!

http://scratch.mit.edu/projects/ruggboy1/1383656

Offline

 

#2 2010-10-30 01:41:07

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: New Idea: Rewards

Scratch isn't a gaming website...  hmm  And this would be rather hard to implement; there would have to be a database of rewards and such.


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#3 2010-10-30 01:48:37

ruggboy1
Scratcher
Registered: 2010-09-24
Posts: 61

Re: New Idea: Rewards

Jonathanpb wrote:

Scratch isn't a gaming website...  hmm  And this would be rather hard to implement; there would have to be a database of rewards and such.

Roblox does something like it, so it isn't imposable. Mabye you only get to make a project with 1 reward on it, no more.

Offline

 

#4 2010-10-30 08:55:37

bagbag12
Scratcher
Registered: 2010-03-10
Posts: 2

Re: New Idea: Rewards

you can also programme something like that on scratch itself. For example On Eat Mario Bros. As Bowser:
---------------------------------------------
Make Variable: EatAmount
Create Sprite: Reward
----------------------------------------------
On (Backstage):

When (flag) Clicked
If :touching (Mario)
Set Variable(EatAmount) to (EatAmount)+1

If ((EatAmount) = (12)) Broadcast:reward 1
-----------------------------------------------------
On Sprite: (Reward1)

When I recieve:reward 1
Show
Wait (5) sec
Hide
--------------------------------------------------------
Give Me a link to the project so I can edit it for you.

-The Scratch Helping Team (bagbag12)

Offline

 

#5 2010-10-30 09:39:38

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: New Idea: Rewards

Great idea! But...

I don't think this idea would benefit Scratch terribly well... Scratch isn't a gaming website, as JonathanPB mentioned. Additionally, somebody could easily spam projects to get themselves rewards. And it seems like a lot of programming for something off-base of what Scratch is meant to be. This has been suggested many times in the past and never been implemented (example), so I'm pretty sure it isn't going to happen anytime soon as Scratch is meant to share your creations, not benefit off of them. In short: I'm not a huge supporter of this idea.

Offline

 

Board footer