Does the Panther download include mesh blocks? I cant find them?
Offline
Ok then guys, Ive been using Panther. A improvement.
When you use the HOST MESH block, it should show you your IP. So then the other person knows what to imput.
Offline
johnnydean1 wrote:
Ok then guys, Ive been using Panther. A improvement.
When you use the HOST MESH block, it should show you your IP. So then the other person knows what to imput.
Umm... Just click on "Mesh" on the toolbar and click on "Show IP address"
Offline
sparks wrote:
Mathwizz, nXIII's being all vague and secretive about his sharing site, and I hope he reads over the stuff above that I asked him. I'm wondering how it's going with the java player?
Haven't been working on it much...
Off topic:
I made that with a glitch that I found! And it works just fine!
BTW: Do you thing we should put BYOB in panther? (With Jens' permission...)
Offline
Hey that looks brilliant! if you can get a touching colour block with three %n inserters for red, blue and green to go with it, it should so go into Panther! post the code so that nXIII can add it, and I'd like to have a crack at getting complementary blocks for it too.
and possibly (idk how realistic this is, but) a rgb for the color currently below the sprite's centre pixil...
Offline
fg123 wrote:
Can I join the Panther project?
fg123, I'm sorry but we already have enough developers working on Panther. You are, of course, free to supply block or feature code, in which case your name will be mentioned in Panther under "contributors.
Thank you for your interest and Do feel free to provide code and feedback as you see fit.
Offline
MathWizz wrote:
sparks wrote:
Mathwizz, nXIII's being all vague and secretive about his sharing site, and I hope he reads over the stuff above that I asked him. I'm wondering how it's going with the java player?
Haven't been working on it much...
Off topic:
http://img528.imageshack.us/img528/4074/cascolor.png
I made that with a glitch that I found! And it works just fine!
BTW: Do you thing we should put BYOB in panther? (With Jens' permission...)
any reason the block is grey? it could be a misc block but I reckon it belongs with the other colour ones in sensing.
I think that the build a block feature is useful, but the concept is not our main aim with Panther as we are trying to increase flexibility. Perhapse in a future release it would be well worth implementing, but the whole coding he's done on it (he used smalltalk) would have to be edited to encorperate our new blocks and seeing as we can't even get clone to work fullscreen atm, best left to a later date. Not to mention how a java player would recieve it. would it have to take the block apart in the player in order to get it to work? if so, the whole idea of the "atomic" feature is lost in the player.
Offline
sparks wrote:
MathWizz wrote:
sparks wrote:
Mathwizz, nXIII's being all vague and secretive about his sharing site, and I hope he reads over the stuff above that I asked him. I'm wondering how it's going with the java player?
Haven't been working on it much...
Off topic:
http://img528.imageshack.us/img528/4074/cascolor.png
I made that with a glitch that I found! And it works just fine!
BTW: Do you thing we should put BYOB in panther? (With Jens' permission...)any reason the block is grey? it could be a misc block but I reckon it belongs with the other colour ones in sensing.
I think that the build a block feature is useful, but the concept is not our main aim with Panther as we are trying to increase flexibility. Perhapse in a future release it would be well worth implementing, but the whole coding he's done on it (he used smalltalk) would have to be edited to encorperate our new blocks and seeing as we can't even get clone to work fullscreen atm, best left to a later date. Not to mention how a java player would recieve it. would it have to take the block apart in the player in order to get it to work? if so, the whole idea of the "atomic" feature is lost in the player.
Oh, sorry, lol! I forgot to say that the block was made in BYOB! XD
Offline
SeptimusHeap wrote:
If we do semi-public, you will be in, waveOS.
Can I be in too? Please?
Offline
MathWizz wrote:
Oh, sorry, lol! I forgot to say that the block was made in BYOB! XD
er, how? I'm looking at the byob code, set it to reporter and entered "%c as a string"
I can't see a way of doing that without going into the smalltalk?
Offline
sparks wrote:
MathWizz wrote:
sparks wrote:
Mathwizz, nXIII's being all vague and secretive about his sharing site, and I hope he reads over the stuff above that I asked him. I'm wondering how it's going with the java player?
Haven't been working on it much...
Off topic:
http://img528.imageshack.us/img528/4074/cascolor.png
I made that with a glitch that I found! And it works just fine!
BTW: Do you thing we should put BYOB in panther? (With Jens' permission...)any reason the block is grey? it could be a misc block but I reckon it belongs with the other colour ones in sensing.
I think that the build a block feature is useful, but the concept is not our main aim with Panther as we are trying to increase flexibility. Perhapse in a future release it would be well worth implementing, but the whole coding he's done on it (he used smalltalk) would have to be edited to encorperate our new blocks and seeing as we can't even get clone to work fullscreen atm, best left to a later date. Not to mention how a java player would recieve it. would it have to take the block apart in the player in order to get it to work? if so, the whole idea of the "atomic" feature is lost in the player.
How about makea BYOB Panther crossover version for our one year anniversary of Panther?
sounds good guys, really tired today though, ill see if i can get more work done on my highscores project tomorrow...
Offline
sparks wrote:
MathWizz wrote:
Oh, sorry, lol! I forgot to say that the block was made in BYOB! XD
er, how? I'm looking at the byob code, set it to reporter and entered "%c as a string"
I can't see a way of doing that without going into the smalltalk?
Make a block called "x%c as string" Then drag the block into the script area. Edit the block and change the name to "%color as string" There! The block in the script area can now know what color is inputed.
Offline
well I kinda took you seriously and was trying to make it a real block. here's what I have so far:
('%c as a string' #r #-)
it shows up, has a colour selector and a watcher, but reports "error!" because I don't know what instance goes in place of the "-" at the end #r #???
Offline
This is why i so prefer C#, nothing too confusing...
Offline
sparks wrote:
wow. how on earth did you find that? and why x? %c is the symbol for a colour box with colour picker, what does the X do? I've never seen it.
It could be anything, all it's supposed to do is mess up the parsing when it makes the block.
Offline