So far three of my projects aren't working online. I was wondering if there were certain scripts that don't work.
Here are the projects:
Tumble Tables: So amazingly simple, yet refuses to work online. You can't do anything!
Probability Lab: 75% good. The spinner results aren't recorded online, but everything else is...
Concentration: The card dealing system doubles up cards online, but other than that, it's perfect.
Does anyone see a problem with these projects? Any help would be appreciated!
Thanks!
Last edited by greenflash (2009-10-18 15:23:01)
Offline
I found out why you can't move online. On the Sprite of the blue ball. First Script. There is a SET DIRECTION TO Block. Its blank. Delete it. The online player hates things like that, it stops the script.
I tested it and it worked for me.
Offline
greenflash wrote:
So far three of my projects aren't working online. I was wondering if there were certain scripts that don't work.
Here are the projects:
Tumble Tables: So amazingly simple, yet refuses to work online. You can't do anything!
Probability Lab: 75% good. The spinner results aren't recorded online, but everything else is...
Concentration: The card dealing system doubles up cards online, but other than that, it's perfect.
Does anyone see a problem with these projects? Any help would be appreciated!![]()
Thanks!
Does anybody have a solution for Probability Lab's spinner problem? Why doesn't it record anything online...it works fine offline.
Offline
Looks like the pink dot is too small. I made it twice as big, tried it under the java player, and the counters started working.
Offline
greenflash wrote:
...
Concentration: The card dealing system doubles up cards online, but other than that, it's perfect.
Does anyone see a problem with these projects? Any help would be appreciated!![]()
Thanks!
On my computer it takes about two seconds to fill the positions list when running it under Java. Which means that the list is not ready in time for your card sprites.
Offline