Alright, so that would be GP1. I'm not sure if CSS is needed..
Offline
I'll just oversee different things. I'm too involved with learning PHP, to start back in on a javascript ebook. I seriously need more reference books.
Offline
I sometimes think I have too many reference books...
Offline
right, I've done it. I just need to polish it a little then you can take a look at it, edit it whatever. (btw no, css isn't needed)
I can't take credit for most of it, some is from BYOB 4.0, and this code only has 1.4 blocks I'm still working on 2.0 mainly because I can't remember them...
Last edited by P110 (2012-06-20 11:58:56)
Offline
When do you think you'll have it uploaded?
Offline
P110 wrote:
I'll release test tmoz
Yay.
Offline
Here it is, the thing you've been waiting for, it has been in development for ages, It's finally ready for testing, all of this is in HTML 5 and Java script, so why not take a quick look at one of these links below (good luck):
ENJOY
Link Link Link Link Link Link Link Link
Last edited by P110 (2012-06-21 13:35:37)
Offline
That doesn't support loading from Scratch files, though.
Offline
It's Snap..
Offline
bobbybee wrote:
It's Snap..
oh, doesn't it? sorry I'll check out changing that tomorrow
is that, "it's snap..." response, disappointment or not (it's hard as I can't see facial expressions)
Last edited by P110 (2012-06-21 15:02:18)
Offline
veggieman001 wrote:
That doesn't support loading from Scratch files, though.
could you explain where the problem is?
Offline
P110 wrote:
veggieman001 wrote:
That doesn't support loading from Scratch files, though.
could you explain where the problem is?
oh... I see where the problem is... it literally doesn't let you import them... I'll have to work on that...
Offline
P110 wrote:
bobbybee wrote:
It's Snap..
oh, doesn't it? sorry I'll check out changing that tomorrow
is that, "it's snap..." response, disappointment or not (it's hard as I can't see facial expressions)
He means that it's Snap, the latest version of BYOB
Offline
hey Bobbyee and XenoK and veggieman,
If we are going to make a player, the editor exports as XML, so we would need to make it read the XML code, also, when you hit export the url changes to [...]/#open:[xml data] I'll try to look for how it does that to aid creation
EDIT:
this.reactToWorldResize(world.bounds);
if (location.hash.substr(0, 6) === '#open:') {
hash = location.hash.substr(6);
if (hash.charAt(0) === '%'
|| hash.search(/\%(?:[0-9a-f]{2})/i) > -1) {
hash = decodeURIComponent(hash);
}
this.openProjectString(hash);
}
};I hope you can make sense of it...
Offline
Oh, SCRATCHTML5 exports as XML? I think you might mean BYOB4 (rolleyes)
Offline
bobbybee wrote:
Oh, SCRATCHTML5 exports as XML? I think you might mean BYOB4 (rolleyes)
I did tell you I took BYOB4 and made it into scratch HTML5, I'm sorry if your disappointed.
I am still making edits though and it will change...
P110 wrote:
I can't take credit for most of it, most is from BYOB 4.0
it is still a test and some BYOB features are being replaced to make them more like scratch so please, don't judge it just yet...
Also, again I'm sorry if I disappointed anyone, also, If your annoyed with me, I will stop contributing here, as I don't like people to be annoyed because of me...
Last edited by P110 (2012-06-21 15:43:01)
Offline