So who is actually currently developing Panther? I know I'm working on my own epic version of the current version, I'm just curious.
Lol. New Page
Last edited by ssss (2012-01-24 04:32:11)
Offline
Offline
It looks like the community developed programs link on the panther website doesn't exist anymore? And are you ever releasing what you have of panther 1.1?
Offline
Hmm. I just found somthing curious in scratch.. "Scratch-Networking->ScratchServer->private-server" Could anyone modify this to actually work as a private server thing? like, a LAN server which restricts to local clients and a localhost-only server so only YOUR ip can connect to it - also can you add a block "is in mesh session" - to detect if a player is in a mesh session, and this block; "hoster IP address" - to detect that *IF* a player is in mesh, what the hosting IP is.
EDIT: Is this a necropost? I found the thread on page one so I expected that it wasn't.
Last edited by DigiTechs (2012-04-09 09:06:15)
Offline
op12347 wrote:
Can you upload panther projects to the scratch website?
With a little hacking, yes, but it's against the Scratch Terms of Use.
EDIT: And Panther blocks won't work online or in Scratch.
Last edited by Greenatic (2012-04-09 16:01:10)
Offline
Hey, Sparks. Can you take my name off the list?
I don't feel like I've helped at all. As soon as I was about to started, everything broke. :I
Thanks. :3
Offline
Jrocket97 wrote:
Indefinite stoppage? Makes sense, kill the best scratch mod out there. At the very least, someone needs to make a new website where people who use the program can still upload projects.
Someone could link users to ModShare on the upload page too, if nobody wants to make a new site.
Offline
danwoodski wrote:
Jrocket97 wrote:
Indefinite stoppage? Makes sense, kill the best scratch mod out there. At the very least, someone needs to make a new website where people who use the program can still upload projects.
Someone could link users to ModShare on the upload page too, if nobody wants to make a new site.
Yeah, I'm sorry about that. I'm still thinking about releasing what work we DID do on 1.1...
That's a good idea, I'll post a link on the Panther site to mod share for project uploading. I did my best to keep the site updated for some time, but it was so much work on top of everything else
@PF, Okay, I'll take your name off.
Okay, done!
Last edited by sparks (2012-04-20 16:32:41)
Offline
DigiTechs wrote:
I'm listening to fitting music to what i'm reading now.. weird. But really? one of the best Scratch mods has been killed?
I'm not sure killed is the right word. I'm still here on the forums, answering Panther questions, and as long as people are using it, it's not really dead! Besides, the project is suspended in development until further notice, it could well be that we release an update some time in the future!
Offline
sparks wrote:
DigiTechs wrote:
I'm listening to fitting music to what i'm reading now.. weird. But really? one of the best Scratch mods has been killed?
I'm not sure killed is the right word. I'm still here on the forums, answering Panther questions, and as long as people are using it, it's not really dead! Besides, the project is suspended in development until further notice, it could well be that we release an update some time in the future!
Oh. Now I get it.
Offline
sparks wrote:
DigiTechs wrote:
I'm listening to fitting music to what i'm reading now.. weird. But really? one of the best Scratch mods has been killed?
I'm not sure killed is the right word. I'm still here on the forums, answering Panther questions, and as long as people are using it, it's not really dead! Besides, the project is suspended in development until further notice, it could well be that we release an update some time in the future!
Oh. I thought by the comment in the first post saying work on the project has been stopped indefintely that it would never be continued. Nice to know it has a small chance of being continued at least.
Offline
Jrocket97 wrote:
sparks wrote:
DigiTechs wrote:
I'm listening to fitting music to what i'm reading now.. weird. But really? one of the best Scratch mods has been killed?
I'm not sure killed is the right word. I'm still here on the forums, answering Panther questions, and as long as people are using it, it's not really dead! Besides, the project is suspended in development until further notice, it could well be that we release an update some time in the future!
Oh. I thought by the comment in the first post saying work on the project has been stopped indefintely that it would never be continued. Nice to know it has a small chance of being continued at least.
I asked SeptimusHeap to post something, and that's what he put... I could ask him to change it, I guess.
Offline
how come the "move variable" block doesn't work when the variable is hidden?
Offline
joefarebrother wrote:
how come the "move variable" block doesn't work when the variable is hidden?
I don't know. It's probably that the variable watcher object is deleted when hidden, then reads the coordinates from somewhere when it is re-created (shown) but since it is deleted its position cannot be updated. You could get around this by moving it somewhere hidden like a corner of the stage before hiding it, then you can show it and move it without it interfering with your aesthetics.
Offline
wel can't the block first show the monitror, then move it, then hide it if it were previously hidden? Or even better, just change the co ordinates from where it saves it?
Offline
joefarebrother wrote:
wel can't the block first show the monitror, then move it, then hide it if it were previously hidden? Or even better, just change the co ordinates from where it saves it?
It could, but that would mean
1)Panther would have to be updated ( )
2)The block would become a little slower to use, even if the watcher is already showing, which means its easier for you to write a normal script for it.
when I receive [hideVar v] move variable watcher for [var v] to x: (-500) y: (-500) hide variable [var v] when I receive [showVar v] show variable [var v] move variable watcher for [var v] to x: (0) y: (0)
Offline
SJRCS_011 wrote:
Does anyone have any idea when 1.1 will be out?
or at least 1.0.1?
I don't think we're sure, because the development was currently stopped.
Offline
how do you make a c block with the CYOB feature?
Offline
joefarebrother wrote:
how do you make a c block with the CYOB feature?
It should be the same way you make a c block with the Squeak browser.
Offline