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

#1 2011-10-28 00:43:52

Scatcycle
Scratcher
Registered: 2010-07-22
Posts: 17

Well that's just grand.

The in editor Scratch playing panel seems to have a higher resolution than the in browser one. In my project, I have sprites that reach a certain coordinate and then do something. These coordinates are not reachable in the online in browser, but are reachable in the editor.

If you download it, you can clearly see how different the game plays. In the web version, the background does not scroll, there is no game over sign, ect. Why is the browser playing field smaller than the editor playing field?

Offline

 

#2 2011-10-28 07:45:06

msdosdude
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Well that's just grand.

Weird.


http://i39.tinypic.com/2vkxppf.png
Freebie. Not a Scratch OS, a REAL OS you can boot to, by msdosdude.

Offline

 

#3 2011-10-28 10:13:23

Scatcycle
Scratcher
Registered: 2010-07-22
Posts: 17

Re: Well that's just grand.

msdosdude wrote:

Weird.

Yes, and because of this setup, my newest game won't work. There must be some way around this.

Offline

 

#4 2011-10-29 03:53:28

logiblocs
Scratcher
Registered: 2010-05-05
Posts: 100+

Re: Well that's just grand.

Tell people to download it? It is crude, but it works...

Offline

 

#5 2011-10-29 09:45:57

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Well that's just grand.

The online players boundaries are the sides of the screen, whereas the scratch editor has larger bounds


http://i.imgur.com/zeIZW.png

Offline

 

#6 2011-10-29 14:41:50

Scatcycle
Scratcher
Registered: 2010-07-22
Posts: 17

Re: Well that's just grand.

rookwood101 wrote:

The online players boundaries are the sides of the screen, whereas the scratch editor has larger bounds

Exactly. And this is a problem.

Since coordinates outside of the playing area on the inbrowser do not exist, here's a code that may work to fix this would go like this:

If x=360 (boundary), if instructions say to change X by 10, set the x Value to 370. Their would be two variable, x Value and X position. One's X value can be 640 while the X position is 360.

Anyone get what I mean?

Last edited by Scatcycle (2011-10-29 14:45:51)

Offline

 

Board footer