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

#626 2012-08-02 16:40:38

numberonegamers
Scratcher
Registered: 2012-07-12
Posts: 100+

Re: Report bugs in the Flash-Based Scratch Player beta here!

My Games don't work on either flash or java

Offline

 

#627 2012-08-03 14:49:09

jTron
Scratcher
Registered: 2009-07-10
Posts: 100+

Re: Report bugs in the Flash-Based Scratch Player beta here!

This project works fine in small viewer but fisheye goes funky when in full screen.

OS: Windows XP Home (5.1.2600)
Browser: Mozilla Firefox 14.0.1
Project: Dancing Squares by dapontes
Problem: The fisheye seems to only take effect on an area the size of the block while not full screen, even when fullscreen.
Flash Version: 11.3.300.270

Last edited by jTron (2012-08-03 14:49:45)


You just have to manipulate the jimber into the right conjunction with the first tacklette. Then, manifestate the other tacklette to circumlocute the tinder. Wait, what were we talking about again?

Offline

 

#628 2012-08-03 17:16:03

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

Ran into a new bug last night:

You may have already seen my Adventure game: http://scratch.mit.edu/projects/BoltBait/1516358

In it, I use a sprite with "holes" cut in it to mask the list variable frame from showing.

I'm working on a new project with a similar technique to mask the edges of a list.  Only this time I wanted to leave the scroll bar visible so that the user could scroll the items once they filled up the screen.

I noticed, however, that if you cover a list with a sprite that has holes in it, the scroll bar of the list doesn't work.


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#629 2012-08-09 03:47:03

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

I found one!

In the experimental full-screen mode (shift-click full-screen button), you cannot click the green flag: it toggles turbo mode. This continues until you exit full-screen mode and shift-click on the project.


http://i50.tinypic.com/312u714.jpg

Offline

 

#630 2012-08-14 22:06:05

Kenichi10
Scratcher
Registered: 2010-05-07
Posts: 89

Re: Report bugs in the Flash-Based Scratch Player beta here!

I've been trying to make my scratch projects look professional lately. What I've done is layed out the flash player in a div tag so that the top bar and borders are removed.

http://kenichi10.hostoi.com/FPBarRemovalTutorial.html

The only problem is that 480x360 pixels is too small. I thought I could just resize the flash player and it would automatically scale for me. The problem is that it doesn't automatically scale until the fullscreen button is clicked. It makes a huge black whole of nothingness.

It'd be really nice if I could stretch the flash player even when not in full screen mode.

Also, when it's fixed, please alert me so that I can download the latest copy of the flash player to my website. THANKS!  cool


http://kenichi10.hostoi.com/1Banner.pnghttp://kenichi10.hostoi.com/2Banner.png

Offline

 

#631 2012-08-15 02:58:54

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Report bugs in the Flash-Based Scratch Player beta here!

In shift-click fullscreen, the 'Ask' will not accept input.

OS: Win7 and Mac OS X 10.6
Browser: Safari (No idea what version, not the one packaged with OSX 10.8)
Example: Operated System by me.
Flash version on Win7: 11,3,300,270


Who would win, SOPA or PIPA?

Offline

 

#632 2012-08-15 11:40:45

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: Report bugs in the Flash-Based Scratch Player beta here!

same to the above, with

Windows Vista Home premium
and IE 8


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#633 2012-08-15 11:50:24

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

MrFlash67 wrote:

In shift-click fullscreen, the 'Ask' will not accept input.

OS: Win7 and Mac OS X 10.6
Browser: Safari (No idea what version, not the one packaged with OSX 10.8)
Example: Operated System by me.
Flash version on Win7: 11,3,300,270

Works for me.

OS: Win7 Basic
Browser: Chrome 21.0.1180.79 m
Flash version on Win7: Came packaged with Chrome.


http://i50.tinypic.com/312u714.jpg

Offline

 

#634 2012-08-15 15:06:29

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Report bugs in the Flash-Based Scratch Player beta here!

BirdByte wrote:

MrFlash67 wrote:

In shift-click fullscreen, the 'Ask' will not accept input.

OS: Win7 and Mac OS X 10.6
Browser: Safari (No idea what version, not the one packaged with OSX 10.8)
Example: Operated System by me.
Flash version on Win7: 11,3,300,270

Works for me.

OS: Win7 Basic
Browser: Chrome 21.0.1180.79 m
Flash version on Win7: Came packaged with Chrome.

Did you try shift-clicking the button? Just clicking it puts it in a bigger player, and shift-clicking puts it in YouTube-like fullscreen.


Who would win, SOPA or PIPA?

Offline

 

#635 2012-08-19 16:07:04

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

BoltBait wrote:

Ran into a new bug last night:

You may have already seen my Adventure game: http://scratch.mit.edu/projects/BoltBait/1516358

In it, I use a sprite with "holes" cut in it to mask the list variable frame from showing.

I'm working on a new project with a similar technique to mask the edges of a list.  Only this time I wanted to leave the scroll bar visible so that the user could scroll the items once they filled up the screen.

I noticed, however, that if you cover a list with a sprite that has holes in it, the scroll bar of the list doesn't work.

Well, I just ignored the error (hoping that you would soon fix it) and uploaded my latest project which shows the problem.  You can see it here:

http://scratch.mit.edu/projects/BoltBait/2737104

Once you fill up the Moves list, it starts working strange and you can't scroll the list.

Last edited by BoltBait (2012-08-19 19:38:42)


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#636 2012-08-19 17:39:15

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

Your computer's Operating System: Windows 7
Your web browser's name and version: IE (v. The most up-to-date version, whatever that is.)
Flash version: 11.3.300.271
Description of Problem: You can slide blocks up and down in Java in the project, but not in Flash, so I don't know if this is a problem with the script, the Flash Player, or IE.
Link to project: This project

Last edited by ErnieParke (2012-08-29 15:19:18)


http://i46.tinypic.com/35ismmc.png

Offline

 

#637 2012-08-19 19:02:00

redogames
Scratcher
Registered: 2012-08-19
Posts: 2

Re: Report bugs in the Flash-Based Scratch Player beta here!

lots of bugs sprites appear when not supposed to and stuff

Offline

 

#638 2012-08-19 20:54:01

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

redogames wrote:

lots of bugs sprites appear when not supposed to and stuff

Redogames, you'll need to be more specific if you want the glitch fixed.  What OS are you using?  What browser?  Could you give us an example of a project that doesn't work?

Offline

 

#639 2012-08-28 22:35:37

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

OS: Windows XP Professional (Service Pack 3)
Browser: Firefox 13.0
Flash version: 11.4.402.265
Problem: the center of the whirl effect differs in full-screen mode. (example)

Last edited by Wes64 (2012-08-28 22:36:02)


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#640 2012-08-29 09:30:18

UltraAdam
Scratcher
Registered: 2012-03-03
Posts: 500+

Re: Report bugs in the Flash-Based Scratch Player beta here!

On my new game Bounce it won't let me level up when in download it dose!


http://i.imgur.com/oRiUo.gif

Offline

 

#641 2012-08-31 18:58:44

Ask_Pinkamena
Scratcher
Registered: 2012-08-26
Posts: 100

Re: Report bugs in the Flash-Based Scratch Player beta here!

numberonegamers wrote:

My Games don't work on either flash or java

me too


I've been playing this on the wii and its not a mod it's a glitch, you have to do a 360 no scope double fake roll tomahawk to the index finger, and throw a grenade at someone without killing them. Duh.  LOL.

Offline

 

#642 2012-09-01 17:30:07

skippito
Scratcher
Registered: 2012-03-17
Posts: 100+

Re: Report bugs in the Flash-Based Scratch Player beta here!

When I press space, all it does is scroll down the page, instead of being used by the program.

Offline

 

#643 2012-09-01 17:31:10

skippito
Scratcher
Registered: 2012-03-17
Posts: 100+

Re: Report bugs in the Flash-Based Scratch Player beta here!

Ask_Pinkamena wrote:

numberonegamers wrote:

My Games don't work on either flash or java

me too

Mine sent an error in Java and some inputs do not work in Flash (space button).

Last edited by skippito (2012-09-01 18:03:39)

Offline

 

#644 2012-09-01 17:45:01

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

skippito wrote:

When I press space, all it does is scroll down the page, instead of being used by the program.

This is a safety feature of Flash.  You must first click on your project, then the space bar will be sent to your project instead of your browser (to scroll your page).


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#645 2012-09-01 18:04:30

skippito
Scratcher
Registered: 2012-03-17
Posts: 100+

Re: Report bugs in the Flash-Based Scratch Player beta here!

BoltBait wrote:

skippito wrote:

When I press space, all it does is scroll down the page, instead of being used by the program.

This is a safety feature of Flash.  You must first click on your project, then the space bar will be sent to your project instead of your browser (to scroll your page).

I did click on the project. No matter how many times I did, the glitch would still happen.

Offline

 

#646 2012-09-01 19:35:18

Ask_Pinkamena
Scratcher
Registered: 2012-08-26
Posts: 100

Re: Report bugs in the Flash-Based Scratch Player beta here!

skippito wrote:

Ask_Pinkamena wrote:

numberonegamers wrote:

My Games don't work on either flash or java

me too

Mine sent an error in Java and some inputs do not work in Flash (space button).

oh. mine just sits there with a white screen for the flash player and java says i need to install which ive already done.  sad


I've been playing this on the wii and its not a mod it's a glitch, you have to do a 360 no scope double fake roll tomahawk to the index finger, and throw a grenade at someone without killing them. Duh.  LOL.

Offline

 

#647 2012-09-01 23:23:07

Ask_Pinkamena
Scratcher
Registered: 2012-08-26
Posts: 100

Re: Report bugs in the Flash-Based Scratch Player beta here!

Ask_Pinkamena wrote:

oh. mine just sits there with a white screen for the flash player and java says i need to install which ive already done.  sad

never mind  tongue


I've been playing this on the wii and its not a mod it's a glitch, you have to do a 360 no scope double fake roll tomahawk to the index finger, and throw a grenade at someone without killing them. Duh.  LOL.

Offline

 

#648 2012-09-02 00:30:01

paintsplat
Scratcher
Registered: 2008-12-08
Posts: 27

Re: Report bugs in the Flash-Based Scratch Player beta here!

just noticed something odd in my last projects which use whirl effect for the background.
When i view the project in full screen display in the flash player online..the whirl effect
stays centered where it was in non full screen display.
result being is the centre of the whirl is in the top left hand side of display and not the centre.

not sure what version of flash i am running in the mozilla firefox browser i used to
view projects online. It should be the more recent flash player as it recently updated.
laptop operating system being windows xp home edition.

Offline

 

#649 2012-09-02 03:39:42

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

paintsplat wrote:

just noticed something odd in my last projects which use whirl effect for the background.
When i view the project in full screen display in the flash player online..the whirl effect
stays centered where it was in non full screen display.
result being is the centre of the whirl is in the top left hand side of display and not the centre.

not sure what version of flash i am running in the mozilla firefox browser i used to
view projects online. It should be the more recent flash player as it recently updated.
laptop operating system being windows xp home edition.

Same bug as I'm encountering.

Windows XP Professional.
Google Chrome 21.


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#650 2012-09-02 04:45:05

soniku3
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Report bugs in the Flash-Based Scratch Player beta here!

jontmy00 wrote:

paintsplat wrote:

just noticed something odd in my last projects which use whirl effect for the background.
When i view the project in full screen display in the flash player online..the whirl effect
stays centered where it was in non full screen display.
result being is the centre of the whirl is in the top left hand side of display and not the centre.

not sure what version of flash i am running in the mozilla firefox browser i used to
view projects online. It should be the more recent flash player as it recently updated.
laptop operating system being windows xp home edition.

Same bug as I'm encountering.

Windows XP Professional.
Google Chrome 21.

Exacly the same here. Also using Chrome 21. and Windows XP Proffessional.


internet's all about cats today.

Offline

 

Board footer