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

#2576 2012-02-17 14:51:22

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: ITopic: Welcome to your local block library!

zippynk wrote:

djdolphin wrote:

I've got a new BYOB block:
http://test47.herobo.com/block.gif
The code is:
http://test47.herobo.com/script.gif
When the stage runs it, it reports false, and is pretty much self explanitory.

That can be done more easily.

if <(object [myself]) = (object [stage])>
  report [false]
else
  report [true]
end

Even simpler:

report <not<(object [myself v]) = (object [stage v])>>
or even:
report <(object [all sprites v]) contains (object [myself v])>


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#2577 2012-02-17 19:30:36

djdolphin
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: ITopic: Welcome to your local block library!

joefarebrother wrote:

zippynk wrote:

djdolphin wrote:

I've got a new BYOB block:
http://test47.herobo.com/block.gif
The code is:
http://test47.herobo.com/script.gif
When the stage runs it, it reports false, and is pretty much self explanitory.

That can be done more easily.

if <(object [myself]) = (object [stage])>
  report [false]
else
  report [true]
end

Even simpler:

report <not<(object [myself v]) = (object [stage v])>>
or even:
report <(object [all sprites v]) contains (object [myself v])>

I just realized that last one would work this morning.

Last edited by djdolphin (2012-02-17 19:32:08)

Offline

 

#2578 2012-02-19 08:32:07

TheCatAndTheBanana
Scratcher
Registered: 2008-03-21
Posts: 1000+

Re: ITopic: Welcome to your local block library!

How do i install the scratch ones?


My Newest Project!
Ceta? wat r u doin? CETA! STAHP!

Offline

 

#2579 2012-02-20 12:14:03

_-_-_-
New Scratcher
Registered: 2011-06-23
Posts: 7

Re: ITopic: Welcome to your local block library!

i've got a byob lock which I would like to coverted to panther, it also use the
'is %Number% a integer' Shared by sid_the_great
the specifications are:
Blockspec: 'Pick random Between %Number% and %Number% which is a multiple of %Number%' #r

Code:

Script Variables: Number
Set Number to:[Pick Random between t1 and t2
Repeat until <(Number / t3) is a integer?>
^Number

Offline

 

#2580 2012-02-21 15:40:37

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: ITopic: Welcome to your local block library!

_-_-_- wrote:

i've got a byob lock which I would like to coverted to panther, it also use the
'is %Number% a integer' Shared by sid_the_great
the specifications are:
Blockspec: 'Pick random Between %Number% and %Number% which is a multiple of %Number%' #r

Code:

Script Variables: Number
Set Number to:[Pick Random between t1 and t2
Repeat until <(Number / t3) is a integer?>
^Number

That code looks like it's in byob...  hmm

Offline

 

#2581 2012-02-23 16:49:01

tlangster
Scratcher
Registered: 2011-09-18
Posts: 100+

Re: ITopic: Welcome to your local block library!

I still don't know how to install Scratch Blocks... Can somebody help me?

EDIT : I posted this before I made a thread about it in the questions forum... Sorry, just bad timing and I forgot this was here  smile .

Last edited by tlangster (2012-02-25 13:08:50)


2.0 coming soon...

Offline

 

#2582 2012-02-23 17:12:53

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: ITopic: Welcome to your local block library!

tlangster wrote:

I still don't know how to install Scratch Blocks... Can somebody help me?

You've already made a thread about it...   hmm

Offline

 

#2583 2012-02-23 22:10:19

tlangster
Scratcher
Registered: 2011-09-18
Posts: 100+

Re: ITopic: Welcome to your local block library!

Do these work online or only offline?


2.0 coming soon...

Offline

 

#2584 2012-02-24 00:31:29

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: ITopic: Welcome to your local block library!

tlangster wrote:

Do these work online or only offline?

offline only.  wink


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#2585 2012-02-24 06:46:25

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: ITopic: Welcome to your local block library!

is somebody actually going to update?  hmm

Offline

 

#2586 2012-02-24 08:51:01

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: ITopic: Welcome to your local block library!

roijac wrote:

is somebody actually going to update?  hmm

Well, I use IE, so I don't have Antidote...   hmm

Offline

 

#2587 2012-02-24 10:29:01

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Offline

 

#2588 2012-02-24 16:24:40

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: ITopic: Welcome to your local block library!

I'm quite happy with IE, thank you.   tongue

Offline

 

#2589 2012-02-25 11:51:50

tlangster
Scratcher
Registered: 2011-09-18
Posts: 100+

Re: ITopic: Welcome to your local block library!

I have a request for a Panther block that can have a value for how many Panther blocks there are (like the following) :

(panther blocks in block library)
Thanks!!!


2.0 coming soon...

Offline

 

#2590 2012-02-26 04:21:49

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: ITopic: Welcome to your local block library!

tlangster wrote:

I have a request for a Panther block that can have a value for how many Panther blocks there are (like the following) :

(panther blocks in block library)
Thanks!!!

That block would be good for downloading all the blocks from the library.  big_smile


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#2591 2012-02-26 09:35:12

tlangster
Scratcher
Registered: 2011-09-18
Posts: 100+

Re: ITopic: Welcome to your local block library!

nathanprocks wrote:

tlangster wrote:

I have a request for a Panther block that can have a value for how many Panther blocks there are (like the following) :

(panther blocks in block library)
Thanks!!!

That block would be good for downloading all the blocks from the library.  big_smile

Exactly what I thought of doing!!!  smile


2.0 coming soon...

Offline

 

#2592 2012-02-27 19:15:53

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: ITopic: Welcome to your local block library!

Are you ever going to get this fixed so we don't need to use an antidote?

Offline

 

#2593 2012-02-27 19:21:43

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

Re: ITopic: Welcome to your local block library!

Me? The Scratch fora has completely blocked images, what can I do?  tongue


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

Offline

 

#2594 2012-03-03 15:27:00

MarioLuigi2009
Scratcher
Registered: 2009-12-26
Posts: 63

Re: ITopic: Welcome to your local block library!

when gf clicked
forever if <(Antidote) = [working]> //Wow, it works!
  say [Block library, back from the dead!]
else
  ur head asplode
end

when [this post v] clicked
nothing happens

Last edited by MarioLuigi2009 (2012-03-03 15:38:42)


http://mag.racked.eu/mcimage/i349/Achievement++get%21/Slammin+Salmon/mca.pnghttp://mag.racked.eu/mcimage/i5007/Achievement++get%21/Smile+for+the+camera/mca.pnghttp://mag.racked.eu/mcimage/i54/Achievement++get%21/Storin+dirt.../mca.pnghttp://www.minecraftanonymous.com/assets/banners/banner_78.png

Offline

 

#2595 2012-03-05 19:42:23

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: ITopic: Welcome to your local block library!

sparks wrote:

Me? The Scratch fora has completely blocked images, what can I do?  tongue

The blocklibrary needs its pictures, without any tricks.  If worse comes to worse, why not host the library on another site? Weren't there plans to do that anyway?

Offline

 

#2596 2012-03-05 20:03:17

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: ITopic: Welcome to your local block library!

LiquidMetal wrote:

sparks wrote:

Me? The Scratch fora has completely blocked images, what can I do?  tongue

The blocklibrary needs its pictures, without any tricks.  If worse comes to worse, why not host the library on another site? Weren't there plans to do that anyway?

That's currently under development. (Supposedly  tongue  XD)
Unless they stopped doing it when i was gone...
Sparks? You know about it right? XD


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#2597 2012-03-05 20:32:34

technoboy10
Scratcher
Registered: 2007-08-25
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Pecola1 wrote:

LiquidMetal wrote:

sparks wrote:

Me? The Scratch fora has completely blocked images, what can I do?  tongue

The blocklibrary needs its pictures, without any tricks.  If worse comes to worse, why not host the library on another site? Weren't there plans to do that anyway?

That's currently under development. (Supposedly  tongue  XD)
Unless they stopped doing it when i was gone...
Sparks? You know about it right? XD

http://blocks.scratchr.org/ is where it's hosted right now.


So long, 1.4.
http://goo.gl/3JEV9

Offline

 

#2598 2012-03-06 04:29:09

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

Re: ITopic: Welcome to your local block library!

Yes, I was quite happily working on that site, but there have been huge issues with SQL database storage that no one seems to be able to fix. I'm currently working on a website for my uni course too, so it's taken a bit of a back seat, sorry  hmm


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

Offline

 

#2599 2012-03-06 11:50:57

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: ITopic: Welcome to your local block library!

sparks wrote:

Yes, I was quite happily working on that site, but there have been huge issues with SQL database storage that no one seems to be able to fix. I'm currently working on a website for my uni course too, so it's taken a bit of a back seat, sorry  hmm

I've set some things up, and I'm willing to host the block library for you. I'll have the ip for it set up soon (you'll have a seperate one to the rest of the server.) and I'll send you the details so you can have a play around and notify me of anything before commiting to use it.


http://i.imgur.com/zeIZW.png

Offline

 

#2600 2012-03-07 16:33:23

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: ITopic: Welcome to your local block library!

sparks wrote:

Yes, I was quite happily working on that site, but there have been huge issues with SQL database storage that no one seems to be able to fix. I'm currently working on a website for my uni course too, so it's taken a bit of a back seat, sorry  hmm

What type of issues?

Offline

 

Board footer