Link to Mod Share Mod Share

  Users Browse Upload Forums Log in

Mod Share Forums

Welcome to the Mod Share forums.

You are not logged in.

#1 2016-03-22 12:10:14

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

It's time to fix the byob glitch once and for all.

Later today, I will upload some byob3 projects to help debug.

Offline

#2 2016-03-22 14:52:04

jvvg
Mod Share Team
From: United States
Registered: 2012-09-16
Posts: 616
Website

Re: It's time to fix the byob glitch once and for all.

We do have plans to embed the Snap! player for projects made in BYOB or Snap!, but this first requires some changes to the player that we can't control. Once the player is suitably embeddable, we will use it.


wr5t1.png2h6dij7.png293kn7c.jpg2lwke37.png
Programmer • Runner • Mod Share Admin

Offline

#3 2016-03-22 16:25:17

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

Re: It's time to fix the byob glitch once and for all.

Okay. I recommend set up your own little mini-snap! Or, maybe, resorting to the famous squeakjs. I will remake a few mods to be player-only and can be run like that. Cool thing about Snap! is that it already works in websites.

I will experiment with plain old scratch.

Offline

#4 2016-03-22 17:26:46

jvvg
Mod Share Team
From: United States
Registered: 2012-09-16
Posts: 616
Website

Re: It's time to fix the byob glitch once and for all.

Krett12 wrote:

Okay. I recommend set up your own little mini-snap! Or, maybe, resorting to the famous squeakjs. I will remake a few mods to be player-only and can be run like that. Cool thing about Snap! is that it already works in websites.

I will experiment with plain old scratch.

SqueakJS is pretty slow, and I don't exactly have the time to reprogram Snap! myself.


wr5t1.png2h6dij7.png293kn7c.jpg2lwke37.png
Programmer • Runner • Mod Share Admin

Offline

#5 2016-03-22 17:49:31

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

Re: It's time to fix the byob glitch once and for all.

SqueakJS is only slow because it has to load the whole whopping thing. I'll handle all the reprogramming if you put it up on the pages.

Offline

#6 2016-03-22 20:40:57

jvvg
Mod Share Team
From: United States
Registered: 2012-09-16
Posts: 616
Website

Re: It's time to fix the byob glitch once and for all.

Krett12 wrote:

SqueakJS is only slow because it has to load the whole whopping thing. I'll handle all the reprogramming if you put it up on the pages.

If you can provide us with an embeddable version of SqueakJS that performs comparably to the Scratch player, we'll use it.


wr5t1.png2h6dij7.png293kn7c.jpg2lwke37.png
Programmer • Runner • Mod Share Admin

Offline

#7 2016-03-22 22:18:47

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

Re: It's time to fix the byob glitch once and for all.

Okay, I'll start right now.

Offline

#8 2016-03-24 14:19:38

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

Re: It's time to fix the byob glitch once and for all.

I'm going to attempt to strip Scratch down to its player, here is why.

[scratchblocks]
when gf clicked
reset timer
set [loop v] to [0]
repeat until <(timer) > [4.999]>
change [loop v] by (1)
end
[/scratchblocks]

Try that in Scratch, I got "199" before it stopped going up. In SqueakJS, I got 13. So I want to put only what is absolutely nessessary into the package.

Offline

#9 2016-03-24 15:11:54

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

Re: It's time to fix the byob glitch once and for all.

Is this what's supposed to happen:

wtf_squeakjs.png

Offline

#10 2016-03-24 16:06:04

jvvg
Mod Share Team
From: United States
Registered: 2012-09-16
Posts: 616
Website

Re: It's time to fix the byob glitch once and for all.

Krett12 wrote:

Is this what's supposed to happen:

http://s15.postimg.org/b6p9dgdy3/wtf_squeakjs.png

Sort of... It needs to be in presentation mode and there needs to be a way to link a project to it.


wr5t1.png2h6dij7.png293kn7c.jpg2lwke37.png
Programmer • Runner • Mod Share Admin

Offline

#11 2016-03-24 17:54:33

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

Re: It's time to fix the byob glitch once and for all.

It went into presentation mode just fine, but then when I clicked exit, that happened :P

I don't know how to give inputs with squeakjs but I will look into it.

Last edited by Krett12 (2016-03-24 17:55:34)

Offline

#12 2016-03-25 12:38:55

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

Re: It's time to fix the byob glitch once and for all.

Okay, I tried doing the exact same thing and this time and got this:
more_squrak_problems.png

EDIT : Keep in mind that the world color is supposed to be red, I changed it to that for a design reason that I'll explain later.

Last edited by Krett12 (2016-03-25 12:39:43)

Offline

#13 2016-03-25 12:41:00

Krett12
Mod Share-er
Registered: 2016-01-14
Posts: 59

Re: It's time to fix the byob glitch once and for all.

This is starting to freak me out.....tried it a third time and worked *perfectly*.

Offline

Board footer

This is part of Mod Share v4.0