hmmm... I usually have the opposite problem...
Well, Are the back grounds sprites? If so, you may have to initialize their location with a block like this:
when gf clicked go to x() y()I hope that helps,
Offline
CAA14 wrote:
hmmm... I usually have the opposite problem...
Well, Are the back grounds sprites? If so, you may have to initialize their location with a block like this:when gf clicked go to x: () y: ()I hope that helps,
CAA14
Fixed the block.
Offline
I had a problem with changing the background for the Stage on my first project. I was using something like this:
switch to background [pick random (1) to (10)](scratchblocks doesn't like that random statement)
Last edited by dechan (2013-01-27 19:52:24)
Offline
dechan wrote:
I had a problem with changing the background for the Stage on my first project. I was using something like this:
switch to background (pick random (1) to (10))(scratchblocks doesn't like that random statement)
Fixed.
Offline
rwburke wrote:
I made a video game and it works perfectly on my computer but when i load it on this website the back grounds get messed up. i downloaded my project and opened it and it worked. any ideas
Anything could be wrong with your project and we wouldn't be able to help you. If you upload it and show us, we might be able to see what's wrong with it.
Offline
rwburke wrote:
I made a video game and it works perfectly on my computer but when i load it on this website the back grounds get messed up. i downloaded my project and opened it and it worked. any ideas
actually, online projects work on java player, which is running on java language so there is a mess in scratchblocks and java scripts so ut runs that way,
Sometimes visa versa also
Offline
Search the forums for information about things that don't work well online. For instance, sizing sprites larger than 100% used to mess up online projects
Offline
Thanks for fixing my block, ernie.
Did any of that help, rwburke?
Regards,
CAA14
Offline