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

#26 2013-01-18 19:19:45

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: Please help... Having trouble with a bit of code.

Hi,

Thanks for responding.

Yes, i figured that out once i implemented his suggested code.  smile

Thanks again.

Regards,

CAA14

Offline

 

#27 2013-01-19 20:37:52

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: Please help... Having trouble with a bit of code.

Hey, CAA14. If you ever want help just ask, cause you seem determined since you just started like a day or so ago and already have over 50 posts. So good luck, some of my projects have examples of games you may want to make like a platformer.


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#28 2013-01-20 00:47:16

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: Please help... Having trouble with a bit of code.

Hi,

Thanks bullelk12,

regards,

CAA14

Offline

 

#29 2013-01-20 14:35:26

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: Please help... Having trouble with a bit of code.

Hi,

I just posted a beta version.

Search, "Target Practice (Beta)" and you should find it.

Please help if you can.

What i want help fixing:

1. The score! Its crazy!

2. The fact that the "Blocked ya!" thing and the multiplier are not stopping appearing when the level is over.

Regards,

CAA14

Offline

 

#30 2013-01-20 16:31:33

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: Please help... Having trouble with a bit of code.

CAA14 wrote:

Hi,

I just posted a beta version.

Search, "Target Practice (Beta)" and you should find it.

Please help if you can.

What i want help fixing:

1. The score! Its crazy!

2. The fact that the "Blocked ya!" thing and the multiplier are not stopping appearing when the level is over.

Regards,

CAA14

The score is quite crazy. Thankfully, it's a simple fix. On every script involving scoring, it has an

if <<touching color?> and <mouse down?>>
block. Just put a
<wait until <not <mouse down?>>>
in there, and it will be fixed. I'll look at the other problem later though.


Why are the secret organizations getting all the attention?  mad

Offline

 

#31 2013-01-20 16:37:36

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: Please help... Having trouble with a bit of code.

Hi,
thanks, ernieparke has already help me fixed that, so that problem's taken care of now,
The other problem's
that the block is not always in the front of all the targets,

CAA14

Offline

 

Board footer