bharvey wrote:
sparks wrote:
Just a nearest pub
I think my nearest pub is probably in Dover or someplace like that, more or less independent of my location.
You in England at the moment?
Offline
I have sent a project for upload.
Offline
NXIII did you see my post for you on page 117?
Last edited by johnnydean1 (2010-05-27 16:29:45)
Offline
sparks wrote:
Thank you for your advice and insights John.
We already follow many of the practices you outlined above, nXIII is our changes coordinator and is in charge of updating the image. The image itself is stored in a dropbox that networks a folder to each of our computers, allowing us to talk and share code and files instantly. It has seriously sped up production, believe me.
I'm not really sure what to say about the contribution section... I'll let someone else think of a witty response and I look forward to hearing from Mr Kay as I'm sure he will provide us with more excellent suggestions.
Thank you and him for developing squeak, my life would probably have taken quite a different turn if it had not existed.
Sparks
I (used to) fail at changes ... if anyone noticed, the entire source image is stored under the "working" change set.
Offline
Update:
Panther is going to be pretty inactive for the next week as quite a few of the developers (myself included) are away on holiday. This means that any messages you send us including email registration, project sharing, glitch reports and general comments will not be viewed and replied to for quite some time.
I will be back on monday, so I'll be sure to sort what I can out when I get back
In the mean time, please feel free to register yourself and post block codes for our blockshop
Adios amigos (I'm not leaving till tomorrow morning though so I'll be on for a few more hours)
Offline
sparks wrote:
Update:
Panther is going to be pretty inactive for the next week as quite a few of the developers (myself included) are away on holiday. This means that any messages you send us including email registration, project sharing, glitch reports and general comments will not be viewed and replied to for quite some time.
I will be back on monday, so I'll be sure to sort what I can out when I get back
In the mean time, please feel free to register yourself and post block codes for our blockshop
Adios amigos (I'm not leaving till tomorrow morning though so I'll be on for a few more hours)
Nicley put sparks.
I'll also say that I will be away, and will ahve no access to Scratch and the internet in that time.
So, for all you users of Panther out there:
Panther on!
Offline
Ahh please upload my project (sent 3 days ago!!!)
Offline
I checked, and the scratch on sugar is not very integrated. I'll post sugar squeak as soon as I can.
Offline
paulpsicle wrote:
I checked, and the scratch on sugar is not very integrated. I'll post sugar squeak as soon as I can.
What is sugar?
Offline
Panther Team, How Did You Get The Panther News To Pop Up Right When You Open Panther? (I'm Not Making Any News Thing For My Mod, Too Complex For Me. I'm Using It For A Block.)
Offline
TheGameMaster1231 wrote:
Panther Team, How Did You Get The Panther News To Pop Up Right When You Open Panther? (I'm Not Making Any News Thing For My Mod, Too Complex For Me. I'm Using It For A Block.)
nXIII did some clever editing. I think its a dialog box which is linked to our website. If you don't have an internet connection it doesn't work.
Offline
hi! i found a way to hack panther in 5 minutes after getting it! XD i tested in the closed beta for phosphor (awesome game), and only 3 glitches were found. 2 by me. if you click the check box for "i am a clone?" multiple times an error message pops up, and i chose "debug" and typed "Preferences enableProgrammerFacilities", choose "do it" and whala! there it is. also, if you choose the whole thing, close it, open it again, it doesn't fit to the screen. umm.... hope this helps your dev process.
Offline
poppypaynterscratch wrote:
hi! i found a way to hack panther in 5 minutes after getting it! XD i tested in the closed beta for phosphor (awesome game), and only 3 glitches were found. 2 by me. if you click the check box for "i am a clone?" multiple times an error message pops up, and i chose "debug" and typed "Preferences enableProgrammerFacilities", choose "do it" and whala! there it is. also, if you choose the whole thing, close it, open it again, it doesn't fit to the screen. umm.... hope this helps your dev process.
Whats the plint in hacking when all you need to do is right click on a non-hat block. Then click view code, and it brings up the browser.
Offline
bharvey wrote:
markyparky56 wrote:
What is sugar?
See #2872-2875.
Ahhh...
Offline
climber59 wrote:
Can anyone tell me a use for <true> and <false>?
boolean reporters, or boolean variables?
e.g.
Repeat until (boolean1 is <true>) { change x by 1 if x > 5 { set boolean1 to true } }
Or, perhaps that might work.
Offline
climber59 wrote:
They are booleans in Panther that just say true or false and I can't think of a use for them.
Think about a block that slightly varies its behavior to one of two possibilities. For example:
[ <a> = <b> WITH CASE SENSITIVITY <t/f> ]
If the third input is <true> then "a" and "A" are unequal; if the third input is <false> then "a" and "A" are equal.
Offline