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

#26 2012-11-03 03:54:53

Willpower
Scratcher
Registered: 2012-01-26
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

bump


http://i49.tinypic.com/e84kdj.png

Offline

 

#27 2012-11-04 13:47:41

nonui
New Scratcher
Registered: 2012-11-02
Posts: 2

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

I'm in Scratch limbo. Trying to finish a simple game in which one sprite (a man) jumps to and from other sprites (moonrocks) to traverse the screen. All of the moonrocks move vertically at different speeds. If the man-sprite lands on a moonrock, the man-sprite is instructed to match his y-value to the moonrock he's landed on (in effect, riding that moonrock). But how can I then add the ability at that point for the man-sprite to move to another moonrock? Frustrating. Thank you.

Offline

 

#28 2012-11-04 14:39:49

Willpower
Scratcher
Registered: 2012-01-26
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

nonui wrote:

I'm in Scratch limbo. Trying to finish a simple game in which one sprite (a man) jumps to and from other sprites (moonrocks) to traverse the screen. All of the moonrocks move vertically at different speeds. If the man-sprite lands on a moonrock, the man-sprite is instructed to match his y-value to the moonrock he's landed on (in effect, riding that moonrock). But how can I then add the ability at that point for the man-sprite to move to another moonrock? Frustrating. Thank you.

hi Nonui, my brain has turned to mush at the moment so i will help you tomorrow (if no-one else does)


http://i49.tinypic.com/e84kdj.png

Offline

 

#29 2012-11-05 14:46:47

Willpower
Scratcher
Registered: 2012-01-26
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

nonui wrote:

I'm in Scratch limbo. Trying to finish a simple game in which one sprite (a man) jumps to and from other sprites (moonrocks) to traverse the screen. All of the moonrocks move vertically at different speeds. If the man-sprite lands on a moonrock, the man-sprite is instructed to match his y-value to the moonrock he's landed on (in effect, riding that moonrock). But how can I then add the ability at that point for the man-sprite to move to another moonrock? Frustrating. Thank you.

Back on!

Hmm, is it possible for you to give me a link to the project? I am finding this difficult to visualise so i am trying to create a replica of your project to try and work out the solution.At the moment i have got it so all the Moonrocks move and when Scratchcat goes to a moonblock he moves with it. I have not added jumping. This is the link to my version:http://scratch.mit.edu/projects/MoreWillpower/2886911/ Can you tell me if mine is anything like yours!


http://i49.tinypic.com/e84kdj.png

Offline

 

#30 2012-11-05 15:19:06

Fernandop91
New Scratcher
Registered: 2012-10-30
Posts: 8

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

Hey can you help me out? I think I know the glitches/problems but I am unaware how to fix them. They are the last two things I need to fix. So first, when the bird gets hit with a fireball, it goes to the position but it continues to follow sprite 1 as it is hidden, this makes it impossible for it to respawn or show again. The second issue is with losing the game from losing all three lives. For some reason it multiplies the numbers more than once when adding up the total score. It will multiply until all scrips are stopped. Can you give me suggestions to fix?
http://scratch.mit.edu/projects/Fernandop91/2886944

Offline

 

#31 2012-11-05 15:24:39

Willpower_Reviews
Scratcher
Registered: 2012-10-04
Posts: 100+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

Fernandop91 wrote:

Hey can you help me out? I think I know the glitches/problems but I am unaware how to fix them. They are the last two things I need to fix. So first, when the bird gets hit with a fireball, it goes to the position but it continues to follow sprite 1 as it is hidden, this makes it impossible for it to respawn or show again. The second issue is with losing the game from losing all three lives. For some reason it multiplies the numbers more than once when adding up the total score. It will multiply until all scrips are stopped. Can you give me suggestions to fix?
http://scratch.mit.edu/projects/Fernandop91/2886944

just let me finish a review and then i will be with you!


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i47.tinypic.com/xpsdgg.png&link2=http://i50.tinypic.com/29408lg.jpg

Offline

 

#32 2012-11-05 15:50:54

Willpower
Scratcher
Registered: 2012-01-26
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

Fernandop91 wrote:

Hey can you help me out? I think I know the glitches/problems but I am unaware how to fix them. They are the last two things I need to fix. So first, when the bird gets hit with a fireball, it goes to the position but it continues to follow sprite 1 as it is hidden, this makes it impossible for it to respawn or show again. The second issue is with losing the game from losing all three lives. For some reason it multiplies the numbers more than once when adding up the total score. It will multiply until all scrips are stopped. Can you give me suggestions to fix?
http://scratch.mit.edu/projects/Fernandop91/2886944

The bird works fine when i downloaded it. *plays a couple more times* oh maybe not... Hmm, i think the problem is the forever block. When you touch it if the repeat until occurs it will never show again. The lives issue i can not find.

This is taking a long time, i'll just post this


http://i49.tinypic.com/e84kdj.png

Offline

 

#33 2012-11-05 16:01:47

Willpower
Scratcher
Registered: 2012-01-26
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

Willpower wrote:

Fernandop91 wrote:

Hey can you help me out? I think I know the glitches/problems but I am unaware how to fix them. They are the last two things I need to fix. So first, when the bird gets hit with a fireball, it goes to the position but it continues to follow sprite 1 as it is hidden, this makes it impossible for it to respawn or show again. The second issue is with losing the game from losing all three lives. For some reason it multiplies the numbers more than once when adding up the total score. It will multiply until all scrips are stopped. Can you give me suggestions to fix?
http://scratch.mit.edu/projects/Fernandop91/2886944

The bird works fine when i downloaded it. *plays a couple more times* oh maybe not... Hmm, i think the problem is the forever block. When you touch it if the repeat until occurs it will never show again. The lives issue i can not find.

This is taking a long time, i'll just post this

i lost track of time doing this and i have not really come to a solution. My only suggestion is use "repeat until Death = 1" on the bird script instead of forever and add "set death to 0" at the start.


http://i49.tinypic.com/e84kdj.png

Offline

 

#34 2012-11-05 16:11:50

egnladn
New Scratcher
Registered: 2012-11-05
Posts: 2

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

Can you help me? I'm trying to test out simple platformer movement here: http://scratch.mit.edu/projects/egnladn/2886794 but I'm having a bit of trouble. The sprite shakes when touching the bottom floor and when it touches the wall, it just moves up. Without the yVelocity part, the sprite bounces off the wall as i intended it to. Thank you!

Offline

 

#35 2012-11-05 16:23:50

Willpower
Scratcher
Registered: 2012-01-26
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

egnladn wrote:

Can you help me? I'm trying to test out simple platformer movement here: http://scratch.mit.edu/projects/egnladn/2886794 but I'm having a bit of trouble. The sprite shakes when touching the bottom floor and when it touches the wall, it just moves up. Without the yVelocity part, the sprite bounces off the wall as i intended it to. Thank you!

I will do this tomorrow  big_smile


http://i49.tinypic.com/e84kdj.png

Offline

 

#36 2012-11-11 23:13:21

aqweb
New Scratcher
Registered: 2012-10-29
Posts: 8

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

I am done with my project but concerned there may be glitches.

My username is aqweb and my project is Bat Trap.

Can I have help with it please?

Sometimes the bat still appears after the stage displays you win or you lose.

Thanks,

Angela

Please let me know if you need more info

Offline

 

#37 2012-11-18 16:38:17

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

I'm curious, would you like your shop to be in my new shop directory? If yes, then what do you want said below your shop's banner?


http://i46.tinypic.com/35ismmc.png

Offline

 

#38 2012-11-18 16:49:42

MoreWillpower
Scratcher
Registered: 2012-05-08
Posts: 89

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

ErnieParke wrote:

I'm curious, would you like your shop to be in my new shop directory? If yes, then what do you want said below your shop's banner?

Ah i had sort of forgot about this since i have been very busy- i think this topic may have to close as i do not have the time to run it


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i47.tinypic.com/2yv5usx.png&link2=http://i47.tinypic.com/21brcr4.jpg

Offline

 

#39 2012-11-18 16:53:39

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

MoreWillpower wrote:

ErnieParke wrote:

I'm curious, would you like your shop to be in my new shop directory? If yes, then what do you want said below your shop's banner?

Ah i had sort of forgot about this since i have been very busy- i think this topic may have to close as i do not have the time to run it

I had guessed that that was what occurred. What happens is what happens.


http://i46.tinypic.com/35ismmc.png

Offline

 

#40 2012-12-29 17:38:47

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#41 2012-12-30 05:42:11

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: The Tester Team! (Bug and Glitch checking/fixing for you)

MoreWillpower wrote:

ErnieParke wrote:

I'm curious, would you like your shop to be in my new shop directory? If yes, then what do you want said below your shop's banner?

Ah i had sort of forgot about this since i have been very busy- i think this topic may have to close as i do not have the time to run it

I'd be happy to close it for you.  Please use the Report button in the future to let moderators know that you would like it closed.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer