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

#26 2009-07-16 14:28:02

pinochio
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Need a project fixed?

jumping, shooting, and just plain ol bugs. play it fist  and ull see what i mean!!


Flat Out G

Offline

 

#27 2009-07-16 16:00:52

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

Got it done!

Offline

 

#28 2009-07-17 11:24:06

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

I didn't fix the brussel sprouts (enemys) because I though it was fine. I just fixed the cheese man. It's in the fixed gallery.

Last edited by Oneandonly (2009-07-17 11:24:22)

Offline

 

#29 2009-07-17 11:58:23

pinochio
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Need a project fixed?

Cool  wink


Flat Out G

Offline

 

#30 2009-07-17 14:27:42

beanbug
Scratcher
Registered: 2009-06-04
Posts: 100+

Re: Need a project fixed?

I got a project called LionQuest (in my sig) wiv two MAJOR glitches but it seems fine and I dont know what the problem is. Can you take a look?


A Life? Cool! Where can I download one of those from?

Offline

 

#31 2009-07-17 14:33:39

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: Need a project fixed?

pinochio posts so fast...

Offline

 

#32 2009-07-17 14:41:48

pinochio
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Need a project fixed?

yesh i do lol... im a pro typer XD


Flat Out G

Offline

 

#33 2009-07-18 10:20:10

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

beanbug wrote:

I got a project called LionQuest (in my sig) wiv two MAJOR glitches but it seems fine and I dont know what the problem is. Can you take a look?

Alright. What exactly is wrong with it?

Offline

 

#34 2009-07-18 10:42:24

Pokeball
Scratcher
Registered: 2009-05-20
Posts: 8

Re: Need a project fixed?

THANK YOU for your offer!  My project is PokeProject2, I just uploaded. (<a href='http://scratch.mit.edu/projects/Pokeball/613053'><img src='http://scratch.mit.edu/static/projects/Pokeball/613053_med.png' width='425' height='319' alt='Scratch Project'></a>)

I would love some help.

I have a block "When touching (sprite)" but when I move my sprite to touch the sprite it is supposed to, nothing happens.

I also have a command "When M key is touched, go to background-Moon" and when I press the M key, nothing happens.

What am I missing?

This is my first Scratch project.

Any help would be much appreciated! (If you know of projects that use Scratch to create VR type games where you can "explore"  with resultant actions, I would like to view code. Hard to go through all projects and find what I'm looking for.

Last edited by Pokeball (2009-07-18 10:46:23)

Offline

 

#35 2009-07-18 10:54:42

illusionist
Retired Community Moderator
Registered: 2008-07-02
Posts: 1000+

Re: Need a project fixed?

I need my Scroller game, Black Light fixed. It often lags, and sometimes not even work at all online.

Thanks!


http://i.imgur.com/8LX1NrV.png

Offline

 

#36 2009-07-18 11:00:38

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

illusionist wrote:

I need my Scroller game, Black Light fixed. It often lags, and sometimes not even work at all online.

Thanks!

A lot of the time, most projects won't work online because at first, it's made from Squeak Coding, then It's suddenly converted to java, so It might not work online. Also, it may lag online because some people's computer may be slow, so you can't help that. Unless there's something specifically wrong with it, like when you hit right arrows, it blows up, I don't know if I can do anything.

Offline

 

#37 2009-07-18 11:02:04

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

Pokeball wrote:

THANK YOU for your offer!  My project is PokeProject2, I just uploaded. (<a href='http://scratch.mit.edu/projects/Pokeball/613053'><img src='http://scratch.mit.edu/static/projects/Pokeball/613053_med.png' width='425' height='319' alt='Scratch Project'></a>)

I would love some help.

I have a block "When touching (sprite)" but when I move my sprite to touch the sprite it is supposed to, nothing happens.

I also have a command "When M key is touched, go to background-Moon" and when I press the M key, nothing happens.

What am I missing?

This is my first Scratch project.

Any help would be much appreciated! (If you know of projects that use Scratch to create VR type games where you can "explore"  with resultant actions, I would like to view code. Hard to go through all projects and find what I'm looking for.

It's done! You can find it in the gallery on the first post. All you did wrong was, you need a  http://scratch.mit.edu/forums/img/sb_no_nums/whengreenflagclicked.png script above all scripts. except for ones like http://scratch.mit.edu/forums/img/sb_no_nums/when_keypressed.png Also, around some of the scripts, you need a

<forever>
<end>

So it will last forever until the projects is stopped!

Last edited by Oneandonly (2009-07-18 11:05:01)

Offline

 

#38 2009-07-18 11:33:40

Pokeball
Scratcher
Registered: 2009-05-20
Posts: 8

Re: Need a project fixed?

THANK YOU!! I was getting very frustrated. You saved me hours...I thought you only needed "forever" if you wanted something to repeat and I couldn't even get it to work one time...now I know! Thanks so much for posting your offer to help and your quick response.

Offline

 

#39 2009-07-18 11:48:32

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

Pokeball wrote:

THANK YOU!! I was getting very frustrated. You saved me hours...I thought you only needed "forever" if you wanted something to repeat and I couldn't even get it to work one time...now I know! Thanks so much for posting your offer to help and your quick response.

No problem! Thanks for the positive feedback!

Offline

 

#40 2009-07-18 12:04:21

beanbug
Scratcher
Registered: 2009-06-04
Posts: 100+

Re: Need a project fixed?

Oneandonly wrote:

beanbug wrote:

I got a project called LionQuest (in my sig) wiv two MAJOR glitches but it seems fine and I dont know what the problem is. Can you take a look?

Alright. What exactly is wrong with it?

Theres 2 things:
1. When you land on the enemy the lion wont bounce
2. the powerup doesnt work, it worked before so I think its sumthin 2 do with the enemy I added in.
P.S you spelt my name wrong.
CURSE YOU!


A Life? Cool! Where can I download one of those from?

Offline

 

#41 2009-07-18 18:59:16

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

beanbug wrote:

Oneandonly wrote:

beanbug wrote:

I got a project called LionQuest (in my sig) wiv two MAJOR glitches but it seems fine and I dont know what the problem is. Can you take a look?

Alright. What exactly is wrong with it?

Theres 2 things:
1. When you land on the enemy the lion wont bounce
2. the powerup doesnt work, it worked before so I think its sumthin 2 do with the enemy I added in.
P.S you spelt my name wrong.
CURSE YOU!

Ok, and my bad.  smile

Offline

 

#42 2009-07-19 02:42:44

Leer10
Scratcher
Registered: 2009-01-31
Posts: 18

Re: Need a project fixed?

Here, Idk the problem,
http://scratch.mit.edu/projects/Leer10/591114


http://img137.imageshack.us/img137/3493/userbar786161.gif
Leer10 on all accounts!

Offline

 

#43 2009-07-19 10:28:22

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

I kinda need to know exactly what's wrong with it.

Last edited by Oneandonly (2009-07-19 19:53:43)

Offline

 

#44 2009-07-19 19:54:01

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: Need a project fixed?

I also need to know what the power up does for beanbug's project.

Offline

 

#45 2010-02-12 22:34:55

elbornavatar
Scratcher
Registered: 2007-06-15
Posts: 4

Re: Need a project fixed?

Wheres the download?

Offline

 

Board footer