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

#1 2012-05-14 22:56:26

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

< and > scratchblocks

How come they work when I do this?

when gf clicked 
forever 
if < <x position> > [480] >
do stuff
end

Offline

 

#2 2012-05-15 00:51:05

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: < and > scratchblocks

TorbyFork234 wrote:

How come they work when I do this?

when gf clicked 
forever 
if < <x position> > [480] >
do stuff
end

Do you mean this?

when gf clicked 
forever 
if < (x position) > (480) >
do stuff
end


http://trinary.tk/images/signature_.php

Offline

 

#3 2012-05-15 09:48:37

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: < and > scratchblocks

trinary wrote:

TorbyFork234 wrote:

How come they work when I do this?

when gf clicked 
forever 
if < <x position> > [480] >
do stuff
end

Do you mean this?

when gf clicked 
forever 
if < (x position) > (480) >
do stuff
end

Yes, looking at your scratchblocks I figured out the problem. Thanks!

Offline

 

#4 2012-05-15 10:09:00

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: < and > scratchblocks

Closed by request of the topic owner.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

Board footer