This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » FAQ
  •  » Have a question about Scratch? Search the Scratch Website FAQ Page!

#51 2010-08-27 18:20:59

Bentheneighbor
Scratcher
Registered: 2008-12-24
Posts: 100+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

Im having problems with black on the painting system.  I have an all black background, and a partially black sprite, but instead of being the same color, the sprite is slightly paler, it looks slightly blue.  There are no effects, and its the same color in paint.  It is very unpredictable when this happens too, sometimes it only happens when in presentation mode or while its playing.  This is probably just a glitch, but does anyone know how to fix it?


"Something most Flash developers couldn't do."/"If 50 people did this, I would be amazed."/"Truly the best game on Scratch."/"So realistic, dark, and even beautiful, this game is better than 90% of escape games!" Real comments! CLICK HERE to see for yourself!

Offline

 

#52 2010-09-02 10:15:17

johndo77
Scratcher
Registered: 2010-07-30
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

Is there any way to make a sprite say all of the items in a list?


Crizapples

Offline

 

#53 2010-09-02 11:01:11

DistantVisit
Scratcher
Registered: 2010-07-29
Posts: 100+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

johndo77 wrote:

Is there any way to make a sprite say all of the items in a list?

Actually, there is a way to do so!

The code you would have to use is:

[blocks]
<say[(Insert the List oval block here)  ]for(  )secs>
[/blocks]


If you would like an example you should check out this project too:
http://scratch.mit.edu/projects/a1130/804053

Please feel free to ask questions about scratch when needed.

Offline

 

#54 2010-09-02 20:26:13

johndo77
Scratcher
Registered: 2010-07-30
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

DistantVisit wrote:

johndo77 wrote:

Is there any way to make a sprite say all of the items in a list?

Actually, there is a way to do so!

The code you would have to use is:

[blocks]
<say[(Insert the List oval block here)  ]for(  )secs>
[/blocks]


If you would like an example you should check out this project too:
http://scratch.mit.edu/projects/a1130/804053

Please feel free to ask questions about scratch when needed.

I want it to say ALL of the items in the list when I don't know how many there are.


Crizapples

Offline

 

#55 2010-09-02 22:31:03

coppearlix
Scratcher
Registered: 2010-01-31
Posts: 500+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

johndo77 wrote:

DistantVisit wrote:

johndo77 wrote:

Is there any way to make a sprite say all of the items in a list?

Actually, there is a way to do so!

The code you would have to use is:

[blocks]
<say[(Insert the List oval block here)  ]for(  )secs>
[/blocks]


If you would like an example you should check out this project too:
http://scratch.mit.edu/projects/a1130/804053

Please feel free to ask questions about scratch when needed.

I want it to say ALL of the items in the list when I don't know how many there are.

DistantVisit is right... "The List oval block" is the one that says the list's name. When that code is carried out, the sprite says all of the items at once.


The Gobo has transformed--into the Gobony!
It's ALIIIIVE!

Offline

 

#56 2010-09-03 12:23:12

johndo77
Scratcher
Registered: 2010-07-30
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

coppearlix wrote:

johndo77 wrote:

DistantVisit wrote:


Actually, there is a way to do so!

The code you would have to use is:

[blocks]
<say[(Insert the List oval block here)  ]for(  )secs>
[/blocks]


If you would like an example you should check out this project too:
http://scratch.mit.edu/projects/a1130/804053

Please feel free to ask questions about scratch when needed.

I want it to say ALL of the items in the list when I don't know how many there are.

DistantVisit is right... "The List oval block" is the one that says the list's name. When that code is carried out, the sprite says all of the items at once.

Yes! It does work. I thought coppearlix was talking about the oval block that says <item [x] of list. Thank you!


Crizapples

Offline

 

#57 2010-09-14 13:10:09

alphab
New Scratcher
Registered: 2010-09-13
Posts: 1

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

how do you make a wall as if it was a floor map and u bump into and not bounce off

Offline

 

#58 2010-09-16 11:02:47

curtburger
New Scratcher
Registered: 2010-07-01
Posts: 10

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

how do you make tha sprite follow a line
plaese help


http://i.imgur.com/uAEHq.jpg

Offline

 

#59 2010-09-24 20:18:16

johndo77
Scratcher
Registered: 2010-07-30
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

curtburger wrote:

how do you make tha sprite follow a line
plaese help

http://scratch.mit.edu/projects/zxcvbnmkj/1270792


Crizapples

Offline

 

#60 2010-10-02 19:14:20

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

Sandy321 wrote:

how do u make a hyperlink to ur projects in the forums

Hi Sandy321,

You can make hyperlinks by typing [url] and [/url] around your the URL you want to link to.

Additionally, if you want to put your own text in there, you can type [url=(INSERT URL HERE)](INSERT TEXT HERE)[/url]. Hopefully that helps you!

Offline

 

#61 2010-10-03 00:23:49

mathematics
Scratcher
Registered: 2009-03-01
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

coolstuff wrote:

Sandy321 wrote:

how do u make a hyperlink to ur projects in the forums

Hi Sandy321,

You can make hyperlinks by typing [url] and [/url] around your the URL you want to link to.

Additionally, if you want to put your own text in there, you can type [url=(INSERT URL HERE)](INSERT TEXT HERE)[/url]. Hopefully that helps you!

...but I don't think a New Scratcher can do so.

Offline

 

#62 2010-10-03 07:32:13

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

mathematics wrote:

coolstuff wrote:

Sandy321 wrote:

how do u make a hyperlink to ur projects in the forums

Hi Sandy321,

You can make hyperlinks by typing [url] and [/url] around your the URL you want to link to.

Additionally, if you want to put your own text in there, you can type [url=(INSERT URL HERE)](INSERT TEXT HERE)[/url]. Hopefully that helps you!

...but I don't think a New Scratcher can do so.

I am actually quite sure that rule was changed.

Offline

 

#63 2010-10-03 23:36:27

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

coolstuff wrote:

mathematics wrote:

coolstuff wrote:

Hi Sandy321,

You can make hyperlinks by typing [url] and [/url] around your the URL you want to link to.

Additionally, if you want to put your own text in there, you can type [url=(INSERT URL HERE)](INSERT TEXT HERE)[/url]. Hopefully that helps you!

...but I don't think a New Scratcher can do so.

I am actually quite sure that rule was changed.

What? I thought New Scratchers weren't supposed to be able to post links; you know, protection against commercial spammers and such.  hmm

Last edited by Jonathanpb (2010-10-03 23:36:47)


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#64 2010-10-04 07:28:24

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

Jonathanpb wrote:

coolstuff wrote:

mathematics wrote:


...but I don't think a New Scratcher can do so.

I am actually quite sure that rule was changed.

What? I thought New Scratchers weren't supposed to be able to post links; you know, protection against commercial spammers and such.  hmm

Nope, it works, apparently.

Offline

 

#65 2010-10-04 23:57:02

glitchfinder
Scratcher
Registered: 2010-04-15
Posts: 500+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

guys, how come <if> doesn't work on scratch?


http://scratch.mit.edu/static/projects/armada-co/1516200_sm.pngARMADA-co-Founder
Check out my site: http://glitchfinder.weebly.com/index.html

Offline

 

#66 2010-10-05 03:20:06

OmgItsSuzi
New Scratcher
Registered: 2010-10-05
Posts: 2

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

Hey I'm a newb to scratch,

I was wondering how I could make animations on gimp and post them on scratch, and if that is possible?

Thanka Bye xD

Offline

 

#67 2010-10-05 16:30:44

johndo77
Scratcher
Registered: 2010-07-30
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

OmgItsSuzi wrote:

Hey I'm a newb to scratch,

I was wondering how I could make animations on gimp and post them on scratch, and if that is possible?

Thanka Bye xD

You take a screenshot of each panel and import them into Scratch using the IMPORT button on the top of the costumes screen.


Crizapples

Offline

 

#68 2010-10-05 17:46:39

OmgItsSuzi
New Scratcher
Registered: 2010-10-05
Posts: 2

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

I have another question :S

Can I upload from pivot ?!

Offline

 

#69 2010-10-07 18:45:20

Air_Guitarist
New Scratcher
Registered: 2010-10-07
Posts: 1

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

hey people i have the same kind of issue as @OmgItsSuzi. how can i upload from pivot 3 beta?

Offline

 

#70 2010-10-07 18:46:46

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

You'll have to export it as a GIF and then import it into Scratch... I'm not entirely sure how you'd export - I use Pivot 2, and only rarely - but importing is the same as any other image, except you need to import as a costume rather than a sprite.

Offline

 

#71 2010-10-08 10:22:08

13yapay1
New Scratcher
Registered: 2010-10-08
Posts: 1

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

I have a spritesheet and i want to dump it all into scratch, but it only allows me to import one sprite at a time.

Is there a faster way???

Offline

 

#72 2010-10-08 13:27:59

Wolfie1996
Retired Community Moderator
Registered: 2009-07-08
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

13yapay1 wrote:

I have a spritesheet and i want to dump it all into scratch, but it only allows me to import one sprite at a time.

Is there a faster way???

This thread might help you with importing multiple sprites, providing they are all in the same folder  smile


"...Jargon - the practice of never calling a spade a spade, when you might instead call it a manual earth-restructing implement..." - Bill Bryson, Mother Tongue

Offline

 

#73 2010-10-14 19:09:11

Sandy321
Scratcher
Registered: 2010-09-26
Posts: 100+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

in the forums page it says im a new scratcher how long is it untill im a scratcher? An dwhy do i have to wait 600 seconds between posts?

Offline

 

#74 2010-10-14 21:52:50

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

Sandy321 wrote:

in the forums page it says im a new scratcher how long is it untill im a scratcher? An dwhy do i have to wait 600 seconds between posts?

That's because you're a new Scratcher. If you are a helpful, active, and kind member of the community, you'll be upgraded to full Scratch status, at which point you'll be able to make posts every sixty seconds, which you'll barely even notice.

Offline

 

#75 2010-11-03 20:44:10

Rainears
Scratcher
Registered: 2009-07-12
Posts: 1

Re: Have a question about Scratch? Search the Scratch Website FAQ Page!

Excuse me, how do you delete all of your comments?

Offline

 
  • Index
  •  » FAQ
  •  » Have a question about Scratch? Search the Scratch Website FAQ Page!

Board footer