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

#376 2010-04-05 22:31:46

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Panther development thread

Can anyone guess what programming language the commands in the Java Player are?  wink


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#377 2010-04-06 05:10:20

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

MathWizz wrote:

Can anyone guess what programming language the commands in the Java Player are?  wink

Java? XD
I dont have a Decompiler so... I dont know... I'v only ever tried J++, and then that was only very basic stuff.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#378 2010-04-06 05:46:38

cruelty247
Scratcher
Registered: 2009-07-22
Posts: 100+

Re: Panther development thread

wow i looked at the site but is panther going to really come out end ofapril?

Offline

 

#379 2010-04-06 05:56:18

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

cruelty247 wrote:

wow i looked at the site but is panther going to really come out end ofapril?

Im test running it right now, so probably (Making a pong game, based on the oiginal pong from scratch because im oo lazy to make my own, with working external highscore system!)


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#380 2010-04-06 06:02:37

cruelty247
Scratcher
Registered: 2009-07-22
Posts: 100+

Re: Panther development thread

omg that sounds awesome. so anyone can set there highscore and ppl anywhere in the world can try and beat it........
oooooo i can't wait for it.
the day of panthers release....
panther 2bil online
scratch 1 online.....lol

Offline

 

#381 2010-04-06 06:17:14

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

cruelty247 wrote:

omg that sounds awesome. so anyone can set there highscore and ppl anywhere in the world can try and beat it........
oooooo i can't wait for it.
the day of panthers release....
panther 2bil online
scratch 1 online.....lol

Im trying to get it to work, but right now its only offline, i might be able to get it to work online if i had a server and there were mesh blocks (Which there isn't yet) Im trying to find away around having to put the highscores file in the panther folder on its own, and not in the folde i want it to be (Its very good but its a bit limited having it only able to search the first part of the folder and not the project flder at least.)

Update: Ok, after a lot of wrestling with the blocks and code, I finnaly got it to read the highscores file (not in the place i want it to be, but its a start) and add it to the high scores list!
Heres what I mean! (The score shown is a completely fake one though,  was just using it for a test.
http://img411.imageshack.us/img411/825/highscoresinpanther.png

For better graphics quality: http://img411.imageshack.us/img411/825/highscoresinpanther.png

Last edited by markyparky56 (2010-04-06 06:31:43)


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#382 2010-04-06 06:43:30

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

Re: Panther development thread

looking neat, I was thinking that a great plan would be to have three or four blank text files supplied with each copy of Panther in the Panther folder called Temp1, Temp2, etc. This would mean that a project that wanted to use the files for temporary storage (or long term storage) could do a quick search through the default distributed files to see if any are free. It would be a simple program to search for an empty file, ask wether it can use that file for storage, or ask you to create a new file. it could then even say all temp files are full, do you want to create a new file or clear an old one? etc. using the default name temp with a number would mean that a program can search (content of file [(join[temp][(count)]) and as long as users make more named temp files, the file would be found!

If the defualt search wasn't the Panther folder itself, but a folder inside the Panther folder called read/write files or something then programs could use the file to store "cookies" of game data. a project could also easily be created by a mod and posted online that provides the file name, an ecxerpt of the content and an option to leave of clear. I'll post one up.


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

Offline

 

#383 2010-04-06 06:47:31

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

sparks wrote:

looking neat, I was thinking that a great plan would be to have three or four blank text files supplied with each copy of Panther in the Panther folder called Temp1, Temp2, etc. This would mean that a project that wanted to use the files for temporary storage (or long term storage) could do a quick search through the default distributed files to see if any are free. It would be a simple program to search for an empty file, ask wether it can use that file for storage, or ask you to create a new file. it could then even say all temp files are full, do you want to create a new file or clear an old one? etc. using the default name temp with a number would mean that a program can search (content of file [(join[temp][(count)]) and as long as users make more named temp files, the file would be found!

If the defualt search wasn't the Panther folder itself, but a folder inside the Panther folder called read/write files or something then programs could use the file to store "cookies" of game data. a project could also easily be created by a mod and posted online that provides the file name, an ecxerpt of the content and an option to leave of clear. I'll post one up.

I was thinking of having it search the folders (Sample projects and scratch/panther projects folders (Or the folder the game (If saved) ) for a text folder called _____ and if it find it it alerts the user and tell them if the programm can use it. Thus it can store/read the highscores text file, untill then i have to keep the text file in the main folder of panther.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#384 2010-04-06 07:10:31

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

Re: Panther development thread

you can keep the file outide of the panther folder, just type the folder path. C:\Program Files\Panther1.0\Panther\Temp1.txt


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

Offline

 

#385 2010-04-06 07:20:55

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

sparks wrote:

you can keep the file outide of the panther folder, just type the folder path. C:\Program Files\Panther1.0\Panther\Temp1.txt

Ok, that just means i'll have to move the folder, but thats ok with me if i can do it properly.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#386 2010-04-06 07:43:04

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

I'm sorry guys, our computer got a virus, and we got rid of it, but I still think that they won't let me download Panther. Could anyone put up pictures of all of the new blocks, and I'll publish my tutorial as a Scratch project.


http://i46.tinypic.com/dw7zft.png

Offline

 

#387 2010-04-06 08:10:18

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

SeptimusHeap wrote:

I'm sorry guys, our computer got a virus, and we got rid of it, but I still think that they won't let me download Panther. Could anyone put up pictures of all of the new blocks, and I'll publish my tutorial as a Scratch project.

Ok, ill do that.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#388 2010-04-06 08:56:56

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

*crying in cornner* 2nd time I'v lost all the text again, lets do it again!

http://img543.imageshack.us/img543/7425/spritenameclonesensing.png
http://img534.imageshack.us/img534/3309/pienewline.png
http://img594.imageshack.us/img594/906/operationsassortment.png
http://img545.imageshack.us/img545/184/newsections.png
http://img411.imageshack.us/img411/876/lettersof.png
http://img534.imageshack.us/img534/8238/dialogblocks.png
http://img714.imageshack.us/img714/4726/datetime.png
http://img249.imageshack.us/img249/4965/coloureffectstretchvisi.png
http://img714.imageshack.us/img714/4213/cloneblocks.png
http://img249.imageshack.us/img249/9755/varlistblocks.png
http://img94.imageshack.us/img94/3984/fileblocks.png

And just incase you want it:
http://img411.imageshack.us/img411/825/highscoresinpanther.png
(Might come in handy to have some proper panther programming. That code may have changed though, ill upload the full version once I'm done.)


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#389 2010-04-06 09:17:47

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Panther development thread

markyparky56 wrote:

MathWizz wrote:

Can anyone guess what programming language the commands in the Java Player are?  wink

Java? XD
I dont have a Decompiler so... I dont know... I'v only ever tried J++, and then that was only very basic stuff.

It's... LOGO!


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#390 2010-04-06 09:26:36

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

MathWizz wrote:

markyparky56 wrote:

MathWizz wrote:

Can anyone guess what programming language the commands in the Java Player are?  wink

Java? XD
I dont have a Decompiler so... I dont know... I'v only ever tried J++, and then that was only very basic stuff.

It's... LOGO!

Whats logo?
http://en.wikipedia.org/wiki/Logo_%28programming_language%29
... O_o


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#391 2010-04-06 09:57:35

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

Re: Panther development thread

neat synopsis there Markyparky, could you possibly upload those images to the panther site and replace them with the current image? Ta.

WE REALLY NEED A <file [  ] found> BLOCK! AT THE MOMENT IT JUST FREEZES IF IT CAN'T FIND THE DEFINED FILE.


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

Offline

 

#392 2010-04-06 10:01:33

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

sparks wrote:

neat synopsis there Markyparky, could you possibly upload those images to the panther site and replace them with the current image? Ta.

WE REALLY NEED A <file [  ] found> BLOCK! AT THE MOMENT IT JUST FREEZES IF IT CAN'T FIND THE DEFINED FILE.

Mine just shouts at me saying error... but thats because I test it by double click on it before I put it in the script.
And what do you mean replace them with the current image?

AHHHHH!!! how do i upload them and give you the links?

http://www.mediafire.com/file/gyynzzyqwtv/pantherimages.zip thats the images in a zip folder.

Last edited by markyparky56 (2010-04-06 10:06:07)


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#393 2010-04-06 10:07:13

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

Re: Panther development thread

I mean that the rendered blocks currently shown here: ... oh, that page has been deleted. I guess you could put the images in next to the description here: http://pantherprogramming.weebly.com/panther-features.html instead.


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

Offline

 

#394 2010-04-06 10:12:59

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

sparks wrote:

I mean that the rendered blocks currently shown here: ... oh, that page has been deleted. I guess you could put the images in next to the description here: http://pantherprogramming.weebly.com/panther-features.html instead.

Uh... guys... i think iv mucked up the homepage... can some check and see if its ok? I accidently hid it for a while, i think its back to normal, but check. Plus... can i make a new page for image hosting? If thats ok...

Ok, here they are: http://pantherprogramming.weebly.com/image-gallery-new-blocks.html

Last edited by markyparky56 (2010-04-06 10:16:27)


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#395 2010-04-06 10:17:05

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

Re: Panther development thread

image hosting is fine, it's not like we have limited space or anything. Just make it a hidden page. I use my other sites for image hosting too  smile


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

Offline

 

#396 2010-04-06 10:18:39

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

Re: Panther development thread

but, er, you don't need to host the images online... unless you plan to make a slideshow with them...? else you can just drag in a picture element from the toolbar and upload an image right off your computer.


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

Offline

 

#397 2010-04-06 10:25:00

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

sparks wrote:

image hosting is fine, it's not like we have limited space or anything. Just make it a hidden page. I use my other sites for image hosting too  smile

Look above...


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#398 2010-04-06 10:27:14

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Panther development thread

SWEET!!! This is a list of logo commands!  big_smile


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

#399 2010-04-06 10:31:01

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

MathWizz wrote:

SWEET!!! This is a list of logo commands!  big_smile

Hope you have fun editing the javaplayer then.  wink


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#400 2010-04-06 10:39:55

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Panther development thread

markyparky56 wrote:

MathWizz wrote:

SWEET!!! This is a list of logo commands!  big_smile

Hope you have fun editing the javaplayer then.  wink

Lol! I'll have a rather hard time finding the one command I need in the other 14 million commands.  tongue


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

Board footer