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

#3751 2010-08-26 21:46:47

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Panther development thread

i have revived this!
bump.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#3752 2010-08-27 06:04:50

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

Re: Panther development thread

those are excellent points and suggestions, Brian. I like the idea that hats represent a new script. In Picaxe, if a script ends without a goto telling it where to go, it will just run to the next line so that

Code:

script1:
high 1
goto script2

script2:
low 1
goto script3

script3:
low 2

is the same as

Code:

script1:
high 1

script2:
low 1

script3:
low 2

What I'm trying to say is that when a script does not have a specified header to jump to, it will just run the next line, however in Panther and Scratch, scripts can be dragged around, placed next to each other and more, this would mean that a script that does not specify a new header would not know which script to go to next.

we'd either have a have each script's hat saying something like "Script $String$ (script $Number$)" so that the scripts are read in number order if a script just ends, or that the version of panther that works with picaxe no longer has the free drag and drop effect, instead it has lines and only one block fits per line, letting it run through them from top to bottom.


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

Offline

 

#3753 2010-08-27 19:52:20

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: Panther development thread

sparks wrote:

In Picaxe, if a script ends without a goto telling it where to go, it will just run to the next line

Yeah, that's how machine language works on every computer, the one on your desk too.  But it's not how high-level languages such as Scratch work!  That's what I was trying to say: it's the semantics, not the syntax, that makes Scratch easy to use.  You can, if you want, write a smart compiler that notices that script1 ends with a jump to script2 and compiles them next to each other.


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#3754 2010-08-28 07:12:53

paulpsicle
Scratcher
Registered: 2008-10-12
Posts: 100+

Re: Panther development thread

when will the cloning contest winners be announced?


http://blocks.scratchr.org/API.php?user=paulpsicle&action=onlineStatus&online=http://fishery.dyndns.org/paulpsicle.png&offline=http://fishery.dyndns.org/paulpsicle_o.png

Offline

 

#3755 2010-08-28 13:03:52

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

Re: Panther development thread

well I have marked the entries, but I want one of the other team members to mark it too, then give the average of our marks as the final result to make it a bit better. You'll recieve your results and your place when they get back from whatever they're doing  tongue


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

Offline

 

#3756 2010-08-30 19:45:16

gabe3
Scratcher
Registered: 2009-08-19
Posts: 23

Re: Panther development thread

How do you change the file type extension (ya know, like .sb or .pnt)?

Offline

 

#3757 2010-09-01 21:08:00

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Panther development thread

um does the delete me block only delete the sprite if it's a clone?  because if not then it doesn't seem to be working

and are you guys planning on making a delete me for ALL sprites?  because as is this block is useless to me lol.


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#3758 2010-09-01 21:13:45

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Panther development thread

PlayWithFire wrote:

um does the delete me block only delete the sprite if it's a clone?  because if not then it doesn't seem to be working

and are you guys planning on making a delete me for ALL sprites?  because as is this block is useless to me lol.

Yeah, it only works on clones.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#3759 2010-09-01 21:17:00

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Panther development thread

do u know if any mods have one that works on any sprite?


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#3760 2010-09-01 21:19:32

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Panther development thread

PlayWithFire wrote:

do u know if any mods have one that works on any sprite?

Just use this blockspec: ('delete me' #- #delete) it's not the best, but it works.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#3761 2010-09-01 21:23:20

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Panther development thread

does it work in presentation mode?

also i'm looking for it in an already created mod

do u know how i could add it to panther using cyob?


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#3762 2010-09-01 21:24:38

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Panther development thread

I believe as if now, no delete blocks work in presentation mode.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#3763 2010-09-01 21:27:12

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Panther development thread

well that's okay as long as it works at all.


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#3764 2010-09-01 21:29:32

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Panther development thread

nvm found it in the block library!


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#3765 2010-09-01 21:37:18

OlympMaster
New Scratcher
Registered: 2010-08-29
Posts: 9

Re: Panther development thread

http://pantherprogramming.weebly.com/index.html

Offline

 

#3766 2010-09-01 21:41:41

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Panther development thread

OlympMaster wrote:

http://pantherprogramming.weebly.com/index.html

Yes, we all know the link to the Panther website.  tongue


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#3767 2010-09-02 14:48:09

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

Re: Panther development thread

bbbeb wrote:

I believe as if now, no delete blocks work in presentation mode.

Mine does  roll


nXIII

Offline

 

#3768 2010-09-02 17:18:50

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Panther development thread

nXIII wrote:

bbbeb wrote:

I believe as if now, no delete blocks work in presentation mode.

Mine does  roll

Oh, cool!  big_smile


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#3769 2010-09-02 20:39:19

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

Re: Panther development thread

bbbeb wrote:

nXIII wrote:

bbbeb wrote:

I believe as if now, no delete blocks work in presentation mode.

Mine does  roll

Oh, cool!  big_smile

AKA the one in Panther...


nXIII

Offline

 

#3770 2010-09-02 20:56:29

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Panther development thread

Aah, does the clone block work?
(I have been trying to do a lot of things, such as learn Visual Basic and HTML5 and Smalltalk at the same time.  big_smile )
EDIT: So i haven't had time to check.  sad

Last edited by bbbeb (2010-09-02 20:56:52)


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#3771 2010-09-03 12:09:14

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

Re: Panther development thread

Hi all, my internet has been broken for the last three days and it's still kaputt. No one knows what's wrong with it so It could take a while to fix. Hence my lack of contribution lately... Don't think I've deserted you all  tongue

EDIT: Hey guys, I managed to get my internet back after my provider couldn't source the problem by uninstalling my dongle and installing an old fossil of a PCI card into the back of my PC that I found in a drawer but works a treat all the same  smile  I'm back online  smile

Last edited by sparks (2010-09-03 17:05:34)


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

Offline

 

#3772 2010-09-03 17:20:38

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Panther development thread

hey guys!

I've imported my project, Scratch Bash Dg Edition into panther in the hopes that i could update it and maybe make the sequel using panther.  unfortunately, i've found that the project doesn't work properly in panther.  many of the buttons don't show up, the characters can't move and things don't work.  could anyone please explain to me why this is happening?


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#3773 2010-09-03 17:30:34

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

Re: Panther development thread

sparks wrote:

Hi all, my internet has been broken for the last three days and it's still kaputt. No one knows what's wrong with it so It could take a while to fix. Hence my lack of contribution lately... Don't think I've deserted you all  tongue

Ha ha! Says you. I been gone for two months.  tongue


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

Offline

 

#3774 2010-09-03 17:50:24

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Panther development thread

MathWizz wrote:

sparks wrote:

Hi all, my internet has been broken for the last three days and it's still kaputt. No one knows what's wrong with it so It could take a while to fix. Hence my lack of contribution lately... Don't think I've deserted you all  tongue

Ha ha! Says you. I been gone for two months.  tongue

Ive been gone for 11 years!!!
Jk. Lol.  big_smile   big_smile   big_smile   big_smile   roll   big_smile   big_smile   big_smile   big_smile


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#3775 2010-09-04 04:05:02

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Panther development thread

PlayWithFire wrote:

hey guys!

I've imported my project, Scratch Bash Dg Edition into panther in the hopes that i could update it and maybe make the sequel using panther.  unfortunately, i've found that the project doesn't work properly in panther.  many of the buttons don't show up, the characters can't move and things don't work.  could anyone please explain to me why this is happening?

bump


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

Board footer