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

#1 2009-02-03 13:50:06

Toasty
Scratcher
Registered: 2007-07-01
Posts: 500+

If you need help ........... ask me!

Hi to all new Scratchers,
I have been at Scratch for a while now and feel that maybe some New Members might need some help; whether it be with programming, or something a bit diferent. So if you are a New Scratch Member, and you have a problem, feel free to ask. But I assure you, I am making no promises, as I am not a brilliant ScratchR myself!
-Toasty


http://i44.tinypic.com/263wpxe.png
Lovin' Toast

Offline

 

#2 2009-02-06 20:06:43

legomaster64
Scratcher
Registered: 2007-10-21
Posts: 29

Re: If you need help ........... ask me!

How do you make a game save?


The guitarist of the band Social Issue

Offline

 

#3 2009-02-06 20:09:01

demosthenes
Retired Community Moderator
Registered: 2008-02-19
Posts: 1000+

Re: If you need help ........... ask me!

legomaster64 wrote:

How do you make a game save?

In the current version of scratch you can't save files.


I've taken a long hiatus, but I still visit sometimes. Give me some time to answer any messages you post on my projects!

Offline

 

#4 2009-02-07 10:44:19

Toasty
Scratcher
Registered: 2007-07-01
Posts: 500+

Re: If you need help ........... ask me!

legomaster64 wrote:

How do you make a game save?

how do you mean 'save'? As in save a word document or save your progress? If it is the latter as demosthenes said it isn't possible, although you could give out passwords, otherwise just click save at the top


http://i44.tinypic.com/263wpxe.png
Lovin' Toast

Offline

 

#5 2009-02-14 13:42:06

jfarmer
Scratcher
Registered: 2009-02-14
Posts: 1

Re: If you need help ........... ask me!

I don't have access to wireless internet so I can't use my OLPC laptop. However, I do have a regular computer with the internet, and I got my scratch project onto a flash drive. Can I upload the scratch project on a non olpc computer?

Last edited by jfarmer (2009-02-14 13:42:59)

Offline

 

#6 2009-02-14 16:16:16

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: If you need help ........... ask me!

jfarmer wrote:

I don't have access to wireless internet so I can't use my OLPC laptop. However, I do have a regular computer with the internet, and I got my scratch project onto a flash drive. Can I upload the scratch project on a non olpc computer?

As long as the computer has Scratch installed, yeah, you can.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#7 2009-02-14 23:30:01

MatthewMyerscough
Scratcher
Registered: 2009-02-14
Posts: 13

Re: If you need help ........... ask me!

can you get my ship to shoot?

http://scratch.mit.edu/projects/MatthewMyerscough/417044

please?
I need it to shoot in the direction it's facing...

Last edited by MatthewMyerscough (2009-02-14 23:30:46)


I like setting things on fire  big_smile  *sets sig on fire* *!

Offline

 

#8 2009-02-14 23:42:29

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: If you need help ........... ask me!

MatthewMyerscough wrote:

can you get my ship to shoot?

http://scratch.mit.edu/projects/MatthewMyerscough/417044

please?
I need it to shoot in the direction it's facing...

Here's The Version With Laser.
(Remember! Look At Scripts And Learn!  smile  )

Offline

 

#9 2009-02-15 01:14:12

MatthewMyerscough
Scratcher
Registered: 2009-02-14
Posts: 13

Re: If you need help ........... ask me!

another problem... nothing happens when you run into the astroid and the bullet doesnt do everything to it that its meant to...  sad  sorry...

Last edited by MatthewMyerscough (2009-02-15 01:16:34)


I like setting things on fire  big_smile  *sets sig on fire* *!

Offline

 

#10 2009-02-15 11:10:28

Toasty
Scratcher
Registered: 2007-07-01
Posts: 500+

Re: If you need help ........... ask me!

Don't worry. More to the point it should be me saying sorry, I am not amazing at programming and I tried to sort it ......... but it didn't happen. Sorry  sad


http://i44.tinypic.com/263wpxe.png
Lovin' Toast

Offline

 

#11 2009-02-16 01:37:05

MatthewMyerscough
Scratcher
Registered: 2009-02-14
Posts: 13

Re: If you need help ........... ask me!

Toasty wrote:

Don't worry. More to the point it should be me saying sorry, I am not amazing at programming and I tried to sort it ......... but it didn't happen. Sorry  sad

thats alright aatleast you tried  big_smile


I like setting things on fire  big_smile  *sets sig on fire* *!

Offline

 

#12 2009-02-26 20:40:42

Maramros
Scratcher
Registered: 2009-02-26
Posts: 4

Re: If you need help ........... ask me!

New random question:

hmm  How do I make and upload an animated avatar?  big_smile

Offline

 

#13 2009-02-26 20:44:58

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: If you need help ........... ask me!

U can make a animated avatar by just going into paint editer and drawing a sprite.
then go to paint new sprite and just change the sprite a little bit to make it do something like dance, ect. Then in the scripts section, have this script:

forever
next costume
wait .05 (or .1, whichever u like better)


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#14 2009-02-26 20:46:34

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: If you need help ........... ask me!

MatthewMyerscough wrote:

can you get my ship to shoot?

http://scratch.mit.edu/projects/MatthewMyerscough/417044

please?
I need it to shoot in the direction it's facing...

have a script for the bullet that says

when i recieve shoot
point in direction direction of ship
repeat until touching whatever sprite or edge
move 5 steps


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#15 2009-02-26 21:44:38

Maramros
Scratcher
Registered: 2009-02-26
Posts: 4

Re: If you need help ........... ask me!

uploading the avatars doesn't work. either: invalid filetype (scratch project) or too large. how do I save it the right way?


[blocks]<repeat until>[/blocks] answered
      tear hair
[blocks]<end>[/blocks]

          Fix

[blocks]<stop all>[/blocks]

tongue

Last edited by Maramros (2009-02-26 21:45:47)

Offline

 

#16 2009-02-27 11:32:21

Toasty
Scratcher
Registered: 2007-07-01
Posts: 500+

Re: If you need help ........... ask me!

if you right click on the avatar you want
then save picture as
save it where you can easily find it
then go onto upload
and it should work
if it was an animated one you will only get 1 costume
then you have to go to costumes
and click upload and upload the sprite again
and that should work

Hope this helps


http://i44.tinypic.com/263wpxe.png
Lovin' Toast

Offline

 

#17 2009-02-27 15:34:19

purplekittygirl509
Scratcher
Registered: 2007-11-17
Posts: 33

Re: If you need help ........... ask me!

legomaster64 wrote:

How do you make a game save?

again, I don't think it's possible to "save". do you mean saving progress so you can play from the same spot later? you might be able to have a checkpoint or something to let you go from a certain spot, but right now, i don't think Scratch has any sort of saving feature.  smile


http://internetometer.com/image/23604.png

Offline

 

#18 2009-02-27 15:38:41

purplekittygirl509
Scratcher
Registered: 2007-11-17
Posts: 33

Re: If you need help ........... ask me!

Maramros wrote:

New random question:

hmm  How do I make and upload an animated avatar?  big_smile

You can find an animation online and save it to upload, or if you want to make your own, it might be possible on programs like Photoshop. (my current icon has been changed on Photoshop. Remmber, save as a .GIF file.  smile


http://internetometer.com/image/23604.png

Offline

 

#19 2009-02-27 15:41:43

purplekittygirl509
Scratcher
Registered: 2007-11-17
Posts: 33

Re: If you need help ........... ask me!

bosox397 wrote:

U can make a animated avatar by just going into paint editer and drawing a sprite.
then go to paint new sprite and just change the sprite a little bit to make it do something like dance, ect. Then in the scripts section, have this script:

forever
next costume
wait .05 (or .1, whichever u like better)

but in the actual picture, it won't move. it helps if you open it in photoshop or something and save it as a .gif file.


http://internetometer.com/image/23604.png

Offline

 

#20 2009-02-27 15:43:26

purplekittygirl509
Scratcher
Registered: 2007-11-17
Posts: 33

Re: If you need help ........... ask me!

Toasty wrote:

if you right click on the avatar you want
then save picture as
save it where you can easily find it
then go onto upload
and it should work
if it was an animated one you will only get 1 costume
then you have to go to costumes
and click upload and upload the sprite again
and that should work

Hope this helps

you can actually probably open the costumes in photoshop, and by saving it as a .gif, you can animate it.


http://internetometer.com/image/23604.png

Offline

 

#21 2009-02-27 21:31:52

Maramros
Scratcher
Registered: 2009-02-26
Posts: 4

Re: If you need help ........... ask me!

Any way without Photoshop?

[blocks]<else>[/blocks]
[blocks]<set{ graphical editing program   }to( Photoshop[/blocks]

Offline

 

#22 2009-02-28 09:06:45

Pandapple
Scratcher
Registered: 2009-02-23
Posts: 2

Re: If you need help ........... ask me!

Hello I'm Pandapple  big_smile  I need to complete and evaluation for my Scratch Project that I have been making at home and school. This is the question that I need help on :

How could you use Scratch in the future (at school, home, or at work)?

Please help me as soon as possible.

Pandapple

Offline

 

#23 2009-02-28 09:54:59

Pandapple
Scratcher
Registered: 2009-02-23
Posts: 2

Re: If you need help ........... ask me!

why won''t anyone answer my question?  sad

Offline

 

#24 2009-02-28 11:16:39

Toasty
Scratcher
Registered: 2007-07-01
Posts: 500+

Re: If you need help ........... ask me!

Pandapple wrote:

Hello I'm Pandapple  big_smile  I need to complete and evaluation for my Scratch Project that I have been making at home and school. This is the question that I need help on :

How could you use Scratch in the future (at school, home, or at work)?

Please help me as soon as possible.

Pandapple

Hi Pandapple
Maybe you could create a programme for your school to use
Make a brilliant game using velocity or
Give a brilliant presentation?


http://i44.tinypic.com/263wpxe.png
Lovin' Toast

Offline

 

#25 2009-02-28 17:40:10

N8596
Scratcher
Registered: 2008-04-19
Posts: 9

Re: If you need help ........... ask me!

<when green flag clicked>can someone help meh? i need 2 know how to get a moving sprite my icon, thx, and ifu  answer answer my on 1 of my projects THX SOOSOSSOSOSOSOSOOOOOOOOOOOOOOOOOOOOOO much if u help meh!
<when green flag clicked>
<forever if>someone
helps me<set{thx}to(100,000,000


www.bowlofnoodles.weebly.com

Offline

 

Board footer