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

#4026 2011-06-30 15:04:32

Nitezscratch
Scratcher
Registered: 2008-06-20
Posts: 43

Re: Panther development thread

markyparky56 wrote:

Nitezscratch wrote:

Is there any possibility of editing the ScratchApplet.jar to support the embedding and loading of .pt files?

In theory yes. Its ust then making it work with most of the new blocks. Though there are some that just won't work with it because they require saving to files on people computers.

You could save to a file on the server.


http://nitezproductions.com/box.pnghttp://nitezproductions.com/sig.gifhttp://nitezproductions.com/box.png

Offline

 

#4027 2011-06-30 15:20:08

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Panther development thread

Nitezscratch wrote:

markyparky56 wrote:

Nitezscratch wrote:

Is there any possibility of editing the ScratchApplet.jar to support the embedding and loading of .pt files?

In theory yes. Its ust then making it work with most of the new blocks. Though there are some that just won't work with it because they require saving to files on people computers.

You could save to a file on the server.

But then it wouldn't be their computer and thats the whole point ^^

Uh, there are plenty of ways to do that aren't there, Marky?

Offline

 

#4028 2011-07-01 06:39:13

cskidmsonic
Scratcher
Registered: 2011-01-22
Posts: 100+

Re: Panther development thread

Is Panther still in development?


This signature is TDD's fault... yes, I had to.

Offline

 

#4029 2011-07-01 12:28:27

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

Re: Panther development thread

ProgrammingFreak wrote:

Nitezscratch wrote:

markyparky56 wrote:


In theory yes. Its ust then making it work with most of the new blocks. Though there are some that just won't work with it because they require saving to files on people computers.

You could save to a file on the server.

But then it wouldn't be their computer and thats the whole point ^^

Uh, there are plenty of ways to do that aren't there, Marky?

Saving a file to a server or saving a file to someones computer? I'm not sure what your asking.


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

 

#4030 2011-07-02 06:08:17

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Panther development thread

markyparky56 wrote:

ProgrammingFreak wrote:

Nitezscratch wrote:


You could save to a file on the server.

But then it wouldn't be their computer and thats the whole point ^^

Uh, there are plenty of ways to do that aren't there, Marky?

Saving a file to a server or saving a file to someones computer? I'm not sure what your asking.

Someones computer.  smile

Offline

 

#4031 2011-07-06 22:07:28

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Panther development thread

can som1 help how do u upload panther projects to scratch


scratch 2.0 forever!  big_smile

Offline

 

#4032 2011-07-07 05:51:51

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

Re: Panther development thread

elimantor wrote:

can som1 help how do u upload panther projects to scratch

You can't, the Scratch Java player does not support Panther projects. If you want to share your projects go here and register your email to your scratch username. you can then email your projects to the Panther team and they will be added to the projects page.


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

Offline

 

#4033 2011-07-14 17:54:02

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Panther development thread

Bump! Can a beta or preview of 1.1 be released?

Last edited by scratcher7_13 (2011-07-14 17:54:48)


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#4034 2011-07-15 00:10:24

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Panther development thread

ProgrammingFreak wrote:

markyparky56 wrote:

ProgrammingFreak wrote:


But then it wouldn't be their computer and thats the whole point ^^

Uh, there are plenty of ways to do that aren't there, Marky?

Saving a file to a server or saving a file to someones computer? I'm not sure what your asking.

Someones computer.  smile

Wouldn't that be kind of a risk. Someone could easily make a project that downloads a virus or messes up your computer! I think that would be a bad idea.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#4035 2011-07-15 13:32:12

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

Re: Panther development thread

nathanprocks wrote:

ProgrammingFreak wrote:

markyparky56 wrote:


Saving a file to a server or saving a file to someones computer? I'm not sure what your asking.

Someones computer.  smile

Wouldn't that be kind of a risk. Someone could easily make a project that downloads a virus or messes up your computer! I think that would be a bad idea.

Thats why projects are rated ont he website. The green seal of approval. Check the projects page.

@scratcher7_13

I geuss we could share some teaser images of what's been added, but a beta currently isn't available. We're still working on it and time isn't always available.


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

 

#4036 2011-07-18 12:05:32

Baderous
New Scratcher
Registered: 2011-04-14
Posts: 100+

Re: Panther development thread

I am exploring Panther's source code using the image Source1.0.image provided in the Panther package.
When I perform a search in the source code for a certain piece of code (using the option "method source with it"), I always end up with the debugger showing the following message: http://i.imgur.com/H7XS0.png

As such I am finding it hard to understand how Panther is built. I also can't find the senders of a method, I always get "There are no senders of <method>".

Is there any way to fix this?

Offline

 

#4037 2011-07-20 17:22:52

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Panther development thread

I can't get the forum notifier to work. keeps erroring in the stages script. Help!

Offline

 

#4038 2011-07-20 17:55:24

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

Re: Panther development thread

Baderous wrote:

I am exploring Panther's source code using the image Source1.0.image provided in the Panther package.
When I perform a search in the source code for a certain piece of code (using the option "method source with it"), I always end up with the debugger showing the following message: http://i.imgur.com/H7XS0.png

As such I am finding it hard to understand how Panther is built. I also can't find the senders of a method, I always get "There are no senders of <method>".

Is there any way to fix this?

nXIII coded a large part of Panther so he would be the one to ask. Not seen him in a while though.

Last edited by sparks (2011-07-20 17:56:08)


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

Offline

 

#4039 2011-07-20 18:14:19

Baderous
New Scratcher
Registered: 2011-04-14
Posts: 100+

Re: Panther development thread

Ok, thanks for the info. I hope he comes back soon.

Offline

 

#4040 2011-07-21 07:39:29

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

Re: Panther development thread

Baderous wrote:

Ok, thanks for the info. I hope he comes back soon.

I think we all do.


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

 

#4041 2011-07-21 11:39:58

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Panther development thread

sparks wrote:

You can then email your projects to the Panther team and they will be added to the projects page.

Umm... When was the last time that happened?

Offline

 

#4042 2011-07-21 21:58:20

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Panther development thread

LiquidMetal wrote:

sparks wrote:

You can then email your projects to the Panther team and they will be added to the projects page.

Umm... When was the last time that happened?

I sent a project there, and if this is true or not remains to be tested 0_o.

Offline

 

#4043 2011-07-24 14:13:54

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Panther development thread

LiquidMetal wrote:

LiquidMetal wrote:

sparks wrote:

You can then email your projects to the Panther team and they will be added to the projects page.

Umm... When was the last time that happened?

I sent a project there, and if this is true or not remains to be tested 0_o.

+1.....

Offline

 

#4044 2011-07-24 16:18:09

Funky7774
Scratcher
Registered: 2010-10-16
Posts: 18

Re: Panther development thread

Bopitman99 wrote:

No.4 is an awesome idea! I really hope they add something like that in 2.0

I agree.  Would make locating objects extremely easy.


"The stars say you're an exciting and wonderful person, but you know they're lying."     Your Horoscope For Today by "Weird Al" Yankovic

Offline

 

#4045 2011-07-24 16:20:30

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

Re: Panther development thread

Funky7774 wrote:

Bopitman99 wrote:

No.4 is an awesome idea! I really hope they add something like that in 2.0

I agree.  Would make locating objects extremely easy.

Do you mean number four on the first post of this thread? If so, we have it in 1.0!


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

Offline

 

#4046 2011-07-24 16:30:21

Funky7774
Scratcher
Registered: 2010-10-16
Posts: 18

Re: Panther development thread

sparks wrote:

Funky7774 wrote:

Bopitman99 wrote:

No.4 is an awesome idea! I really hope they add something like that in 2.0

I agree.  Would make locating objects extremely easy.

Do you mean number four on the first post of this thread? If so, we have it in 1.0!

No we don't.  You can't locate pixels and test them for color.  You need to have a sprite in the exact pixel position at a size of one pixel and use an <if touching color []> block which is quite inconvenient.


"The stars say you're an exciting and wonderful person, but you know they're lying."     Your Horoscope For Today by "Weird Al" Yankovic

Offline

 

#4047 2011-07-24 17:18:35

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

Re: Panther development thread

Funky7774 wrote:

sparks wrote:

Funky7774 wrote:

I agree.  Would make locating objects extremely easy.

Do you mean number four on the first post of this thread? If so, we have it in 1.0!

No we don't.  You can't locate pixels and test them for color.  You need to have a sprite in the exact pixel position at a size of one pixel and use an <if touching color []> block which is quite inconvenient.

well locating pixels is pretty much impossible unless you're using something like x and y coordinates, in which case the (colour of pixel x() y()) reporter block can be compared to a set colour using the <[]=[]> block!

Last edited by sparks (2011-07-24 17:18:51)


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

Offline

 

#4048 2011-07-27 08:54:38

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Panther development thread

Can the beta of 1.1 be released? I CAN'T WAIT!


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#4049 2011-07-27 09:07:07

majormax
Scratcher
Registered: 2008-04-06
Posts: 1000+

Re: Panther development thread

scratcher7_13 wrote:

Can the beta of 1.1 be released? I CAN'T WAIT!

+9000

Offline

 

#4050 2011-07-27 11:31:44

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

Re: Panther development thread

scratcher7_13 wrote:

Can the beta of 1.1 be released? I CAN'T WAIT!

There isn't a beta yet! We're still working on it!


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

 

Board footer