BYOB operators:
< (first) is divisible by (second) >
code:
report <( (( <{ first }> <mod> <{ second }> )) <=> 0 )>[/blocks]
too lazy to upload pic
Last edited by scimonster (2011-01-31 07:47:41)
Offline
nickbrickmaster wrote:
Is there a "create .txt file of list _"?
right click on the list, then click export.
Offline
scimonster wrote:
Do you want me too make a thing for how to open the system browser for scratch?
I have a project you can link to also. How to open the System Browser to add blocks
I made this guide. It's sparks-approved...
Offline
evry time i tri to make a panther block it wont let me copy or paist code.
Offline
?????
Offline
it wont let me copy or paist code in panther
Offline
for the block library for panther can you add these blocks? dont expect much im just a begginer.
Block name code:Glide $Number$ to a random position
Block code:self glideSecs: (t1) to X: (RandomGen next) y:(RandomGen next) from: (t1)
Offline
and this?:
block code:change costume by $Number$
block code:self costumeIndex: self costumeIndex + t1
Offline
Copy of the panther block for scratch:
spec:
('open scratch user page for %s' #- #openUserFor: )
method:
openUserFor: t1
Cursor wait showWhile: [ScratchPlugin primOpenURL: 'http://scratch.mit.edu/users/', t1]
Offline
Lightning1234 wrote:
Im new so what does BYOB do?
BYOB lets you put block together to make new blocks. There are a bunch of tutorial on their site.
Offline
BTW: the Scratch block I copied the image of has an incorrect blockspec. ('%s as boolean' #b #stringAsBoolean:)
Offline
supergarfield wrote:
it wont let me copy or paist code in panther
It's 'paste', not 'paist'.
Offline
How far are you with the updates sparks?
Offline
frowned wrote:
NEW BLOCK:
Code:
('Mail from %s to %s with contents %s' #- #mailFrom:to:text:)
code?
Offline
Pecola1 wrote:
Me too. Whens your birthday? mines feb 5
*hint* *hint*!
Reposting for no reason AT ALL! JK
Offline
Pecola1 wrote:
Pecola1 wrote:
Me too. Whens your birthday? mines feb 5
*hint* *hint*!
Reposting for no reason AT ALL! JK
Happy Birthday! How old will you be?
Offline
Pecola1 wrote:
Pecola1 wrote:
Me too. Whens your birthday? mines feb 5
*hint* *hint*!
Reposting for no reason AT ALL! JK
Don't expect me to give you a birthday present
Offline
[request] (pixel [color/shade] of x: () y: ()) [/request]
Last edited by Hardmath123 (2011-02-03 09:02:12)
Offline
Hardmath123 wrote:
[request] (pixel [color/shade] of x: () y: ()) [/request]
For what? Panther? Scratch?
Offline
scimonster wrote:
Hardmath123 wrote:
[request] (pixel [color/shade] of x: () y: ()) [/request]
For what? Panther? Scratch?
SCRATCH
Offline
New block:
Enable Remote sensor connections:
('enable remote sensor conn.' #- #enableremotesensorconnections)
enableremotesensorconnections | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 startHostingScratchSession
Offline
frowned wrote:
New block:
Enable Remote sensor connections:Code:
('enable remote sensor conn.' #- #enableremotesensorconnections)Code:
enableremotesensorconnections | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 startHostingScratchSession
Cool, but that should be a host mesh block.
Offline
ProgrammingFreak wrote:
Pecola1 wrote:
Pecola1 wrote:
Me too. Whens your birthday? mines feb 5
*hint* *hint*!
Reposting for no reason AT ALL! JKHappy Birthday! How old will you be?
13.
Offline