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

#3776 2010-09-04 10:30:26

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

[join lists [t1] [t2] and output into [t3] ]
| i length line |
i_ 0.
length_ self lineCountOfList: (t1).
length timesRepeat: [
i_ i + 1.
line_ self getLine: (i) ofList: (t1).
self append: (line) toList: (t3)
].

i_ 0.
length_ self lineCountOfList: (t2).
length timesRepeat: [
i_ i + 1.
line_ self getLine: (i) ofList: (t2).
self append: (line) toList: (t3)
].

Thats in CYOB
Type:
-


You can now reach me on Twitter @johnnydean1_

Offline

 

#3777 2010-09-04 11:15:57

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

Re: Panther development thread

johnnydean1 wrote:

[join lists [t1] [t2] and output into [t3] ]
| i length line |
i_ 0.
length_ self lineCountOfList: (t1).
length timesRepeat: [
i_ i + 1.
line_ self getLine: (i) ofList: (t1).
self append: (line) toList: (t3)
].

i_ 0.
length_ self lineCountOfList: (t2).
length timesRepeat: [
i_ i + 1.
line_ self getLine: (i) ofList: (t2).
self append: (line) toList: (t3)
].

Thats in CYOB
Type:
-

Why.


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

Offline

 

#3778 2010-09-04 11:17:36

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

I was bored


You can now reach me on Twitter @johnnydean1_

Offline

 

#3779 2010-09-04 11:22:25

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

Re: Panther development thread

[join lists [t1] [t2] and output into [t3]]
(self listNamed:t3 ifNone:[^self]) newContents:((self listNamed:t1 ifNone:[^self]) listContents, (self listNamed:t2 ifNone:[^self]) listContents).

Or we could report a list:

[join lists [t1] and [t2]]
|t3|^(t3_ScratchListMorph new listName:'list' target:nil;newContents:((self listNamed:t1 ifNone:[^self]) listContents, (self listNamed:t2 ifNone:[^self]) listContents)).


nXIII

Offline

 

#3780 2010-09-04 15:30:52

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

Re: Panther development thread

what about my question at the very bottom of the previous page  sad


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

 

#3781 2010-09-04 17:07:28

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

Re: Panther development thread

PlayWithFire wrote:

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

Some of the parts of panther and scratch aren't compatible, such as the direction reporter. Try replacing blocks and see if things start working again.


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

 

#3782 2010-09-04 23:03:19

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

Re: Panther development thread

okay i'll go through everything, thanks.

i also noticed that the hide variable block isn't working for me.


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

 

#3783 2010-09-08 11:12:47

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Panther development thread

Hi developers of Panther!
You may of noticed I am creating a website called MOD share. It will basically be just like scratch but Mod projects can be uploaded! This means anyone can share a project that has been made with their favourite mod. At the momment that is impossible, at least not an instant upload, but with MOD share it is possible to share any project made with any mod. The website is not finished yet but will be in the next month or so. Since Panther is such a good mod I would love to include it so I would just like to ask for your permision to list it and allow the upload and sharing of Panther projects. Is this okay with you?
Thanks, Daffy22

PS:- I know you are making your own upload site but I feel my site would be 'incomplete' without panther!  smile  Please.


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#3784 2010-09-08 13:12:24

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

Re: Panther development thread

Feel free to let people upload Panther projects to your site, We're happy for people to share wherever they're can and we're frustrated by the lack of quality in our uploading system, believe me. If you could possibly forward any projects you get by email to me so that we can upload the same project to our sharing site, please do so (leave a small note mentioning it will be shared on the Panther site too).

I am in charge of adding projects to our site at the moment, here's a little advice:

it's a full time job, be prepared to knuckle down and do it, or get someone to help.

Due to Panther's excellent custom blocks, it is unfortunately possible to make mildly dangerous projects with it, please think about checking each Panther project's coding and custom blocks before uploading it, as I do to ensure nothing bad is uploaded

smile  This sounds like a great idea, I look forward to seeing all your excellent ideas being used  smile


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

Offline

 

#3785 2010-09-08 13:25:42

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Panther development thread

sparks wrote:

Feel free to let people upload Panther projects to your site, We're happy for people to share wherever they're can and we're frustrated by the lack of quality in our uploading system, believe me. If you could possibly forward any projects you get by email to me so that we can upload the same project to our sharing site, please do so (leave a small note mentioning it will be shared on the Panther site too).

I am in charge of adding projects to our site at the moment, here's a little advice:

it's a full time job, be prepared to knuckle down and do it, or get someone to help.

Due to Panther's excellent custom blocks, it is unfortunately possible to make mildly dangerous projects with it, please think about checking each Panther project's coding and custom blocks before uploading it, as I do to ensure nothing bad is uploaded

smile  This sounds like a great idea, I look forward to seeing all your excellent ideas being used  smile

I'll reply for Daffy22 (i'm in a collab with him).
What you are asking for is quite dfficult as the projects are uploaded via an automatic script. We will however have moderators checking the projects and comments to keep the site clean. You didn't seem to understand this in the last post so i just wanted to clarify  smile

Offline

 

#3786 2010-09-08 17:24:29

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

Re: Panther development thread

LS97 wrote:

I'll reply for Daffy22 (i'm in a collab with him).
What you are asking for is quite dfficult as the projects are uploaded via an automatic script. We will however have moderators checking the projects and comments to keep the site clean. You didn't seem to understand this in the last post so i just wanted to clarify  smile

Ah, I got the impression automatic downloads were not possible currently meaning quite some time, If this is a problem because it does not arrive as an email, then that's fine, no need to forward it  smile


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

Offline

 

#3787 2010-09-09 03:01:34

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Panther development thread

sparks wrote:

LS97 wrote:

I'll reply for Daffy22 (i'm in a collab with him).
What you are asking for is quite dfficult as the projects are uploaded via an automatic script. We will however have moderators checking the projects and comments to keep the site clean. You didn't seem to understand this in the last post so i just wanted to clarify  smile

Ah, I got the impression automatic downloads were not possible currently meaning quite some time, If this is a problem because it does not arrive as an email, then that's fine, no need to forward it  smile

So is it a yes?


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#3788 2010-09-09 13:16:48

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Panther development thread

Daffy22 wrote:

sparks wrote:

LS97 wrote:

I'll reply for Daffy22 (i'm in a collab with him).
What you are asking for is quite dfficult as the projects are uploaded via an automatic script. We will however have moderators checking the projects and comments to keep the site clean. You didn't seem to understand this in the last post so i just wanted to clarify  smile

Ah, I got the impression automatic downloads were not possible currently meaning quite some time, If this is a problem because it does not arrive as an email, then that's fine, no need to forward it  smile

So is it a yes?

i do suppose so  smile

Offline

 

#3789 2010-09-09 13:33:46

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

Re: Panther development thread

LS97 wrote:

Daffy22 wrote:

sparks wrote:


Ah, I got the impression automatic downloads were not possible currently meaning quite some time, If this is a problem because it does not arrive as an email, then that's fine, no need to forward it  smile

So is it a yes?

i do suppose so  smile

Not yet, we need to discuss it.


nXIII

Offline

 

#3790 2010-09-09 14:38:21

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Panther development thread

nXIII wrote:

LS97 wrote:

Daffy22 wrote:


So is it a yes?

i do suppose so  smile

Not yet, we need to discuss it.

I don't see your problem. Loads of mods are letting us do this BYOB, Rage, Bingo and many more! You'll get extra addverticing. Anyway theres nothing you can do to stop us because it's not like you've got a patent for it!  mad


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#3791 2010-09-09 14:56:12

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

Re: Panther development thread

Daffy22 wrote:

Anyway theres nothing you can do to stop us

Okay, you started out friendly and polite, what's up with this?  What you meant was

@nXIII: what's your concern?  Something we could work to resolve?

Isn't that what you meant?  smile


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

Offline

 

#3792 2010-09-10 15:17:29

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Panther development thread

bharvey wrote:

Daffy22 wrote:

Anyway theres nothing you can do to stop us

Okay, you started out friendly and polite, what's up with this?  What you meant was

@nXIII: what's your concern?  Something we could work to resolve?

Isn't that what you meant?  smile

Yes, sorry I was getting stressed!  roll

Last edited by Daffy22 (2010-09-10 15:18:02)


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#3793 2010-09-11 13:14:40

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

Re: Panther development thread

I feel stuck now. The Reason why nXIII would rather not allow you to upload is probably because we like to know about all the projects created with Panther. However, we still want people to use and share Panther and for this reason I say go ahead. It would have been lovely if a copy could have been sent to us so that we can continue to see what's going on, but if it's not possible, I can always browse your site and have a look!

I discussed this inconclusively with nXIII eariler, but I don't see why we should stop you, and if he has a problem, I apologise for this post and ask that we discuss it further  smile


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

Offline

 

#3794 2010-09-12 06:38:27

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Panther development thread

sparks wrote:

I feel stuck now. The Reason why nXIII would rather not allow you to upload is probably because we like to know about all the projects created with Panther. However, we still want people to use and share Panther and for this reason I say go ahead. It would have been lovely if a copy could have been sent to us so that we can continue to see what's going on, but if it's not possible, I can always browse your site and have a look!

I discussed this inconclusively with nXIII eariler, but I don't see why we should stop you, and if he has a problem, I apologise for this post and ask that we discuss it further  smile

Thanks! I'll look into letting it email you the project if I can but you may get a lot of spam!  sad


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#3795 2010-09-12 11:15:40

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

Re: Panther development thread

sparks wrote:

I feel stuck now. The Reason why nXIII would rather not allow you to upload is probably because we like to know about all the projects created with Panther.

No, but I don't really care anymore...


nXIII

Offline

 

#3796 2010-09-14 13:52:04

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

Re: Panther development thread

so... yeah! go ahead with that!

I'm running a workshop at my school for younger pupils that introduces them to game making using Panther as a language! Isn't that cool?!  big_smile


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

Offline

 

#3797 2010-09-14 13:57:12

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

Re: Panther development thread

sparks wrote:

so... yeah! go ahead with that!

I'm running a workshop at my school for younger pupils that introduces them to game making using Panther as a language! Isn't that cool?!  big_smile

Yup

Wish my school would let me do that, so I have to stick with Lego Robotics club.

P.S:  Hows develpoment going? E-mail per chance? Get Hamachi! Then I can talk to yooouu! *Feels cut off from Panther Team*


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

Offline

 

#3798 2010-09-14 14:03:47

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

Re: Panther development thread

WHAT is that smiley doing to that poor rainbow sheep in your sig, Sperry? Not much has been going on, nXIII has been working on 10 things at once, not many of them Panther related, and I'm very busy with school and my German exchange atm  hmm


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

Offline

 

#3799 2010-09-14 14:13:05

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

Re: Panther development thread

sparks wrote:

WHAT is that smiley doing to that poor rainbow sheep in your sig, Sperry? Not much has been going on, nXIII has been working on 10 things at once, not many of them Panther related, and I'm very busy with school and my German exchange atm  hmm

Shaving it! Poor shhep

Could you pleeeease get Hamachi pleeeeaasee! I would like to catch up, and I might, might tell you about a suprise I've been thinking about (Not saying here though)  smile   wink   big_smile


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

Offline

 

#3800 2010-09-14 14:13:15

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

Sperry wrote:

sparks wrote:

so... yeah! go ahead with that!

I'm running a workshop at my school for younger pupils that introduces them to game making using Panther as a language! Isn't that cool?!  big_smile

Yup

Wish my school would let me do that, so I have to stick with Lego Robotics club.

P.S:  Hows develpoment going? E-mail per chance? Get Hamachi! Then I can talk to yooouu! *Feels cut off from Panther Team*

I have no robotics/Lego/Computer club at my school  sad


You can now reach me on Twitter @johnnydean1_

Offline

 

Board footer