The option to select the flash player instead of the java player often does not appear on the website for me. This almost always happens when I view scratch on my phone but now it wont give me that option on my laptop either.
Offline
BoltBait wrote:
On my latest project Super Mario Brothers, playing on the flash player is fine. However, if you maximize the screen by clicking the >< button, this changes the colors slightly and the sensors no longer work properly. This makes the game impossible to finish.
It uses the
[blocks]
<touching color[ black ]>
[/blocks]
to see when Mario is standing on a block and can therefore jump. The black color on some blocks changes and the sensor no longer works.
This is ONLY in full screen flash mode. All other modes (normal sized flash, java, downloaded) work fine.
By the way, the graphics that are getting stretched are the background images.
I'm no expert in flash, but if there is a scale mode for the graphics involved, you may want to look at "nearest neighbor".
EDIT: This doesn't always happen. I can't always recreate the issue. But, when it does manifest itself it consistantly fails.
Rounding error? This can happen in sprite coloring offline.
Offline
Yet another glitch.
In my project Flash player doesn't play the word(s) you type in correctly, it displays the first letter over and over again, while Java and the downloaded version work great.
Ideas?
Offline
stevetheipad wrote:
Yet another glitch.
In my project Flash player doesn't play the word(s) you type in correctly, it displays the first letter over and over again, while Java and the downloaded version work great.
Ideas?
The flash player is not case-sensitive. Its not a bug, just something that has not been added yet.
Offline
3sal2 wrote:
Oopsie-daisies.
You are kind of making this topic look messy with all your posting. Its OK to reply a lot but maybe you could put all those individual replies into a single post? Also know that there is an edit button.
3sal2 wrote:
3sal2 wrote:
Bouncing causes slight misalignments in the sprite's position. If it bounces of the middle of the left edge, you get a y position of 2.363568322354887e-14 (exactly) by the time x reaches -1.
Off-topic:_ _ _o
/ \ / \/
| | | <= A ball bouncing!!!Oops. I meant 2.3635683223543887e-14. Forgot the 3.
Off-topic: HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA!
eU&VV%Ra
Xx"[8¢8LV84û^8Ñ®8
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~¡¢£¤¥¦§¨©ª«¬®¯°±²³´¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÉÊËÌÍÎÐÑÒÔÕÖ×ÙÛÜÞÝßàâãåæçèéëíïðñòóôõöøùûýÿ
And please, please do not add all this gibberish spam, please. Good grief.
Offline
I was using flash player and it worked fine on my BRAND NEW computer with NEW EVERYTHING and I signed out for no reason,and when I signed in,it said you need adobe flash to play this game...(it also does that on my windows xp,but that never worked in the first place.I TRIED EVERYTHING(on the xp)
This is only a error report,if you have advice/reply comment on my games beacause it doesnt tell you when somebody replys on a forum.
Offline
zeusoflightning wrote:
I was using flash player and it worked fine on my BRAND NEW computer with NEW EVERYTHING and I signed out for no reason,and when I signed in,it said you need adobe flash to play this game...(it also does that on my windows xp,but that never worked in the first place.I TRIED EVERYTHING(on the xp)
This is only a error report,if you have advice/reply comment on my games beacause it doesnt tell you when somebody replys on a forum.
Did you try downloading flash player?
Offline
The fullscreen-asking bug has been fixed...
Offline
Wes64 wrote:
You are kind of making this topic look messy with all your posting. Its OK to reply a lot but maybe you could put all those individual replies into a single post? Also know that there is an edit button.
3sal2 wrote:
3sal2 wrote:
Bouncing causes slight misalignments in the sprite's position. If it bounces of the middle of the left edge, you get a y position of 2.363568322354887e-14 (exactly) by the time x reaches -1.
Off-topic:Oops. I meant 2.3635683223543887e-14. Forgot the 3.
Off-topic: HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA!
eU&VV%Ra
Xx"[8¢8LV84û^8Ñ®8
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~¡¢£¤¥¦§¨©ª«¬®¯°±²³´¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÉÊËÌÍÎÐÑÒÔÕÖ×ÙÛÜÞÝßàâãåæçèéëíïðñòóôõöøùûýÿAnd please, please do not add all this gibberish spam, please. Good grief.
Okay.
Offline
Wes64 wrote:
stevetheipad wrote:
Yet another glitch.
In my project Flash player doesn't play the word(s) you type in correctly, it displays the first letter over and over again, while Java and the downloaded version work great.
Ideas?The flash player is not case-sensitive. Its not a bug, just something that has not been added yet.
Indeed. That's the problem with the
<[list v] contains [thing]>block. Not really a bug. The Flash Player is still case-insensitive. When's the next version of the Flash Player? Suggestion: Add support for case-sensing.
Offline
Wes64 wrote:
The flash player is not case-sensitive. Its not a bug, just something that has not been added yet.
3sal2 wrote:
Not really a bug. The Flash Player is still case-insensitive.
That's what I said. No need to repeat it xD
Last edited by Wes64 (2012-06-20 05:06:20)
Offline
Wes64 wrote:
Wes64 wrote:
The flash player is not case-sensitive. Its not a bug, just something that has not been added yet.
3sal2 wrote:
Not really a bug. The Flash Player is still case-insensitive.
That's what I said. No need to repeat it xD
Uhh, but I'm expressing it in a shorter way, for people who can't read long text.
Edit: Furthermore, the entire post was partially about the
<[list v] contains [thing]>block.
Last edited by 3sal2 (2012-06-21 11:25:44)
Offline
Lightnin wrote:
5. Projects loaded into the player do not get keyboard focus until you click on the player. This is considered a security feature of Flash.
That's the problem with Program1!
Add the link to the problem, like this:
5. Projects loaded into the player do not get keyboard focus until you click on the player. This is considered a security feature of Flash. Example here
P.S. It happens in Java, too.
Last edited by 3sal2 (2012-06-21 11:32:34)
Offline
TorbyFork234 wrote:
zeusoflightning wrote:
I was using flash player and it worked fine on my BRAND NEW computer with NEW EVERYTHING and I signed out for no reason,and when I signed in,it said you need adobe flash to play this game...(it also does that on my windows xp,but that never worked in the first place.I TRIED EVERYTHING(on the xp)
This is only a error report,if you have advice/reply comment on my games beacause it doesnt tell you when somebody replys on a forum.Did you try downloading flash player?
The browser doesn't always recognize that you're signed in, or what user you have.
Offline
leeboy5 wrote:
The option to select the flash player instead of the java player often does not appear on the website for me. This almost always happens when I view scratch on my phone but now it wont give me that option on my laptop either.
Are you registered on your laptop? You must be registered to switch to Flash. Also, when you used "phone", you appear to be referencing to the iPhone, which doesn't support Java or Flash.
Offline
scratch_yoshi wrote:
BoltBait wrote:
scratch_yoshi wrote:
FixedSo... is there a browser where this actually works?
Maybe Opera-- oh wait, that doesn't support flash....
Uhh, it does.
Offline
OS: Mac OS X 10.7.4
Browser: Google Chrome 19.0.1084.56
Glitch: The pic says it all.
Offline
meowscratchcat wrote:
OS: Mac OS X 10.7.4
Browser: Google Chrome 19.0.1084.56
Glitch: The pic says it all.
http://i.imgur.com/eFNtk.png
That happens sometimes if you fullscreen a project. If you shift+clicked the fullscreen button, just click it instead.
Offline
Sensing doesn't work for draggable sprites!
Edit: That is, of course, unless it's being fake-dragged.
Last edited by 3sal2 (2012-06-25 19:40:26)
Offline
No sound in my new project, The first 1036 decimals.
Edit: Fixed. The
play note (60 v) for (0) beatsdid nothing at all.
Last edited by 3sal2 (2012-06-26 09:36:28)
Offline
Lightnin wrote:
5. Projects loaded into the player do not get keyboard focus until you click on the player. This is considered a security feature of Flash.
The same thing happens on Java!
Offline
Flash causes glitches in my platforming engine (and some of my other games/engines): http://scratch.mit.edu/projects/gamer2012/2574476
Offline
Your computer's Operating System: Windows
Flash version: 11.1.102.55
Description of Problem: For some unkown reason the game gives me free points when i click on play and then click on the variable "points" and this only happens on the flash player...
Link to project: http://scratch.mit.edu/projects/furrymutt/2640994 (not my game)
Offline