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

#1 2012-12-15 22:22:12

scratchU8
Scratcher
Registered: 2009-09-08
Posts: 100+

When not clicking an object?

I'm making a game, where I want it to be like, When Terrain clicked, set Clicking to 1, else set Clicking to 0 (Or, like, when terrain is not clicked, set clicking to 0) and I don't mean the <mouse down?> block that is for clicking the project in general, I'm talking about the sprite itself.

Is it possible to do this?

Offline

 

#2 2012-12-15 22:51:02

zubblewu
Scratcher
Registered: 2011-02-17
Posts: 1000+

Re: When not clicking an object?

Mouse down and touching mouse pointer?…


........................................................................................................................................................................................................................................

Offline

 

#3 2012-12-15 22:52:24

scratchU8
Scratcher
Registered: 2009-09-08
Posts: 100+

Re: When not clicking an object?

That might just be crazy enough to work. o3o
EDIT: Golly, that didn't work. D:

Last edited by scratchU8 (2012-12-15 22:54:12)

Offline

 

#4 2012-12-16 10:19:33

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: When not clicking an object?

zubblewu wrote:

Mouse down and touching mouse pointer?…

He wants NOT.

wait until <not <<touching [mouse-pointer v]?> and <mouse down?>>>
Or forever if or something.
I'm going to add this to my script pack!

Last edited by Firedrake969 (2012-12-16 10:19:56)


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

Board footer