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

#1326 2010-04-14 10:45:26

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

Re: Panther development thread

well thanks for the compliment ( I also ment to say earlier, I like the nickname Sparky  tongue )

er, I'm quite happy to help you with PC, I'm torn between using it and not using it for the news project because in some places it's just faster to read for the project if it assumes things are where they should be rather than looking for them every time. I think I'll use a mixture. What do you hope PC to be used for?


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

Offline

 

#1327 2010-04-14 11:05:05

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther development thread

Just a note: don't get TOO far into development because, you know, I might end up making something that would make it a lot easier!


nXIII

Offline

 

#1328 2010-04-14 11:13:45

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

sparks wrote:

well thanks for the compliment ( I also ment to say earlier, I like the nickname Sparky  tongue )

er, I'm quite happy to help you with PC, I'm torn between using it and not using it for the news project because in some places it's just faster to read for the project if it assumes things are where they should be rather than looking for them every time. I think I'll use a mixture. What do you hope PC to be used for?

Always sparking up new ideas! That should be youre motto!

I hope PC can be used for simple things and complicated things eventually, like a full on RPG coding (if thats not going too far).

Grr, I hate Power cuts!


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1329 2010-04-14 12:06:54

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

Re: Panther development thread

check it out! I noticed that the Scratch forums accept hexadecimal for colouring so I made a project where you type the message you want and it colours each letter! Pointless I know...
click quote to see how it works  tongue

and don't steal that idea, I want to develop it ^_^

Last edited by sparks (2010-04-14 12:08:30)


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

Offline

 

#1330 2010-04-14 12:10:15

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

Re: Panther development thread

LOL! I knew that for a long time! XD Uh-oh! ARE ALL OF YOUR MESSAGES GOING TO BE MADE LIKE THAT?!?!?!?!  yikes  ...  tongue


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

Offline

 

#1331 2010-04-14 12:14:13

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

Re: Panther development thread

sparks wrote:

aw poor you, and I wasn't saying we needed to have those things, just posting them in case someone had not seen them yet.

omg, hitchhikers series IS AMAZING! have you read "and another thing..." which belongs to the series but as old duggy is dead, was written by some guy called Eoin Colfer. it's not too bad  big_smile

Some guy How dare you...!


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

 

#1332 2010-04-14 12:15:11

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

Re: Panther development thread

I'm sorry, but this is awesome! forget plain purple!... I'll release it onto the Panther site when I have some other colouring options built in! I'd like it to be able to change shades and not colour too.

and yes, mathwizz, they probably are, though I might just stick to shades of purple... and the yellow is hard to read so I might get it to skip out or something...

Last edited by sparks (2010-04-14 12:16:07)


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

Offline

 

#1333 2010-04-14 12:15:37

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

Off-Topic:
I've just had 3 powercuts in the space of an hour! Grr...

On-Topic:
Is there a way to make a block <list [s] exsits?>


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1334 2010-04-14 12:51:40

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

Re: Panther development thread

sparks wrote:

check it out! I noticed that the Scratch forums accept hexadecimal for colouring so I made a project where you type the message you want and it colours each letter! Pointless I know...
click quote to see how it works  tongue

and don't steal that idea, I want to develop it ^_^

Wo... did you type all that in?


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

 

#1335 2010-04-14 12:52:15

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

Re: Panther development thread

markyparky56 wrote:

sparks wrote:

check it out! I noticed that the Scratch forums accept hexadecimal for colouring so I made a project where you type the message you want and it colours each letter! Pointless I know...
click quote to see how it works  tongue

and don't steal that idea, I want to develop it ^_^

Wo... did you type all that in?

er, no, I wrote a Panther project that does it for me  big_smile  good huh?

oh, If somone decides to try it, I STRONGLY reccomend you write the result to a file, not a list, I nearly killed my computer when I used a list, and it took a few seconds with a file, so that's the way to do it.

Last edited by sparks (2010-04-14 12:53:19)


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

Offline

 

#1336 2010-04-14 13:03:30

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

Hey sparks! I drafted up some stuff for PC

Here it is!

NOTE: PCL (Lite version) will be much simpler.

FILETYPE=HEADER/SOURCE;
Defines file type

Function types:
INT: Must return a number
VOID: doesn’t return anything
CHAR: returns a string
BOOL: returns true or false

INT main()
{
    STATEMENTS AND FUNCTIONS GO HERE
}
Default function starting and contents declared.

CLASS NAME: PUBC: PUBCCLASS
{
PRIV:
Private statements go in here only to be accessed by the class’s functions
PUB:
Public statmenets that can be used anywhere in the program
}
Default class setup, NOTE: PUBC: PUBCCLASS is another class that stores information from this when two classes or more need to reference the same variables to reduce file length.

If (VAR = 1)
{
    Statements go here
}
If statement.

Print(SIZE, FONT, TEXT);
Puts text on screen.

Wait(NoOfSecs);
Wait function.

It will all be case sensitive because some other things will use the same word but the program will need to know the difference (I might chage it if I can get it to determine what context it will be used for).

Last edited by Sperry (2010-04-14 13:04:45)


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1337 2010-04-14 13:12:53

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

Re: Panther development thread

Sperry wrote:

Hey sparks! I drafted up some stuff for PC

Here it is!

NOTE: PCL (Lite version) will be much simpler.

FILETYPE=HEADER/SOURCE;
Defines file type

Function types:
INT: Must return a number
VOID: doesn’t return anything
CHAR: returns a string
BOOL: returns true or false

INT main()
{
    STATEMENTS AND FUNCTIONS GO HERE
}
Default function starting and contents declared.

CLASS NAME: PUBC: PUBCCLASS
{
PRIV:
Private statements go in here only to be accessed by the class’s functions
PUB:
Public statmenets that can be used anywhere in the program
}
Default class setup, NOTE: PUBC: PUBCCLASS is another class that stores information from this when two classes or more need to reference the same variables to reduce file length.

If (VAR = 1)
{
    Statements go here
}
If statement.

Print(SIZE, FONT, TEXT);
Puts text on screen.

Wait(NoOfSecs);
Wait function.

It will all be case sensitive because some other things will use the same word but the program will need to know the difference (I might chage it if I can get it to determine what context it will be used for).

O_o uh... uh... uh... *faints*


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

 

#1338 2010-04-14 13:13:20

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

Re: Panther development thread

so is PC designed to be read by a Panther project and cause the project to carry out tasks and actions according to the coding?


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

Offline

 

#1339 2010-04-14 13:14:52

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

Re: Panther development thread

oh yes, Loading images, even small ones from an online file is a no-go. I tried it with a tiny image and it took a long time, about 1 pixil every half a second. My internet speed is pretty good too.


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

Offline

 

#1340 2010-04-14 13:15:04

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

Re: Panther development thread












LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL

I made a program that scans an image!

Last edited by MathWizz (2010-04-14 13:16:57)


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

Offline

 

#1341 2010-04-14 13:18:05

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

Re: Panther development thread

sparks wrote:

so is PC designed to be read by a Panther project and cause the project to carry out tasks and actions according to the coding?

If thats so then hes written a compiler in 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

 

#1342 2010-04-14 13:19:36

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

sparks wrote:

so is PC designed to be read by a Panther project and cause the project to carry out tasks and actions according to the coding?

Yup, it will read it from a file that the user created which they will specify in the scripts and then the program will do everything for them!

I haven't added all the code I would like yet, I will add some variable and how to use them and then I will start making a compiler like thing that will make the program work. That will take a looooong time  tongue


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1343 2010-04-14 13:23:11

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

Re: Panther development thread
















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

Offline

 

#1344 2010-04-14 13:25:32

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

Re: Panther development thread

MathWizz wrote:












LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL LOL

I made a program that scans an image!

wow! that's a great idea! shame it's so blocky!


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

Offline

 

#1345 2010-04-14 13:27:08

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

Re: Panther development thread



























































Last edited by sparks (2010-04-14 13:29:49)


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

Offline

 

#1346 2010-04-14 13:30:32

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

Re: Panther development thread

oh. not as good as I thought


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

Offline

 

#1347 2010-04-14 13:30:37

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

Re: Panther development thread

























MUHUHAHAHAHAHAHAHAHA!!!!!!!!! LOOK ET MEH!!!! BIG!!! Now me gonna take over teh world!


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

Offline

 

#1348 2010-04-14 13:31:21

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

whats it supposed to do? P.S: It's off topic


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1349 2010-04-14 13:35:07

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther development thread

sparks wrote:

oh yes, Loading images, even small ones from an online file is a no-go. I tried it with a tiny image and it took a long time, about 1 pixil every half a second. My internet speed is pretty good too.

Load all the information into a variable, then parse the variable, then draw it.


nXIII

Offline

 

#1350 2010-04-14 13:40:04

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

Hey nXIII, do you know how to make a <list [list] exists?> block? No-one else seemed to take any notice.  sad


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

Board footer