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

#676 2013-03-25 11:25:25

thebigbyte
Scratcher
Registered: 2013-02-05
Posts: 4

Re: Report glitches in the Flash project player here!

http://http://scratch.mit.edu/projects/thebigbyte/3086654

the following scripts do not function

when gf clicked
forever
 if <(x position)=[240]
   Broadcast (regenerate world)
   set (game) to [world loaded]
   go to x [-240] y [-10]
end

Offline

 

#677 2013-03-25 11:31:31

thebigbyte
Scratcher
Registered: 2013-02-05
Posts: 4

Re: Report glitches in the Flash project player here!

i know about the missing code in if but i programmed that into the game and it functions perfectly offline.

when gf clicked
forever
 if <(x position)=[240]
  broadcast [regenerate world]
  set [game] to [world loaded]
  go to x [-240] y [-10]
end
if x position = 240

Offline

 

#678 2013-03-26 14:52:53

vfestberg
New Scratcher
Registered: 2013-03-24
Posts: 1

Re: Report glitches in the Flash project player here!

I've imported an image with transparent background, and somehow the text saying "Ouch" Appears outside the transparent background, not outside the character himself. If you don't see what I mean, go check out my project:

http://scratch.mit.edu/projects/vfestberg/3211060

Just wait until the monster appears and when you touch him, this problem will be shown.

I'm using google chrome.

Offline

 

#679 2013-03-26 17:26:18

benscratches
New Scratcher
Registered: 2013-03-07
Posts: 2

Re: Report glitches in the Flash project player here!

On my game Ovoido guy it will, on your site the guy will jet up and not fall back down, just side to side but on the Scratch program i works fine.

http://scratch.mit.edu/projects/benscratches/3211601

I am using FireFox Browser

Offline

 

#680 2013-03-26 17:29:32

benscratches
New Scratcher
Registered: 2013-03-07
Posts: 2

Re: Report glitches in the Flash project player here!

meant to say "it works fine" on last message.

Offline

 

#681 2013-03-26 19:48:55

JellyBellyFred
New Scratcher
Registered: 2013-03-26
Posts: 2

Re: Report glitches in the Flash project player here!

The project does not load! Please Fix!

Offline

 

#682 2013-03-26 19:57:55

JellyBellyFred
New Scratcher
Registered: 2013-03-26
Posts: 2

Re: Report glitches in the Flash project player here!

Oh and I should add that I am using Flash and am always just stuck seeing a white area where the project should be! I am using a MAC. Thanks!

Offline

 

#683 2013-03-27 03:34:54

Gravitation
New Scratcher
Registered: 2012-09-26
Posts: 500+

Re: Report glitches in the Flash project player here!

Hey JellyBellyFred,

What browser are you using? What version of Flash do you have installed on your computer? Which project is it? Projects can take up to 15 minutes to load.

Offline

 

#684 2013-03-27 14:07:45

Frubes
New Scratcher
Registered: 2013-03-23
Posts: 2

Re: Report glitches in the Flash project player here!

My project is Zombie takeover! Episode 2. I keep putting it on the website but the full animation never comes up . Because after they jump off they disappear and a knew scene starts. I am using Crome.

Offline

 

#685 2013-03-28 09:25:31

Henrybomb
Scratcher
Registered: 2011-10-29
Posts: 18

Re: Report glitches in the Flash project player here!

http://scratch.mit.edu/projects/Henrybomb/3216061

On flash, it refuses to jump. Ever.

I am using Firefox as a browser.

I am using an Apple computer.

Fixed (code problem)

Last edited by Henrybomb (2013-03-31 22:07:03)


Henrybomb wrote this post.

Offline

 

#686 2013-03-28 10:54:13

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Report glitches in the Flash project player here!

thebigbyte wrote:

http://http://scratch.mit.edu/projects/thebigbyte/3086654

the following scripts do not function

when gf clicked
forever
 if <(x position)=[240]
   Broadcast (regenerate world)
   set (game) to [world loaded]
   go to x [-240] y [-10]
end

You would have to use:

when gf clicked
forever
 if <(x position) < [-239]>
 end
end
It detects it better, and is less likely to glitch.

Hope that helped!
   
          ~7734f


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#687 2013-03-28 15:32:48

zoryg
New Scratcher
Registered: 2013-03-20
Posts: 2

Re: Report glitches in the Flash project player here!

?

Offline

 

#688 2013-03-29 06:58:23

Noteblockcrew
New Scratcher
Registered: 2013-03-29
Posts: 1

Re: Report glitches in the Flash project player here!

there is a glitch were a sprite is infront of another sprite when it wonts to be behind
make a command to make a sprite be infront or behind

Offline

 

#689 2013-03-29 16:14:04

boaz4
Scratcher
Registered: 2010-04-07
Posts: 31

Re: Report glitches in the Flash project player here!

I don't know why this happens to me: The flash player doesn't work anymore! D: It used to work fine, and now all I see is a blank screen. I tried following all of the tips, but nothing helped. Any ideas? D:

EDIT: I use Chrome, in Windows 7. But after I wrote this post it all started working again. Weird.  big_smile

Last edited by boaz4 (2013-03-29 16:16:09)


http://img822.imageshack.us/img822/8274/625265805511fc3m3.png

Offline

 

#690 2013-03-29 17:24:55

Midevalknight100
Scratcher
Registered: 2013-01-23
Posts: 9

Re: Report glitches in the Flash project player here!

on this project http://scratch.mit.edu/projects/felipebross/3219640 us charaters move away from backround and floor  sad  that needs to be fixed > sad

Last edited by Midevalknight100 (2013-03-29 17:25:20)

Offline

 

#691 2013-03-29 17:32:07

Midevalknight100
Scratcher
Registered: 2013-01-23
Posts: 9

Re: Report glitches in the Flash project player here!

http://scratch.mit.edu/projects/felipebross/3219640 the characters  move away from the 2 sprites the floor and the background
I"M USING FIRE FOX!

Offline

 

#692 2013-03-29 17:35:29

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Report glitches in the Flash project player here!

Noteblockcrew wrote:

there is a glitch were a sprite is infront of another sprite when it wonts to be behind
make a command to make a sprite be infront or behind

This is the block for that:

go back (1) layers
or this:
go to front


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#693 2013-03-30 13:59:25

CoolRed3
Scratcher
Registered: 2011-02-01
Posts: 39

Re: Report glitches in the Flash project player here!

Music: Piano sounds very weird!


Happy to help!

Offline

 

#694 2013-03-30 16:23:09

kindlefirehdlover
New Scratcher
Registered: 2013-03-28
Posts: 20

Re: Report glitches in the Flash project player here!

My game uses sound recording to move. I have the loudness button shown. When the game starts, it show up as -1. So my character moves backwards. This didn't happen when I was making the game in scratch! )0=3 Here's my link: (oh and can somebody PLEASE tell me how to put in links to projects (this is a web address)?) http://scratch.mit.edu/projects/kindlefirehdlover/3221717

think [please help me!] for (1000) secs

Offline

 

#695 2013-03-31 00:19:40

Mayahzdog09
Scratcher
Registered: 2013-03-24
Posts: 3

Re: Report glitches in the Flash project player here!

Ok so the words wont show up.

Offline

 

#696 2013-04-01 16:29:18

Mayahzdog09
Scratcher
Registered: 2013-03-24
Posts: 3

Re: Report glitches in the Flash project player here!

The music in Purple cougar to pink wolf keeps skipping! STUPID MUSIC!

Offline

 

#697 2013-04-01 21:13:44

atehwa
New Scratcher
Registered: 2013-04-01
Posts: 2

Re: Report glitches in the Flash project player here!

Adding up (summing) strings doesn't work as in Scratch: in Scratch, the number value of a string is any valid numeric prefix of that string, in the Flash player it is always 0 (unless the string is numeric).

Offline

 

#698 2013-04-01 21:17:04

atehwa
New Scratcher
Registered: 2013-04-01
Posts: 2

Re: Report glitches in the Flash project player here!

In http://scratch.mit.edu/projects/atehwa/3217197 there are subtle failures with when the sprites' collision with each other's trails is detected.  A reproducible one is when one player has made a line in the top row and the other approaches it from below, this player does not "see" the line, goes in and doesn't then have anywhere to go - boom.

Offline

 

#699 2013-04-02 08:07:36

dusty22
Scratcher
Registered: 2012-09-28
Posts: 49

Re: Report glitches in the Flash project player here!

Don't know if this is a bug or a glitch really, but for me the flash player seems to run slower in full screen than in a normal window... I'd think it'd be the other way around.

In the normal window it runs lightning fast, but in full screen it's a bit slower.

Offline

 

#700 2013-04-03 17:26:00

Tohmis
Scratcher
Registered: 2013-02-18
Posts: 58

Re: Report glitches in the Flash project player here!

Hello Scratch Team.
I found a glich.
If you are using a laptop the sprite won't make stamps if you are using a Laptop. It's online and offline, FireFox, Google Chrome and Internetexplorer.
Example:
http://scratch.mit.edu/projects/Tohmis/3217126
I think it's because of the mouse klick control.
I made a test with the mouse click control and it confirmed my hypotheses
It looked like this

when gf clicked
repeat until <mouse clicked>
   change colour [25]
end
Say [hello!] for (2) secs
It did not say eanything, it just changed its colour on and on.
If there are eany questions ask me.

By Tohmis

Last edited by Tohmis (2013-04-04 04:08:30)


Check out my new game
http://scratch.mit.edu/static/projects/Tohmis/3300878_sm.png

Offline

 

Board footer