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

#1 2013-03-21 16:45:59

AlmightyPush
Scratcher
Registered: 2012-07-06
Posts: 4

Effects.

I'm currently in development of a game. I'm only on the Main Menu stage for it and I want to be able to create some kind of effects for the menu buttons when the mouse touches the button. Can anyone give some suggestions of how to make some good effects ?(different costumes, brightness change etc.)

Offline

 

#2 2013-03-22 10:00:07

newnewfew
Scratcher
Registered: 2013-02-23
Posts: 68

Re: Effects.

when gf clicked
forever if <touching [mouse pointer]>
 set [brightness] effect to [60]
end


It's contest time!
http://scratch.mit.edu/projects/newnewfew/3218957

Offline

 

#3 2013-03-22 14:19:56

AlmightyPush
Scratcher
Registered: 2012-07-06
Posts: 4

Re: Effects.

newnewfew wrote:

when gf clicked
forever if <touching [mouse pointer]>
 set [brightness] effect to [60]
end

For some odd reason, that doesn't seem to work. It's like the overall Brightness block is broken.

Offline

 

Board footer