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

#4076 2011-09-03 09:32:26

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

http://pantherprogramming.weebly.com/uploads/4/0/7/6/4076678/3640192.jpg?770

Panther site update

Status: Complete

Live update display
     Forum http://andyweigel.com/images/icons/icons/tick.png
     Emails http://andyweigel.com/images/icons/icons/tick.png 441/441

Registrations http://andyweigel.com/images/icons/icons/tick.png There are now 171 registrars with Panther
     Projects http://andyweigel.com/images/icons/icons/tick.png
          Added "Kitten World" by Somelia
          Added "Marquee html code generator" by Reese-o
          Added "Sonic vs Metcha sonic" by marley2002
          Added "Pokemon" by 87tommyj
          Added "User activity detector" by BigDolphin
          Added then removed "Nazzo world" by kimmy123
          Added "Panther motion" by andrewcevery
          Added "texos file reader" by Necromaster
          Added "food catch" by ernie_mist
          Added "calendarTool" by Snowguy
          Added "powder game for panther" by rdococ
          Added "3D ping pong" by landmaker00010
          Added "weather station reader" by chrisw

100% complete

cups of tea: 2
cups of coffee: 3

I am currently: Done.

Last edited by sparks (2011-09-03 15:14:31)


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4077 2011-09-03 10:58:44

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: Panther development thread

sparks wrote:

Added "Nazzo world" by kimmy123

Sorry, but I think that the multiplayer part in it doesn't work, so can you remove it?

Last edited by kimmy123 (2011-09-03 10:58:58)


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#4078 2011-09-03 11:02:54

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

Sure  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4079 2011-09-03 15:15:36

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

It took me a whole day but I'm done!

Details


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4080 2011-09-03 18:37:04

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Panther development thread

I think that you should really add these blocks next version:

First modify |clear [ ]| so that it adds "panther (newline)" as the first line.

|make file [ ]| (Clears file if it already exists, adds "panther (newline)")

|delete file [ ]| (This is why we need "panther (newline)", so this only works on files beginning with that.  That way Panther can only delete its own files, and can't harm the computer.)

<file [ ] exists?>

<file at URL [ ] exists?>

Last edited by Greenatic (2011-09-03 18:37:52)

Offline

 

#4081 2011-09-04 07:25:39

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

Erm, if you wanted to then delete a file not created by Panther you simply need to clear the file and then delete it if the method you describe above was used  hmm


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4082 2011-09-04 08:17:17

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Panther development thread

sparks wrote:

Erm, if you wanted to then delete a file not created by Panther you simply need to clear the file and then delete it if the method you describe above was used  hmm

Hmmm...good point.  How about we forget about "panther (newline)" and make it so that only files inside the Panther directory, excluding the critical files, can be affected by |make file [ ]| and |delete file [ ]|.

I also think we really need [delete line ( ) of file [ ]|.

Offline

 

#4083 2011-09-04 08:37:49

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

At the moment there isn't too much trouble with file writing as I carefully check anything before uploading it. I would also love a "delete line () of file []" block too but there's no command for it. If you look in the block library you'll see that Jonnydean1 made one and it literally has to process the entire file, very slow.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4084 2011-09-04 08:50:41

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

Re: Panther development thread

this is what panther is capable of: http://scratch.mit.edu/projects/Borrego6165/2007035


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

 

#4085 2011-09-04 09:05:54

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

Borrego6165 wrote:

this is what panther is capable of: http://scratch.mit.edu/projects/Borrego6165/2007035

Yup, I got the email for this to be put on the Panther site and since you've posted here I'll count that as registering it to your username and put it up  big_smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4086 2011-09-04 09:21:47

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Panther development thread

sparks wrote:

At the moment there isn't too much trouble with file writing as I carefully check anything before uploading it. I would also love a "delete line () of file []" block too but there's no command for it. If you look in the block library you'll see that Jonnydean1 made one and it literally has to process the entire file, very slow.

The annoying thing though, is making people do setups.  Make this file here, and this file there...if we had |make file [ ]| and |delete file [ ]|, this wouldn't be necessary.

Offline

 

#4087 2011-09-04 09:30:46

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Panther development thread

Greenatic wrote:

Does anyone here know why Panther only opens the default project, even when you tell it to open something else?  Thanks!

^^^

Offline

 

#4088 2011-09-04 10:11:57

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

Greenatic wrote:

sparks wrote:

At the moment there isn't too much trouble with file writing as I carefully check anything before uploading it. I would also love a "delete line () of file []" block too but there's no command for it. If you look in the block library you'll see that Jonnydean1 made one and it literally has to process the entire file, very slow.

The annoying thing though, is making people do setups.  Make this file here, and this file there...if we had |make file [ ]| and |delete file [ ]|, this wouldn't be necessary.

Not at all. The clear file block will create a file rather than clear it if it does not exist. As for deleting files and such there are plenty of blocks under panther files here


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4089 2011-09-04 10:20:32

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

Re: Panther development thread

Panther.com: (whatever its called) why does it go to homepage when you click 3 on the project list? (go to community projects, click 3 and you'll see)

Last edited by Borrego6165 (2011-09-04 10:21:01)


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

 

#4090 2011-09-04 10:29:58

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

Re: Panther development thread

thanks sparks, if you can't upload then delete the music. thats' what i had to do to finally upload it without using winrar. also, are you a spyro fan or is sparks just a random name?


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

 

#4091 2011-09-04 11:26:26

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

Sparks is more to do with my interest in electronics and a sort of gleeful pyromania in my youth, is it the dragonfly in Spyro that's called Sparks?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4092 2011-09-04 11:38:27

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

Re: Panther development thread

yeah, you can fly around as him in spyro 3 too- epic!


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

 

#4093 2011-09-04 11:38:32

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

Borrego6165, Do you want me to sign you up for Panther news emails while I register you?

And there was a page error. I fixed it while I was adding the fourth projects page to accommodate your project  smile

Last edited by sparks (2011-09-04 12:07:46)


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4094 2011-09-04 11:43:15

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

Re: Panther development thread

please  big_smile


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

 

#4095 2011-09-04 11:45:46

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

Re: Panther development thread

have you uploaded it yet? if its not too late i'll send you the most recent 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

 

#4096 2011-09-04 12:08:29

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

Just uploaded it  smile  I had to host it elsewhere due to the large size but a person browsing the site can download it just as easily as the others  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4097 2011-09-04 12:37:44

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

Re: Panther development thread

good. i'll try to make sure future versions don't keep popping up all the time. Modshare was good cause you could upload them at any time without needing to grab the attention of the moderator, so on that site I kept bringing out new versions like every day  tongue  by the way, what do you have to do to get it featured on your site? What specialties must it have?

Last edited by Borrego6165 (2011-09-04 12:38:00)


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

 

#4098 2011-09-04 12:44:18

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

I suppose it just has to take out interest  tongue  (Or my interest since I'm the only one who ever mods the site  tongue ) I was thinking about featuring yours because the idea and gamplay is very good but I think the graphics for menus and buttons slightly let it down and starting out was a bit hard as it took a while to work out what to do! Keep at it though, it shows a lot of promise!


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#4099 2011-09-04 12:48:42

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

Re: Panther development thread

thanks! where did you upload it to, can't find it on the site


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

 

#4100 2011-09-04 12:57:04

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Offline

 

Board footer