markyparky56 wrote:
johnnydean1 wrote:
sparks wrote:
yes, but html isn't a programming language, it's a layout language. I think you might get somewhere with php but I doubt it, javascript yes, you could.
Your forgetting HTML5
I personally don't like the idea of using unconventional languages to do things which could be accomplished using language which were designed for it. Flash or Java would be OK, like how they made the viewer with Java, and Flash to make the new test version.
This is a famous term:
Think outside the box.
Offline
sparks wrote:
I want to keep Panther in smalltalk really.
Yeah, same. Are we still thinking of re-creating it from the ground up? Or just sticking to modding Scratch, I can't remember.
(Post 6100)
Last edited by markyparky56 (2010-12-02 09:32:49)
Offline
Hey guys!
Where can I download Panther?
I actually already have it, on another computer, but I need it right now.
Offline
illusionist wrote:
Hey guys!
Where can I download Panther?
I actually already have it, on another computer, but I need it right now.
Offline
make it so that theres a block thats like an inbetween thing like
__ to __
and then you put numbers there
Offline
uberdeluxe wrote:
make it so that theres a block thats like an inbetween thing like
__ to __
and then you put numbers there
Maybe someone could create it as a custom block, but I don't think thats required as a default block, you could easily just have all the numbers you need in a list and have something check the list.
Offline
When does 1.1 come out?
Blockshop?
Last edited by waveOSBeta (2010-12-28 14:45:37)
Offline
It depends how long it takes for us to fix the custom block exporting glitch.
Blockshop has, I think, been rendered obselete by the block library. Which is cross platform friendly and works with 1.0.
Offline
I just fixed the glitch which makes custom C-blocks not work:
!CommandBlockMorph methodsFor: 'accessing'! selector customBlock ifTrue: [^ #doCustomBlock]. ^ selector ! ! !ScratchProcess methodsFor: 'private-special forms'! doCustomBlock Compiler evaluate: ((stackFrame expression customBlockCode)) for: self logged: false. ! !
Offline
sparks wrote:
Where does that go? Math or nXIII need to see this so we can add it to the image!
Neat piece of code, RCG! Thanks!
You put the code in a workspace, and 'file it in' (highlight code, right-click, 'more...', 'file it in').
Offline
This may be too hard, but could you add an menu option that prevents the stage from updating unless you use an 'update stage' block? It would make Scratch almost as fast as most programming languages! (if I properly understand the cause of Scratch's slowness)
Offline
Is Panther still being worked on? If so, when will the next version be released? :3
I remember when Panther was released and I downloaded it... ah
Offline
You should delete the last line in the deletingWatcher method. It doesn't seem to do anything, and just raises an error.
Offline
how about, for the (contents of file at URL [http://]) block, have it report the contents of the page instead of the source.
Offline
I think that Panther is not as developed as BYOB. It could be much better with a proper installer and uninstaller, like scratch and BYOB.
Offline
scimonster wrote:
how about, for the (contents of file at URL [http://]) block, have it report the contents of the page instead of the source.
That would be very tricky. It would mean that Panther would have to have its own HTML parser, and then there would be the problem of some web pages using PHP and other markup languages.
Offline
floppy_gunk wrote:
scimonster wrote:
how about, for the (contents of file at URL [http://]) block, have it report the contents of the page instead of the source.
That would be very tricky. It would mean that Panther would have to have its own HTML parser, and then there would be the problem of some web pages using PHP and other markup languages.
yes, but what if...
it would make some things so much easier.
what can you do with the source anyways?
Offline
scimonster wrote:
I think that Panther is not as developed as BYOB. It could be much better with a proper installer and uninstaller, like scratch and BYOB.
Thats because Panther is only on V1.0 whereas BYOB is V3.0, Panther is being revised and updated for V1.1.
Offline
The whole "parser" issue: look for the < and > symbols. That should work, right?
I made a project that writes the source out to a .txt document!
Offline
did you get my email that i did on Panther?
Offline