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

#1 2012-07-31 22:44:57

lithor
New Scratcher
Registered: 2012-07-25
Posts: 13

Making an easter egg on scratch

Im trying to make an easter egg on my Diamond Boreness games or maybe some more  yikes ! who knows?
Heres what i did:

when gf clicked
hide
wait until <end=185>
show
when [Sprite9 v] is clicked
broadcast <+25>
when i recieve <+25>
set <score v> to 450
play drum [52 v] for (0.2) beats
hide

Offline

 

#2 2012-07-31 22:48:32

lithor
New Scratcher
Registered: 2012-07-25
Posts: 13

Re: Making an easter egg on scratch

Something like that just that with the good ones xD
any help on how to make it work?

Offline

 

#3 2012-08-01 01:27:01

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Making an easter egg on scratch

lithor wrote:

Im trying to make an easter egg on my Diamond Boreness games or maybe some more  yikes ! who knows?
Heres what i did:

when gf clicked
hide
wait until <<end>=(185)>
show
when Sprite9 clicked
broadcast [+25 v]
when i receive [+25 v]
set [score v] to (450)
play drum [52 v] for (0.2) beats
hide

I fixed your scratchblocks. This script will set the score to 450 when sprite 9 is clicked. If your score is already above 450 then it is not much of an easter egg. Try putting this block:

change [score v] by (450)
Instead of this block:
set [score v] to (450)
instead of

Last edited by JH1010 (2012-08-01 01:32:29)

Offline

 

#4 2012-08-01 03:27:14

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: Making an easter egg on scratch

Here is an easter egg I added to my game, when you type out the cheat, it does somthing.


when gf clicked

wait until <key [l v] pressed?>

wait until <key [o v] pressed?>

wait until <key [l v] pressed?>

wait until <key [z v] pressed?>

broadcast [somthing v]


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

Board footer