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

#1 2013-01-01 22:17:57

Bbcrab1
Scratcher
Registered: 2012-12-21
Posts: 29

I need help -_-

Sooo... I am making a OS & I need to know a script like
If ____ = False
Brodcast _____
OR
If_____ = True
Swich to background _______


http://www.eggcave.com/egg/986308.pnghttp://www.eggcave.com/egg/995496.pnghttp://www.eggcave.com/egg/995494.png

Offline

 

#2 2013-01-01 22:36:46

Programmer_112
Scratcher
Registered: 2012-02-17
Posts: 100+

Re: I need help -_-

Use an if/else: c-block


http://i49.tinypic.com/rk60py.png

Offline

 

#3 2013-01-02 06:52:49

Aditya007
Scratcher
Registered: 2012-11-27
Posts: 63

Re: I need help -_-

Bbcrab1 wrote:

Sooo... I am making a OS & I need to know a script like
If ____ = False
Brodcast _____
OR
If_____ = True
Swich to background _______

its right, You only have wrote everything


Wolf_OS!!!  smile  Check My Stuff  tongue  Need Help?  Currently, I am http://blocks.scratchr.org/API.php?user=Aditya007&action=onlineStatus&type=square
http://i49.tinypic.com/15gy1j6.jpg

Offline

 

#4 2013-01-02 07:11:31

harleycurnow
Scratcher
Registered: 2009-01-09
Posts: 24

Re: I need help -_-

so do

if <x>
  y
else
  z
(first time using scratchblocks)

Offline

 

Board footer