I found one with my very own:
Blok Planet- Hostile House
http://scratch.mit.edu/projects/Superscripter9000/2601585
When the character hits the corner, nothing happens.
On Java,It works fine.
Downloading it,works too.
whenclicked
repeat untiltimer>10go tomouse-pointer ▼thinkI don't even...for3secs
Offline
The "when space key pressed" block, which works fine in Scratch, moves the web page down (and does not put out another peanut) once the logic thinks the program run is over and it makes the start flag go dark.
<http://scratch.mit.edu/projects/winelf/2848497>
there are two ways to start (get the peanut to appear) in scratch, click flag or press space bar. However, in the flash player the space bar only works right after the squirrel tells you how to feed him another peanut and before he "hides".
This may be related to the other bug concerning hidden things but it is not the same thing.
when space key pressedif running = 0set running to 1set nut to 1showgo to x:-160 y:-110broadcast nut_availablewait until touching Sprite3set nut to 0wait 1 secshide
Offline
this message board did not understand what I typed so I'll put it into a semi c syntax
when space key pressed
{
if running = 0
{
set running to 1;
set nut to 1;
show;
go to x:-160 y:-110;
broadcast nut_available;
wait until touching Sprite3;
set nut to 0;
wait 1 secs;
hide;
}
}
Offline
dvd4 wrote:
Is this a bug ?
http://i48.tinypic.com/343rbc9.png
That's in the 2.0 alpha... paddle won't be happy.
Offline
Firedrake969 wrote:
dvd4 wrote:
Is this a bug ?
http://i48.tinypic.com/343rbc9.pngThat's in the 2.0 alpha... paddle won't be happy.
People can have access to the 2.0 alpha but not the website.
Offline
Hi,
I'm not able to drag sprite in the Flash project player.
I was able to drag the sprite when using Scratch.
Here's the project link: http://scratch.mit.edu/projects/akapribot/2849637
I'm using Firefox 14.
Hope it'll be fixed soon.
Thanks!
Offline
I can't play any scratch projects!
Offline
Duelist101 wrote:
I can't play any scratch projects!
1. Have you downloaded the latest Adobe Flash or Java?
if yes, sorry I cannot help you
Offline
Firedrake969 wrote:
dvd4 wrote:
Is this a bug ?
http://i48.tinypic.com/343rbc9.pngThat's in the 2.0 alpha... paddle won't be happy.
Why ?
Offline
The bug i have is i can't view any projects i but download them and some projects have stuff you can only view online and i can't comment or anything even on my own projects!!!
Thanks for reading
Offline
Mokat wrote:
Firedrake969 wrote:
dvd4 wrote:
Is this a bug ?
http://i48.tinypic.com/343rbc9.pngThat's in the 2.0 alpha... paddle won't be happy.
People can have access to the 2.0 alpha but not the website.
Cool, where do i get access!!
Offline
robo99bot wrote:
Mokat wrote:
Firedrake969 wrote:
That's in the 2.0 alpha... paddle won't be happy.People can have access to the 2.0 alpha but not the website.
Cool, where do i get access!!
look at the official 2.0 alpha topic
Offline
It's with both java player and the new adobe flash...
sliders won't show up as sliders... they turn up to be normal readouts...
PLEASE FIX!!!!
Offline
sakafitrady wrote:
It's with both java player and the new adobe flash...
sliders won't show up as sliders... they turn up to be normal readouts...
PLEASE FIX!!!!![]()
![]()
![]()
![]()
it's a known bug.
Offline
When I go on a project, it says "You need Adobe Flash" or whatever, and I have to refresh the page.
1. Almost any project I go on.
2. Nothing.
3. Chrome.
Offline
http://scratch.mit.edu/projects/cabrejas/2850486
looks like the "touching" option does not work properly (it does in the Java version). For this example, the cat can not eat the small fish, although the shark can eat the cat (both coded similarly with touching block)
I am using Chrome.
Offline
The sound of my project ( http://scratch.mit.edu/projects/wolframh/2850230 ) is on the flash player not as it is originally in scratch. In the java version it is totally ok.
Bit sad,
Wolfram
Offline
http://scratch.mit.edu/projects/BohemianCoast/2850579
I'm not getting any drum sounds -- note sounds are fine though different.
Offline
drag the green cat
the thought bubble jumps around
center of whirling is still off
the whirl center changes in full screen mode
i have submitted these both before, are you ignoring my bug reports?
Last edited by Wes64 (2012-10-21 18:39:19)
Offline
I am using Chrome.
Every project that uses pen.
When you scroll down, the pen stamps.
Offline
I made this project http://scratch.mit.edu/projects/Enderman537/2851505 which calculates x=10^y, in which x is the number you type in and y (rounded to the nearest thousandth--remember that part) is the number that it shows you. So I tried it, typing in the number 16, and I think it came out with 1.203 and then a bunch of 9's and then a 7.
Offline
I know this is not flash but if you press love it you get another love to the love list but if you press it again it turns grey and another love appears!
whenclicked
foreverpress love itchangelove it ▼by1
Last edited by robo99bot (2012-10-22 11:53:57)
Offline