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

#1 2012-04-06 12:29:38

pkmaster218
Scratcher
Registered: 2009-11-05
Posts: 2

Set Boundaries?

How would i say set boundaries for where a scratch sprite can or cant go?

Offline

 

#2 2012-04-06 14:39:40

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: Set Boundaries?

Well, I could come up with a script but it may interfere with the rest of your scripts. If the blocks shown below don't work, upload the project and I'll edit it for ya.

When flag clicked
forever if (x position) < (100)
go to x: 1 y: 1

Last edited by stevetheipad (2012-04-06 14:40:10)


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

Board footer