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

#151 2012-12-31 11:30:29

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere Beta 0.2

GP1 wrote:

pwiter wrote:

GP1 wrote:


Good idea. Don't get too engaged in this, it shouldn't take over your sleep cycle.

My sleep cycle is already messed up from the Ludum Dare.  smile

Oh. That's cool. Anyway, if you need help with the PHP code, I might be able to help. I'm really good at PHP. Not so much on OAuth 2.0, though...

It's just the OAuth stuff. I got the downloading and extracting set, I just need to set up OAuth stuff.

The thing with OAuth, is that you need to register the app on GitHub, and I can't seem to find the right URLs to put in there. The documentation is not the kind I like either. I like to see examples(that's how I learn), and learn from it.


http://i.imgur.com/YBeXc.png

Offline

 

#152 2012-12-31 11:35:35

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere Beta 0.2

GP1 wrote:

pwiter wrote:

GP1 wrote:

OMG! That looks awesome! But shouldn't we put a border around the canvas element so the player does not know that the green flag is not part of the stage? Scratch 2.0s viewer has a very light blue for a header, maybe we could do the same, but with orange instead if blue. Or something like that. I sorta like the header, come to think of it.

I don't see it for some reason.  sad

Like, the viewer is the same as before? Well, you could try clearing your cache, that would work.

Yeah clearing my cache did work. Thx!

I'm meant disable the turbo stuff so it doesn't show the turbo thing

Last edited by pwiter (2012-12-31 11:41:10)


http://i.imgur.com/YBeXc.png

Offline

 

#153 2012-12-31 11:47:19

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

al-x wrote:

GP1 wrote:

al-x wrote:


okay I did

OMG! That looks awesome! But shouldn't we put a border around the canvas element so the player does not know that the green flag is not part of the stage? Scratch 2.0s viewer has a very light blue for a header, maybe we could do the same, but with orange instead if blue. Or something like that. I sorta like the header, come to think of it.

the green flag is still in the header just the header is white... so it is part of the stage in a way  smile

It doesn't look right to me. But do what you must.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#154 2012-12-31 11:53:14

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

pwiter wrote:

GP1 wrote:

pwiter wrote:


My sleep cycle is already messed up from the Ludum Dare.  smile

Oh. That's cool. Anyway, if you need help with the PHP code, I might be able to help. I'm really good at PHP. Not so much on OAuth 2.0, though...

It's just the OAuth stuff. I got the downloading and extracting set, I just need to set up OAuth stuff.

The thing with OAuth, is that you need to register the app on GitHub, and I can't seem to find the right URLs to put in there. The documentation is not the kind I like either. I like to see examples(that's how I learn), and learn from it.

The main URL should be the url if your domain (ex. http://macrobit.tk) and the callback url should be the domain of the location where the script that does all the OAuth scripting is (ex. http://macrobit.tk/scriptThatDoesStuff.php)


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#155 2012-12-31 12:10:00

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere Beta 0.2

GP1 wrote:

pwiter wrote:

GP1 wrote:


Oh. That's cool. Anyway, if you need help with the PHP code, I might be able to help. I'm really good at PHP. Not so much on OAuth 2.0, though...

It's just the OAuth stuff. I got the downloading and extracting set, I just need to set up OAuth stuff.

The thing with OAuth, is that you need to register the app on GitHub, and I can't seem to find the right URLs to put in there. The documentation is not the kind I like either. I like to see examples(that's how I learn), and learn from it.

The main URL should be the url if your domain (ex. http://macrobit.tk) and the callback url should be the domain of the location where the script that does all the OAuth scripting is (ex. http://macrobit.tk/scriptThatDoesStuff.php)

Oh... That makes more sense. Thanks.


http://i.imgur.com/YBeXc.png

Offline

 

#156 2012-12-31 13:26:11

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere Beta 0.2

I've been working on OAuth, and is kind of working. It sends you to GitHub to logon. Just need to work on logged in stuff.

Last edited by pwiter (2012-12-31 13:26:29)


http://i.imgur.com/YBeXc.png

Offline

 

#157 2012-12-31 13:27:38

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

pwiter wrote:

I've been working on OAuth, and is kind of working. It sends you to GitHub to logon. Just need to work on logged in stuff.

Yay! Your getting there...


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#158 2012-12-31 13:28:40

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

@al-x
In the main Go Everywhere repo there is a file named home.html, this is our home page. Do you think you can style it up?


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#159 2012-12-31 13:33:31

al-x
New Scratcher
Registered: 2012-10-03
Posts: 100+

Re: Go Everywhere Beta 0.2

GP1 wrote:

@al-x
In the main Go Everywhere repo there is a file named home.html, this is our home page. Do you think you can style it up?

I'll try my best  smile

Offline

 

#160 2012-12-31 13:42:39

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

Okay, this is the first test I have for Go Everywhere. http://jsfiddle.net/cakeisajoke/LbQct/6 … ed/result/
Yes, the blocks are words, but this is just an example of block sorting and such.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#161 2012-12-31 13:43:29

Pitusky12
Scratcher
Registered: 2011-09-21
Posts: 500+

Re: Go Everywhere Beta 0.2

GP1 wrote:

Okay, this is the first test I have for Go Everywhere. http://jsfiddle.net/cakeisajoke/LbQct/6 … ed/result/
Yes, the blocks are words, but this is just an example of block sorting and such.

this could work but we need the block codes


Scratch 2.0 Beta Tester  wink

Offline

 

#162 2012-12-31 13:44:59

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

Pitusky12 wrote:

GP1 wrote:

Okay, this is the first test I have for Go Everywhere. http://jsfiddle.net/cakeisajoke/LbQct/6 … ed/result/
Yes, the blocks are words, but this is just an example of block sorting and such.

this could work but we need the block codes

Exactly. I'm working on that now.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#163 2012-12-31 14:26:03

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

Ok, I got it. This next test is the same as before, except you will notice the words on the blocks that represent commands. Each command does what it is told; in the correct order. Try sorting the blocks around, adding new blocks (alert 6 template), and when you are ready to test it, click on the link to run the script. This test is available at http://jsfiddle.net/cakeisajoke/LbQct/2 … ed/result/. It has been tested with Google Chrome and on a tablet with Google Chrome for Mobile devices. It also has been tested with Firefox for Android (its slow, but it works).

Last edited by GP1 (2012-12-31 14:28:43)


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#164 2012-12-31 16:08:39

al-x
New Scratcher
Registered: 2012-10-03
Posts: 100+

Re: Go Everywhere Beta 0.2

al-x wrote:

GP1 wrote:

@al-x
In the main Go Everywhere repo there is a file named home.html, this is our home page. Do you think you can style it up?

I'll try my best  smile

okay I can't upload to github so I put it on media fire I styled it up quickly but I think its good heres the link: http://www.mediafire.com/?9atjagusoslwvml

Offline

 

#165 2012-12-31 16:12:49

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Go Everywhere Beta 0.2

I'm back and can help with styling

And that was post 2000

Last edited by Laternenpfahl (2012-12-31 16:13:01)


http://i46.tinypic.com/6yd4c0.png

Offline

 

#166 2012-12-31 16:19:09

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Go Everywhere Beta 0.2

I'm laternenpfahl on github


http://i46.tinypic.com/6yd4c0.png

Offline

 

#167 2012-12-31 16:31:28

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Go Everywhere Beta 0.2

http://i.imgur.com/EAhGy.png


http://i46.tinypic.com/6yd4c0.png

Offline

 

#168 2012-12-31 16:44:32

al-x
New Scratcher
Registered: 2012-10-03
Posts: 100+

Re: Go Everywhere Beta 0.2

al-x wrote:

al-x wrote:

GP1 wrote:

@al-x
In the main Go Everywhere repo there is a file named home.html, this is our home page. Do you think you can style it up?

I'll try my best  smile

okay I can't upload to github so I put it on media fire I styled it up quickly but I think its good heres the link: http://www.mediafire.com/?9atjagusoslwvml

never mind I updated it on github

Offline

 

#169 2012-12-31 19:56:48

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere Beta 0.2

Ugh...
I will be offline for the next week or so as my Internet bandwidth usage is at 100%. I hate these bandwidth limits. I only get 60 gb.  sad


http://i.imgur.com/YBeXc.png

Offline

 

#170 2012-12-31 20:06:11

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

pwiter wrote:

Ugh...
I will be offline for the next week or so as my Internet bandwidth usage is at 100%. I hate these bandwidth limits. I only get 60 gb.  sad

OK, we'll manage without PHP for a while.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#171 2012-12-31 20:07:19

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

Laternenpfahl wrote:

I'm laternenpfahl on github

OK, I'll add you in a bit.
!!!60 second rule!!!


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#172 2012-12-31 20:08:21

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Go Everywhere Beta 0.2

Can I push the new site?


http://i46.tinypic.com/6yd4c0.png

Offline

 

#173 2012-12-31 20:36:06

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere Beta 0.2

Laternenpfahl wrote:

Can I push the new site?

Yes, but please do not push to the gh-pages repo. Push to the master repo, then merge the two together.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#174 2012-12-31 20:49:15

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Go Everywhere Beta 0.2

i'm new to this.. Im pushing it seperately.  tongue  (home_new.html)


http://i46.tinypic.com/6yd4c0.png

Offline

 

#175 2012-12-31 20:50:37

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Go Everywhere Beta 0.2

Also a home_new_files


http://i46.tinypic.com/6yd4c0.png

Offline

 

Board footer