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

#1 2010-05-31 16:28:55

krackers
Scratcher
Registered: 2010-05-08
Posts: 61

I just thought of a new block!

set [] to []

It would allow you to set mouse x, mouse y, and whatnot!

Offline

 

#2 2010-05-31 17:28:34

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: I just thought of a new block!

Good idea


You can now reach me on Twitter @johnnydean1_

Offline

 

#3 2010-05-31 17:32:58

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: I just thought of a new block!

But... You could take over someone's computer!


-End Transmission-

Offline

 

#4 2010-05-31 17:34:04

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

Re: I just thought of a new block!

Great idea! Just so long as it stays within the boundaries of the project viewer, it should work great (Ahem, iCode?)  big_smile

Offline

 

#5 2010-05-31 22:13:05

krackers
Scratcher
Registered: 2010-05-08
Posts: 61

Re: I just thought of a new block!

Exactly. It could be helpful for setting the time to some value in order to test something. Or create a project that shift clicks the R to help the newbies. I don't think anything will work out of the vm though. Or you can create a project that creates a project that creates a project....

Not just for the mouse though. It would be for any reporter and boolean.

Offline

 

#6 2010-06-01 01:33:01

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: I just thought of a new block!

Would there be a way to escape the trap of getting your mouse stuck?  neutral


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#7 2010-06-01 01:52:17

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: I just thought of a new block!

Maybe a "home key", press that and the project stops.


Hai.

Offline

 

#8 2010-06-01 04:28:41

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: I just thought of a new block!

fg123 wrote:

Maybe a "home key", press that and the project stops.

Brilliant!

I hate to spam, but please look at this: http://scratch.mit.edu/forums/viewtopic.php?pid=407415#p407415


-End Transmission-

Offline

 

#9 2010-06-01 04:49:16

MyRedNeptune
Community Moderator
Registered: 2007-05-07
Posts: 1000+

Re: I just thought of a new block!

fg123 wrote:

Maybe a "home key", press that and the project stops.

But even so the leetle children would be terrified. D8

I'm not sure I'm with this suggestion... I don't think it would be really useful, but maybe that's just me.  tongue


http://i52.tinypic.com/5es7t0.png I know what you're thinking! "Neptune! Get rid of those filthy advertisements and give us back the Zarathustra siggy, you horrible person!" Well, don't worry about it, the Zara siggy will be back soon, new and improved! ^^ Meanwhile, just do what the sig tells you to. >.>

Offline

 

#10 2010-06-04 08:53:12

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: I just thought of a new block!

krackers wrote:

set [] to []

It would allow you to set mouse x, mouse y, and whatnot!

That would not work.

[set [hello] to [world]]

How can you set a string to another?

Reporters, report certain functions, that should not be set. If you wish to mess with them, you might be able to make variables that imitate the functions:

[set [variable v] to [0]]
[forever]
[ [change [variable v] by (1)]
[ [wait (1) secs]
[          ]

And [variable] is the timer. Now you can use the

[set [variable v] to [ ]]

block to set the timer to a certain time.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

Board footer