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

#126 2012-12-30 21:30:13

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

al-x wrote:

GP1 wrote:


OK, your in.

I don't think we need a fullscreen button... I can update the graphics a bunch though and if you guys don't mind can we remove the gradient header? I find it annoying..  smile

Sure. Do what ever you want, we can just roll back to it anytime. And we need a fullscreen button, because we are doing an HTML5 version of the current Scratch 2.0 viewer. And the current Scratch viewer has a full screen button.

okay but can you point me to where the header is made?

Offline

 

#127 2012-12-30 21:31:00

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

al-x wrote:

GP1 wrote:


OK, your in.

I don't think we need a fullscreen button... I can update the graphics a bunch though and if you guys don't mind can we remove the gradient header? I find it annoying..  smile

Sure. Do what ever you want, we can just roll back to it anytime. And we need a fullscreen button, because we are doing an HTML5 version of the current Scratch 2.0 viewer. And the current Scratch viewer has a full screen button.

Btw, the Scratch 2.0 viewer is very different from the current jsScratch.


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

Offline

 

#128 2012-12-30 21:35:22

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

Re: Go Everywhere Beta 0.2

al-x wrote:

GP1 wrote:

al-x wrote:


I don't think we need a fullscreen button... I can update the graphics a bunch though and if you guys don't mind can we remove the gradient header? I find it annoying..  smile

Sure. Do what ever you want, we can just roll back to it anytime. And we need a fullscreen button, because we are doing an HTML5 version of the current Scratch 2.0 viewer. And the current Scratch viewer has a full screen button.

okay but can you point me to where the header is made?

Its in player.css, thats where all the style is.


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

 

#129 2012-12-30 21:37:55

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

Re: Go Everywhere Beta 0.2

pwiter wrote:

GP1 wrote:

al-x wrote:


I don't think we need a fullscreen button... I can update the graphics a bunch though and if you guys don't mind can we remove the gradient header? I find it annoying..  smile

Sure. Do what ever you want, we can just roll back to it anytime. And we need a fullscreen button, because we are doing an HTML5 version of the current Scratch 2.0 viewer. And the current Scratch viewer has a full screen button.

Btw, the Scratch 2.0 viewer is very different from the current jsScratch.

I know. Simple style can make it look like the Scratch 2.0 viewer. (we probably don't need the turbo-mode button. Scratch 2.0 doesn't have that. What do you think about that?)


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

 

#130 2012-12-30 21:48:14

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

Re: Go Everywhere Beta 0.2

GitHub pages was created for the main Go Everywhere repo. It is at http://goeverywhere.github.com/Go-Everywhere/.


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

 

#131 2012-12-30 21:54:22

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

Re: Go Everywhere Beta 0.2

Anyone know of a good free host that we should use for Go Everywhere? If you don't I can use my raspberry pi(but might go down).

Last edited by pwiter (2012-12-30 21:55:08)


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

Offline

 

#132 2012-12-30 22:04:23

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

Re: Go Everywhere Beta 0.2

pwiter wrote:

Anyone know of a good free host that we should use for Go Everywhere? If you don't I can use my raspberry pi(but might go down).

We can use 000webhost. Its pretty reliable. Its the most reliable one I've seen so far.


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

 

#133 2012-12-30 22:08:32

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

Re: Go Everywhere Beta 0.2

ATTENTION!!!!!
When working on Go Everywhere, DO NOT WORK IN THE GH-PAGES DIRECTORY! Work only in the master. When you think that what is in the master directory, then merge the master into gh-pages. This ensures that everybody is 1) working on the same code (and not old code) 2) there is a stable version of Go Everywhere before it gets released to prime time.

However, you can, at anytime, merge the two, if you feel the time is right. JsScratch needs to run on a server, so I recommend XAMPP (if you are on Windows. Mac and Linux have it built in, you just need to activate it).


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

 

#134 2012-12-30 22:11:40

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

ATTENTION!!!!!
When working on Go Everywhere, DO NOT WORK IN THE GH-PAGES DIRECTORY! Work only in the master. When you think that what is in the master directory, then merge the master into gh-pages. This ensures that everybody is 1) working on the same code (and not old code) 2) there is a stable version of Go Everywhere before it gets released to prime time.

However, you can, at anytime, merge the two, if you feel the time is right. JsScratch needs to run on a server, so I recommend XAMPP (if you are on Windows. Mac and Linux have it built in, you just need to activate it).

Ok, I'll make sure I do that. I just worked in gh-pages without knowing that I should work in master. Anyways when we set the server up we don't need the gh-pages.


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

Offline

 

#135 2012-12-30 22:12:42

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

pwiter wrote:

Anyone know of a good free host that we should use for Go Everywhere? If you don't I can use my raspberry pi(but might go down).

We can use 000webhost. Its pretty reliable. Its the most reliable one I've seen so far.

Sure, it's just that I need to create a new email to use it, because I have to wait 24 hours with my email(created an account that had the wrong domain).


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

Offline

 

#136 2012-12-30 22:20:33

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

Re: Go Everywhere Beta 0.2

pwiter wrote:

GP1 wrote:

ATTENTION!!!!!
When working on Go Everywhere, DO NOT WORK IN THE GH-PAGES DIRECTORY! Work only in the master. When you think that what is in the master directory, then merge the master into gh-pages. This ensures that everybody is 1) working on the same code (and not old code) 2) there is a stable version of Go Everywhere before it gets released to prime time.

However, you can, at anytime, merge the two, if you feel the time is right. JsScratch needs to run on a server, so I recommend XAMPP (if you are on Windows. Mac and Linux have it built in, you just need to activate it).

Ok, I'll make sure I do that. I just worked in gh-pages without knowing that I should work in master. Anyways when we set the server up we don't need the gh-pages.

I just meant in the Go Everywhere repo. JsScratch I don't care so much. I'm going to delete the master off of it. The main Go Everywhere one I will  delete gh-pages and create a new branch that we merge when it is ready for prime.


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

 

#137 2012-12-30 22:26:40

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

pwiter wrote:

GP1 wrote:

ATTENTION!!!!!
When working on Go Everywhere, DO NOT WORK IN THE GH-PAGES DIRECTORY! Work only in the master. When you think that what is in the master directory, then merge the master into gh-pages. This ensures that everybody is 1) working on the same code (and not old code) 2) there is a stable version of Go Everywhere before it gets released to prime time.

However, you can, at anytime, merge the two, if you feel the time is right. JsScratch needs to run on a server, so I recommend XAMPP (if you are on Windows. Mac and Linux have it built in, you just need to activate it).

Ok, I'll make sure I do that. I just worked in gh-pages without knowing that I should work in master. Anyways when we set the server up we don't need the gh-pages.

I just meant in the Go Everywhere repo. JsScratch I don't care so much. I'm going to delete the master off of it. The main Go Everywhere one I will  delete gh-pages and create a new branch that we merge when it is ready for prime.

Oh, that makes sense.

Anyways, I'm just going to register on 000webhost with a new email for now. That way we can have some stuff getting worked on. It might be some time till I get the GitHub OAuth thing worked out, but at least I can start working on it.  smile


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

Offline

 

#138 2012-12-30 22:39:42

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

Re: Go Everywhere Beta 0.2

I took the header away, the turbo buttons, and added better graphics I just have to upload it to github  smile

Offline

 

#139 2012-12-30 22:57:37

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

Re: Go Everywhere Beta 0.2

al-x wrote:

I took the header away, the turbo buttons, and added better graphics I just have to upload it to github  smile

You mean push  smile


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

Offline

 

#140 2012-12-30 23:25:55

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

Re: Go Everywhere Beta 0.2

pwiter wrote:

al-x wrote:

I took the header away, the turbo buttons, and added better graphics I just have to upload it to github  smile

You mean push  smile

yeah  smile

Offline

 

#141 2012-12-30 23:39:08

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

Re: Go Everywhere Beta 0.2

al-x wrote:

pwiter wrote:

al-x wrote:

I took the header away, the turbo buttons, and added better graphics I just have to upload it to github  smile

You mean push  smile

yeah  smile

Awesome!! Can't wait to see it! Push it as soon as you can.

Last edited by GP1 (2012-12-30 23:41:39)


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

 

#142 2012-12-30 23:46:12

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

al-x wrote:

pwiter wrote:


You mean push  smile

yeah  smile

Awesome!! Can't wait to see it! Push it as soon as you can.

okay I did

Offline

 

#143 2012-12-31 00:13:52

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

Re: Go Everywhere Beta 0.2

Ugh... Php is being annoying. I'm just gonna ditch this OAuth thing until later. Gonna go sleep now. It's 12:13 am.


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

Offline

 

#144 2012-12-31 00:25:28

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

Re: Go Everywhere Beta 0.2

pwiter wrote:

Ugh... Php is being annoying. I'm just gonna ditch this OAuth thing until later. Gonna go sleep now. It's 12:13 am.

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


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

 

#145 2012-12-31 01:20:47

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

Re: Go Everywhere Beta 0.2

al-x wrote:

GP1 wrote:

al-x wrote:


yeah  smile

Awesome!! Can't wait to see it! Push it as soon as you can.

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.


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

 

#146 2012-12-31 09:07:33

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

al-x wrote:

GP1 wrote:


Awesome!! Can't wait to see it! Push it as soon as you can.

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.

I don't see it for some reason.  sad


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

Offline

 

#147 2012-12-31 09:09:03

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

pwiter wrote:

Ugh... Php is being annoying. I'm just gonna ditch this OAuth thing until later. Gonna go sleep now. It's 12:13 am.

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


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

Offline

 

#148 2012-12-31 11:09:02

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

Re: Go Everywhere Beta 0.2

pwiter wrote:

GP1 wrote:

pwiter wrote:

Ugh... Php is being annoying. I'm just gonna ditch this OAuth thing until later. Gonna go sleep now. It's 12:13 am.

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...


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

 

#149 2012-12-31 11:10:48

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

Re: Go Everywhere Beta 0.2

pwiter 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.

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.


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

 

#150 2012-12-31 11:27:40

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

Re: Go Everywhere Beta 0.2

GP1 wrote:

al-x wrote:

GP1 wrote:


Awesome!! Can't wait to see it! Push it as soon as you can.

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

Offline

 

Board footer