zammer990 wrote:
It could be because there's a sprite in the way, if you have a background sprite it wouldn't work, as stamps only cover the stage
Unfortunately that is not the case. I got it uploaded to my test account, BirdByte_Test, so if you can check it out that would be great.
Offline
zammer990 wrote:
I downloaded it, and I'm confused what's it supposed to stamp? I can see that it's numeric, but is it a score display?
No, it's a level select screen. Sorry if it confuses you, but it doesn't really matter because all I want is for the "play" costume not to block it up, and fix the problem that there's some mysterious clear block running somewhere that is preventing the numbers from showing up.
Offline
BirdByte wrote:
zammer990 wrote:
I downloaded it, and I'm confused what's it supposed to stamp? I can see that it's numeric, but is it a score display?
No, it's a level select screen. Sorry if it confuses you, but it doesn't really matter because all I want is for the "play" costume not to block it up, and fix the problem that there's some mysterious clear block running somewhere that is preventing the numbers from showing up.
I don't have time to go through the code, but I'll give a few ideas:
Make sure all sprites hide until they receive a start broadcast
Use clear when your start buttons supposed to disappear
make sure it goes where it's supposed to and changes costume.
Offline
zammer990 wrote:
BirdByte wrote:
zammer990 wrote:
I downloaded it, and I'm confused what's it supposed to stamp? I can see that it's numeric, but is it a score display?
No, it's a level select screen. Sorry if it confuses you, but it doesn't really matter because all I want is for the "play" costume not to block it up, and fix the problem that there's some mysterious clear block running somewhere that is preventing the numbers from showing up.
I don't have time to go through the code, but I'll give a few ideas:
Make sure all sprites hide until they receive a start broadcast
Use clear when your start buttons supposed to disappear
make sure it goes where it's supposed to and changes costume.
Check, check, check. Still nada, thanks for the suggestions though.
Offline
Make sure the sprite that "stamps" has the "go to front" block right before it starts stamping.
Offline
Mazdafreak wrote:
Make sure the sprite that "stamps" has the "go to front" block right before it starts stamping.
It's not being blocked by anything, and the stamp are there, but for some reason they get cleared prematurely.
Link: http://scratch.mit.edu/projects/BirdByte_Test/2712076
Offline
BirdByte wrote:
Mazdafreak wrote:
Make sure the sprite that "stamps" has the "go to front" block right before it starts stamping.
It's not being blocked by anything, and the stamp are there, but for some reason they get cleared prematurely.
Link: http://scratch.mit.edu/projects/BirdByte_Test/2712076
Make sure theres a wait until before the clear that starts the game
Offline