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
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] endif x position = 240
Offline
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
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
meant to say "it works fine" on last message.
Offline
The project does not load! Please Fix!
Offline
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
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
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
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)
Offline
thebigbyte wrote:
http://http://scratch.mit.edu/projects/thebigbyte/3086654
the following scripts do not functionwhen 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 endIt detects it better, and is less likely to glitch.
Offline
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
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.
Last edited by boaz4 (2013-03-29 16:16:09)
Offline
on this project http://scratch.mit.edu/projects/felipebross/3219640 us charaters move away from backround and floor that needs to be fixed >
Last edited by Midevalknight100 (2013-03-29 17:25:20)
Offline
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
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) layersor this:
go to front
Offline
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
Ok so the words wont show up.
Offline
The music in Purple cougar to pink wolf keeps skipping! STUPID MUSIC!
Offline
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
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
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
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) secsIt did not say eanything, it just changed its colour on and on.
Last edited by Tohmis (2013-04-04 04:08:30)
Offline