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

#51 2011-08-14 17:39:29

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

Re: Gopher Development Thread

WindowsExplorer wrote:

Yes, the password protection mode (teh login part at the start), new interface updates, and it will be having mesh and maybe wwm blocks in gopher 2.0. I spent so much time adding new blocks, that I didn't get much features, and taht login part took up most of my time!

I'll help you with wwm


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

 

#52 2011-08-14 17:44:54

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

Thanks!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#53 2011-08-14 17:51:44

Borrego6165
Scratcher
Registered: 2011-03-10
Posts: 1000+

Re: Gopher Development Thread

Not sure if its too late, but I desperatly need a special block which will allow me to do this:

1. I can make a sprite called "ground" move using the arrow keys to make it look like you're scrolling it. This is called background scrolling.
2. I can make it so that when a player places the sprite "building" anywhere on the ground it will stay on the same point of the ground wherever he/she moves it.
3. However, a road is needed more than once. Therefore, a road cannot be a sprite because I would need hundreds of them. Instead, I need it to be a stamp. I have found a way to keep a stamp moving above its same location just like the sprite "building", however, everytime you stamp a new piece of road, the old stamps moves into position of the new stamp because the variables PositionX and PositionY have changed for the new location. How would you over come this? What blocks would be needed to have endless road pieces that stay in their positions?


Generation:4001 Build a beautiful city, with over 50 objects and over 10000 tiles per city! This simulates traffic, pollution, tourism, crime and more!

Offline

 

#54 2011-08-15 02:59:51

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

That's sort of the same as giving it a clone, and giving the clone a script. I'm glad to hear that your using Gopher to create one of your projects! The block currently isn't in 1.3, but it will be in 2.0, which will be out in a few weeks, but until then, i'm sorry  sad


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#55 2011-08-15 04:14:38

Borrego6165
Scratcher
Registered: 2011-03-10
Posts: 1000+

Re: Gopher Development Thread

How will the cloning system work? Because the way I've worked it out is:
A stamp is given positionX and positionY so that when scroll X and scroll Y are changed they move when the player scrolls around. What I need is, whenever the stamp is cloned, it also creates its own new variables positionX and positionY. would this be actually posible,so then when the game restarts it will wipe out all of the clones and extra variables? or is there another way to do this using cloning?


Generation:4001 Build a beautiful city, with over 50 objects and over 10000 tiles per city! This simulates traffic, pollution, tourism, crime and more!

Offline

 

#56 2011-08-15 04:15:42

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

The only way to give a stamp a scipt is to make it a clone, not a stamp.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#57 2011-08-15 04:20:07

Borrego6165
Scratcher
Registered: 2011-03-10
Posts: 1000+

Re: Gopher Development Thread

Thanks. Also, everytime I try to add a new username and passwrod to Gopher 1.3, when I restart it it says the details are invaild and so I have to use t1 and t2


Generation:4001 Build a beautiful city, with over 50 objects and over 10000 tiles per city! This simulates traffic, pollution, tourism, crime and more!

Offline

 

#58 2011-08-15 04:29:22

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

Oh. I'm sorry about that! That will be fixed in Gopher 2.0, or it maybe removed, but I can not put any updates on the software yet, sorry! But I might just think about making a Gopher 1.4, with errors fixed.  sad


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#59 2011-08-15 04:29:51

Borrego6165
Scratcher
Registered: 2011-03-10
Posts: 1000+

Re: Gopher Development Thread

one very last thing! will gopher 2 be backwards-compatible? you see, i don't want to spend ages designing the backdrops and menus for the game to then realise that it'll all have to be remade for the new one.


Generation:4001 Build a beautiful city, with over 50 objects and over 10000 tiles per city! This simulates traffic, pollution, tourism, crime and more!

Offline

 

#60 2011-08-15 04:31:38

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

Don't worry, all the Gopher versions will be backwards-compatible.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#61 2011-08-15 13:47:05

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

Re: Gopher Development Thread

hey windowsexlporer, internet explorer isn't going to any weebly site for some reason. Could you please put a zip on dropbox and give me the link for a direct download for gopher 1.3?


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

 

#62 2011-08-15 13:48:47

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

Here's the direct link: http://dl.dropbox.com/u/36360817/Gopher%201.3.zip


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#63 2011-08-15 13:55:04

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

Re: Gopher Development Thread

YAY!! thank you very much. I will tell you how I like it when I unzip 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

 

#64 2011-08-15 13:55:26

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

:d

Last edited by WindowsExplorer (2011-08-15 13:55:48)


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#65 2011-08-15 13:57:11

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

Re: Gopher Development Thread

BTW, the image in your sig is broken


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

 

#66 2011-08-15 14:08:44

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

not on my pc.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#67 2011-08-15 15:07:28

Borrego6165
Scratcher
Registered: 2011-03-10
Posts: 1000+

Re: Gopher Development Thread

when will you be able to post your creations online? and what new features will be in 2.0 for sure?


Generation:4001 Build a beautiful city, with over 50 objects and over 10000 tiles per city! This simulates traffic, pollution, tourism, crime and more!

Offline

 

#68 2011-08-15 15:14:01

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

WWM, and you will be able to post projects once GP1 finishes teh website.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#69 2011-08-15 15:52:20

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

Re: Gopher Development Thread

WindowsExplorer wrote:

WWM, and you will be able to post projects once GP1 finishes teh website.

WWM based off of Kitcat. Anyway, could you get a server that supports php ready and send me the ftp username and password and the mysql username, password, host and database? I can't finish it untill then.


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

 

#70 2011-08-15 16:05:19

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

Ok. I'll use 000webhost, and I'l PM you the details, when you sign up on gopher forums


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#71 2011-08-15 16:08:38

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

Re: Gopher Development Thread

I did........


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

 

#72 2011-08-15 16:11:16

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

Re: Gopher Development Thread

HELP!!! I opened Gopher, and it asks me for a username. I DON'T KNOW WHAT TO PUT!!!


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

 

#73 2011-08-15 16:42:06

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher Development Thread

the default username is t1, and the default password is t2.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#74 2011-08-16 06:22:14

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Gopher Development Thread

haha lol i never even noticed this thread


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#75 2011-08-20 16:38:01

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

Re: Gopher Development Thread

Do you want the Gopher website to look the same as the old one, or what?
BTW, I'm not copying the whole Kitcat site because I like php and I'm going to code the thing from scratch (not this scratch, the other kind of scratch  tongue  )


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

 

Board footer