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

#1 2011-07-18 17:37:07

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

I Need Help!

ok, you know how when u right click on a block, and hit help and a menu pops up. how do i do that with blockspecs?
i tried the scratch skin folder. and nothing works. my block specs are

Code:

 pi^2, e^pi, e^2, e, pi, [shuffle][thing], letter () of alphabet, quit, report error, pause, go to url [] prefix included? <>, if touching sprite [|], bounce, change stretch by (), set stretch to (), stretch amount, pen size, and pen shade.

.

Last edited by poemon1 (2011-07-26 21:01:58)


http://i47.tinypic.com/rrqe13.gif

Offline

 

#2 2011-07-18 18:28:41

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: I Need Help!

poemon1 wrote:

ok, you know how when u right click on a block, and hit help and a menu pops up. how do i do that with blockspecs?
i tried the scratch skin folder. and nothing works. my block specs are

Code:

 pi^2, e^pi, e^2, e, pi, [shuffle][thing], letter () of alphabet, quit, report error, pause, go to url [] prefix included? <>, if touching sprite [|], bounce, change stretch by (), set stretch to (), stretch amount, pen size, and pen shade.

.

DOES ANYONE HAVE A REPLY TO THIS!?!?!?!?

Code:

 please reply

http://i47.tinypic.com/rrqe13.gif

Offline

 

#3 2011-07-18 18:34:35

Baderous
New Scratcher
Registered: 2011-04-14
Posts: 100+

Re: I Need Help!

I don't understand what you want to do, please provide a clearer explanation.

Offline

 

#4 2011-07-18 19:27:16

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: I Need Help!

Baderous wrote:

I don't understand what you want to do, please provide a clearer explanation.

ok, you know when u have a block and right click it and click help? i made some blocks and i want to know how to get a help menu on the blocks i made


http://i47.tinypic.com/rrqe13.gif

Offline

 

#5 2011-07-18 19:53:19

LordSydney
Scratcher
Registered: 2011-04-20
Posts: 100+

Re: I Need Help!

If you mean a BYOB they don't have help since they didn't exist before you made them...Only normal Scratch blocks have help.

Last edited by LordSydney (2011-07-18 19:54:45)


Need help with BBCode?
http://i.imgur.com/IfWrL.gifAlso check this out!http://i.imgur.com/YgF2v.gif

Offline

 

#6 2011-07-18 20:23:15

Barf_Bag
Scratcher
Registered: 2011-07-10
Posts: 100+

Re: I Need Help!

LordSydney wrote:

If you mean a BYOB they don't have help since they didn't exist before you made them...Only normal Scratch blocks have help.

He wants to know how to make a help for that block


http://i56.tinypic.com/33tiavp.png

Offline

 

#7 2011-07-18 20:42:03

Baderous
New Scratcher
Registered: 2011-04-14
Posts: 100+

Re: I Need Help!

Take a look at BlockMorph>>presentHelpScreen. It calls ScratchFrameMorph>>presentHelpScreen: passing a string as the argument that is the name of the image file under Scratch/Help/en (or folder for other language, if it exists) that contains the help for the block. In short, the help is an image that you have to load from that folder, so you will have to create an help image somehow, add it to that folder, and then add some code in the helpScreenName of the type of block you're creating in order to create a match for your filename.

Offline

 

#8 2011-08-02 20:41:19

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: I Need Help!

Baderous wrote:

Take a look at BlockMorph>>presentHelpScreen. It calls ScratchFrameMorph>>presentHelpScreen: passing a string as the argument that is the name of the image file under Scratch/Help/en (or folder for other language, if it exists) that contains the help for the block. In short, the help is an image that you have to load from that folder, so you will have to create an help image somehow, add it to that folder, and then add some code in the helpScreenName of the type of block you're creating in order to create a match for your filename.

sorry late reply... THXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.......................... many more "thx" later ps why do i always reply VERY late?


http://i47.tinypic.com/rrqe13.gif

Offline

 

#9 2011-08-03 03:46:22

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I Need Help!

Sorry, you've puzzled me now!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#10 2011-08-03 16:11:24

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: I Need Help!

WindowsExplorer wrote:

Sorry, you've puzzled me now!

i got it


http://i47.tinypic.com/rrqe13.gif

Offline

 

Board footer