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

#1 2013-01-27 17:27:27

rwburke
New Scratcher
Registered: 2011-03-13
Posts: 1

problem

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

Offline

 

#2 2013-01-27 17:44:01

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

Re: problem

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

Offline

 

#3 2013-01-27 17:45:07

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

Re: problem

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.


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

Offline

 

#4 2013-01-27 19:50:25

dechan
Scratcher
Registered: 2012-12-20
Posts: 69

Re: problem

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)

When I uploaded the project the first time I unchecked the "Compress sounds and images" checkbox on the Upload to Scratch Server dialog.
When I made some changes and uploaded the second time I checked that box and voila! I had my backgrounds.

Last edited by dechan (2013-01-27 19:52:24)

Offline

 

#5 2013-01-27 20:15:12

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

Re: problem

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.


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

Offline

 

#6 2013-01-27 20:32:13

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: problem

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

 

#7 2013-01-28 07:02:54

Aditya007
Scratcher
Registered: 2012-11-27
Posts: 63

Re: problem

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


Wolf_OS!!!  smile  Check My Stuff  tongue  Need Help?  Currently, I am http://blocks.scratchr.org/API.php?user=Aditya007&action=onlineStatus&type=square
http://i49.tinypic.com/15gy1j6.jpg

Offline

 

#8 2013-01-28 11:59:02

Locomule
Scratcher
Registered: 2009-08-24
Posts: 500+

Re: problem

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


aka Pain from DragonSpires, Delrith Online, BotBattle, Urban Dead etc etc lol

Offline

 

#9 2013-01-28 12:15:27

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

Re: problem

Thanks for fixing my block, ernie.
Did any of that help, rwburke?

Regards,


CAA14

Offline

 

Board footer