markyparky56 wrote:
sparks wrote:
markyparky56 wrote:
Darn right! I don't want to look like a vampire for the rest of my life. (Yet I still do... )I manged to tan without burning this week! a first for me :3
I managed to tan for the first noticeable time! EVER!
Good job.
Offline
markyparky56 wrote:
sparks wrote:
markyparky56 wrote:
Darn right! I don't want to look like a vampire for the rest of my life. (Yet I still do... )I manged to tan without burning this week! a first for me :3
I managed to tan for the first noticeable time! EVER!
You're lucky! I got a horrible sunburn a couple weeks ago. AND I WASN'T EVEN TANNING!!
BTW: How about we get back on topic
Offline
The-Whiz wrote:
markyparky56 wrote:
sparks wrote:
I manged to tan without burning this week! a first for me :3I managed to tan for the first noticeable time! EVER!
Good job.
LOL
I dunno if that even belongs here.
good.. job? I guess .
Offline
I still cant tan even if I try, not even sun burn....
I am at my PC most of the time except when im Reading (Currently its Artimus Fowl) which is a coincidence as I live in the town of Reading (pronounced Red-ing).
I was wonding, say I had 2 webcams in my PC, could I capture 2 seperate feeds and if so how. If not could you add this feature...
Offline
johnnydean1 wrote:
I still cant tan even if I try, not even sun burn....
I am at my PC most of the time except when im Reading (Currently its Artimus Fowl) which is no coincidence as I live in the town of Reading (pronounced Red-ing).
I was wonding, say I had 2 webcams in my PC, could I capture 2 seperate feeds and if so how. If not could you add this feature...
Yes, you could. But not in scratch.
nuh-uh.
You could alternate feeds perhaps.
Yeah, Artemis Fowl was a great series... When I was 9 - 11 years of age.
Offline
Im only 13 sooo.....
And thats why I was aking, dreaming up something very creative...
Offline
johnnydean1 wrote:
Im only 13 sooo.....
And thats why I was aking, dreaming up something very creative...
Don't worry, Im reading them aswell, and I don't really care about the average reader age.
Anywhoooo! Back ontopic, I've started working on a MMO type thing in panther, currently Im only working on sending variables to each other using the sensor value reporter.
Offline
So, Update:
Blockshop is almost finished, sparks is just updating it with a more streamlined rendering script.
I don't think theres anything else happening at the moment...
Offline
markyparky56 wrote:
So, Update:
Blockshop is almost finished, sparks is just updating it with a more streamlined rendering script.
I don't think theres anything else happening at the moment...
yeah, what's happened is that I spent a good couple of hours (and then another good couple after Panther crashed before saving) making a sprite with a costume for every letter and $Argument$ the blocks could have, then writing a script to stamp out a sample image of the block you are about to download (long, complicated, hard work, slow) and then yesterday Math made a set of blocks that simply set the costume to the entered block (short, easy and fast) so now I'm deleting all the hours of work (but for something better )
Offline
cool expected release...
Offline
bharvey wrote:
sparks wrote:
Hey, you gonna answer my email or what?
Ill go see if he is on dropbox... And the check the email...
Offline
johnnydean1 wrote:
Code:
|x xx y yy distancex distancey o c out| x_ t3 - t1. y_ t2 - t4. distancey_ 0. o_ self colorAtX: (y) y: (x). y timesRepeat: [ distancex_0. distacney_ distancey + 1. x timesRepeat: [ distancex_ distancex + 1. xx_ x + distancex. yy_ y + distancey. c_ self colorAtX: (xx) y: (yy). o_ self mixColor: (o) with: (c). ]. ]. out_ o. ^ outSorry needed to post that I belive its in blockshop, but I keep deleting and remaking my version.....
What does it do?
Offline
Mixes a range of colous below:
Spec:
Mix Colour X: $Number$ Y: $Number$ to X: $Number$ Y: $Number$
Type:
g
Code:
|x xx y yy distancex distancey o c out xxx yyy y1 y2 y3 y4| x_ t3 - t1. y_ t2 - t4. x < 0 ifTrue: [ x_ 0 - x.]. y < 0 ifTrue: [ y_ 0 - y.]. y1_ t1 + 0. y2_ t2 + 0. y3_ t3 + 0. y4_ t4 + 0. xxx_ y1 + 0. y3 > y1 ifTrue: [ xxx_ y3 + 0. ]. yyy_ y2 + 0. y4 > y2 ifTrue: [yyy_ y4 + 0. ]. distancey_ 0. o_ self colorAtX: (y) y: (x). y timesRepeat: [ distancex_0. distacney_ distancey + 1. x timesRepeat: [ distancex_ distancex + 1. xx_ xxx + distancex. yy_ yyy + distancey. c_ self colorAtX: (xx) y: (yy). o_ self mixColor: (o) with: (c). ]. ]. out_ o. ^ out
I just improved the code!
Last edited by johnnydean1 (2010-07-01 16:02:21)
Offline
i will when 1.1 is released
Offline
johnnydean1 wrote:
i will when 1.1 is released
Why not now though?
Offline
how can i make it so my variable fits in a _______ as string? panther block
block creater thing?
Offline
cruelty247 wrote:
how can i make it so my variable fits in a _______ as string? panther block
block creater thing?
Is it a colour variable or a normal orange variable? If its a nromal one, then wait until 1.1, otherwise colour variables automaticaly fit in them.
Offline