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

#3626 2010-08-05 01:36:23

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

Re: Panther development thread

I need help with These Things


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

 

#3627 2010-08-05 03:08:20

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

Re: Panther development thread

markyparky56 wrote:

johnnydean1 wrote:

Am I the only active Panther user?

I have just made a
<internet connection?>
block and it could do with testing heres the code:
Name:
connected to internet?

Type:
-b

Code:
| IP localAddr  |
IP_ self getMeshIPAddress.
IP_ self letter: (2) of: (IP).
localAddr_ #(.).
localAddr_ self letter: (3) of: (localAddr).
IP = localAddr
ifTrue: [
^ false.
]
ifFalse: [
^ true.
].

Not every panther users has to mass produce blocks.

But some do!


You can now reach me on Twitter @johnnydean1_

Offline

 

#3628 2010-08-05 05:47:05

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

Re: Panther development thread

johnnydean1 wrote:

markyparky56 wrote:

johnnydean1 wrote:

Am I the only active Panther user?

I have just made a
<internet connection?>
block and it could do with testing heres the code:
Name:
connected to internet?

Type:
-b

Code:
| IP localAddr  |
IP_ self getMeshIPAddress.
IP_ self letter: (2) of: (IP).
localAddr_ #(.).
localAddr_ self letter: (3) of: (localAddr).
IP = localAddr
ifTrue: [
^ false.
]
ifFalse: [
^ true.
].

Not every panther users has to mass produce blocks.

But some do!

Yes, but most of them don't post them on the development thread, but just submit them to BlockShop.


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

 

#3629 2010-08-05 19:20:38

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

Re: Panther development thread

rocket101 wrote:

nxiii,
Please change the name of blocks++, as it is very similar to the name of my mod, blox.

as Sparks said:
1. It's not a mod
2. "Blocks++" has nothing to do with "Blox", it's a reference to C(Scratch)/C++(Blocks++)
3. Scratch is centered around blocks, so they're a pretty common thing in names


nXIII

Offline

 

#3630 2010-08-05 22:14:07

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

Re: Panther development thread

PlayWithFire wrote:

I need help with These Things

could you guys please help me, i'm trying to figure some stuff out for my mod and panther's been a big inspiration!  it's an awesome program and you guys have done a lot of stuff with it that I was hoping to do in my mod, there's a few things that i can't seem to find out how to do though.  could you please help 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

 

#3631 2010-08-06 07:47:53

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

Re: Panther development thread

So, uh, buy guys! It was great being a dev (and the founder), but, I think there are other things that I have to take care of, like flash, and PantherNET, but it was great working with you guys!


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

Offline

 

#3632 2010-08-06 08:34:46

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

Re: Panther development thread

it was nice to work with you too sep, I'm sure we'll hear a lot from each other in the future  smile


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

Offline

 

#3633 2010-08-06 08:37:37

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

Re: Panther development thread

Yeah. Can I still continue the PantherNET project?


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

Offline

 

#3634 2010-08-06 10:01:07

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

Re: Panther development thread

I don't know what that is...


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

Offline

 

#3635 2010-08-06 10:08:18

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

Re: Panther development thread

sparks wrote:

I don't know what that is...

It was his VB project to make a web browser.


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

 

#3636 2010-08-06 10:14:12

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

Re: Panther development thread

I think I might try to make an HTML reader in Panther, then you could view webpages on the screen!


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

Offline

 

#3637 2010-08-06 10:25:46

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

Re: Panther development thread

ScratchReallyROCKS wrote:

I think I might try to make an HTML reader in Panther, then you could view webpages on the screen!

Good idea! I'd really like to see 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

 

#3638 2010-08-06 10:36:02

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

Re: Panther development thread

do you know, I was JUST thinking that! d'you reckon some collaberation might work nicely here? we might have to share it over email though as we can't upload to the Scratch site. I reckon it will be relatively easy to get it to display the text and (using a CYOB) images, but links could be harder, as would reading stle sheets to get the layout right.

we'd need a faster method to display text than stamping it too...


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

Offline

 

#3639 2010-08-06 10:44:05

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

Re: Panther development thread

Ill have a little go at the HTML


You can now reach me on Twitter @johnnydean1_

Offline

 

#3640 2010-08-06 10:51:07

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

Re: Panther development thread

sparks wrote:

do you know, I was JUST thinking that! d'you reckon some collaberation might work nicely here? we might have to share it over email though as we can't upload to the Scratch site. I reckon it will be relatively easy to get it to display the text and (using a CYOB) images, but links could be harder, as would reading stle sheets to get the layout right.

we'd need a faster method to display text than stamping it too...

I think theres a method or something in squeak which allows you to stamp whole words, Bharvey talked about it a while back.


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

 

#3641 2010-08-06 11:33:12

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

Re: Panther development thread

that's what I was hoping. I know it's possible to create text on a block (create a costume to represent a block) but that's not going to work here  hmm


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

Offline

 

#3642 2010-08-06 12:32:03

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

Re: Panther development thread










































Sparks: haha, I love Panther!


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

Offline

 

#3643 2010-08-06 13:00:49

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

Re: Panther development thread

Sparks... this is dropboxtalk file...  tongue


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

 

#3644 2010-08-06 13:15:39

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

Re: Panther development thread

sorry, in the habit of Sparks: ing every sentance  tongue


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

Offline

 

#3645 2010-08-06 13:32:08

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

Re: Panther development thread

Random, anyways I have made a simple HTML reader base. I have uploaded here.

Needs a rename costume block though!


You can now reach me on Twitter @johnnydean1_

Offline

 

#3646 2010-08-06 15:10:37

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

Re: Panther development thread

markyparky56 wrote:

ScratchReallyROCKS wrote:

I think I might try to make an HTML reader in Panther, then you could view webpages on the screen!

Good idea! I'd really like to see that!

Cool, I'll get started.


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

Offline

 

#3647 2010-08-06 15:10:47

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

Re: Panther development thread

johnnydean1 wrote:

Random, anyways I have made a simple HTML reader base. I have uploaded here.

Needs a rename costume block though!

Not random, if you're a panther dev it makes perfect sense, but your not, so it doesn't.


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

 

#3648 2010-08-06 15:40:48

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

Re: Panther development thread

Meh, when are you guys (the devs) going to start up PantherOS? I would've, but I'm not a dev any more XD.


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

Offline

 

#3649 2010-08-06 15:43:17

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

Re: Panther development thread

SeptimusHeap wrote:

Meh, when are you guys (the devs) going to start up PantherOS? I would've, but I'm not a dev any more XD.

We're currently exploring the ScratchR and doing bugfixes (Well n is...) and just chillin'  wink  What is PantherOS anyway? OS in panther or OS developed by panther devs?


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

 

#3650 2010-08-06 16:10:05

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

Re: Panther development thread

Panther OS
A Panther Project that is a Panther OS, a collab by Panther users/devs

The comment thing
is
Sparks: What you use in dropbox
n: like this?


You can now reach me on Twitter @johnnydean1_

Offline

 

Board footer