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

#1 2009-06-08 21:36:42

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

basic scratch 1.4 project won't run in java player

Works fine offline

http://scratch.mit.edu/projects/archtest/562562

The scripting is pretty simple, but it can't even send the broadcast which starts the game


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#2 2009-06-08 21:42:56

fruit
Scratcher
Registered: 2009-04-24
Posts: 1000+

Re: basic scratch 1.4 project won't run in java player

odd...


@savi3000 | hcsmp.com

Offline

 

#3 2009-06-11 14:04:09

vfire27
Scratcher
Registered: 2008-06-06
Posts: 21

Re: basic scratch 1.4 project won't run in java player

<when green flag clicked>
<{Project does not work}>
<stop all>

Offline

 

#4 2009-06-11 14:53:38

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: basic scratch 1.4 project won't run in java player

Exactly... My Trapped Alpha does work, but there's a freakin' bug, lemme show you:
As the player clicks "Play", he has to answer two questions: Name and Age. This is used by some AI-related stuff, like "This is the information point, <<player name here>>". The problem is with online player, which adds age first and name second on the _PLAYERDATA list, so the player gets NAME=AGE, AGE=NAME. This is weird.


Converting my Scratch projects to Python!

Offline

 

#5 2009-06-11 15:22:35

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: basic scratch 1.4 project won't run in java player

I believe you just have to reupload it.

Offline

 

#6 2009-06-12 12:43:41

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

Re: basic scratch 1.4 project won't run in java player

filo5 wrote:

Exactly... My Trapped Alpha does work, but there's a freakin' bug, lemme show you:
As the player clicks "Play", he has to answer two questions: Name and Age. This is used by some AI-related stuff, like "This is the information point, <<player name here>>". The problem is with online player, which adds age first and name second on the _PLAYERDATA list, so the player gets NAME=AGE, AGE=NAME. This is weird.

I would bet that this is the problem here:

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


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

 

Board footer