This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2010-03-28 09:26:34

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

• I have started up a site that I'm building up now. The address is pantherblocks.weebly.com (this can be changed) as can the site name and many other things. Check it out, think about helping to moderate it.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#27 2010-03-28 09:29:02

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

Meh. I'll add the blocks you said above, accept for the URL, as that could be used in bad ways.

Do you think we could make an EXE sharing method?

Could the address be pantherprogramming.weebly.com instead?


http://i46.tinypic.com/dw7zft.png

Offline

 

#28 2010-03-28 09:31:08

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

It says the site isn't published.

Also, you can be head media and public relations.


http://i46.tinypic.com/dw7zft.png

Offline

 

#29 2010-03-28 09:33:38

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

Poll: Should we make a separate forum?


http://i46.tinypic.com/dw7zft.png

Offline

 

#30 2010-03-28 09:46:30

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther development thread

Poll: yes
I'm onboard now. My (oldish) image can be found on the show/hide list blocks topic.


nXIII

Offline

 

#31 2010-03-28 09:47:51

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

What do you mean, image?


http://i46.tinypic.com/dw7zft.png

Offline

 

#32 2010-03-28 09:52:44

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

New forum: http://scratch.mit.edu/forums/viewtopic.php?pid=355341#p355341

Feel free to still post here. I'll check both.


http://i46.tinypic.com/dw7zft.png

Offline

 

#33 2010-03-28 10:06:15

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

Mock-up = a picture of something that doesn't exsist, e.g. I made this to illustrate what i ment by a Collaborations page.
http://img62.imageshack.us/img62/6498/collabdemo.gif
Thats a mock-up.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#34 2010-03-28 10:12:45

climber59
Scratcher
Registered: 2009-12-15
Posts: 100+

Re: Panther development thread

By image he means the file with all his changes, including his new blocks.
Here are my codes

Code:

('distance from x: %n y: %n to x: %n y: %n' #r #dista:n:c:e:)
dista: t1 n: t2 c: t3 e: t4 
    | t5 t6 t7 t8 t9 t10 |
    t5 _ t1 - t3.
    t6 _ t5 * t5.
    t7 _ t2 - t4.
    t8 _ t7 * t7.
    t9 _ t8 + t6.
    t10 _ t9 sqrt.
    ^ t10

('distance to x:%n y:%n' #r #distance:by:) 
distance: t1 by: t2 
    | t3 t4 t5 t6 |
    t3 _ self referencePosition x - t1.
    t4 _ t3 raisedTo: 2.
    t5 _ self referencePosition y - t2.
    t6 _ t5 raisedTo: 2.
    ^ (t4 + t6) sqrt

('go to midpoint of x: %n y: %n and x: %n y: %n' #- #midpo:i:n:t: 0 0 10 10)
midpo: t1 i: t2 n: t3 t: t4 
    | t5 t6 t7 t8 |
    t5 _ t1 + t3.
    t6 _ t2 + t4.
    t7 _ t5 / 2.
    t8 _ t6 / 2.
    self referencePosition: t7 @ t8

I realize that there are better ways to do the math , but it wouldn't let me put parentheses at the start of a variable definition.

Last edited by climber59 (2010-03-28 10:18:11)


Check out my projects if you have a chance.

Offline

 

#35 2010-03-28 10:13:44

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

climber59 wrote:

By image he means the file with all his changes, including his new blocks.
Here's my codes

Code:

dista: t1 n: t2 c: t3 e: t4 
    | t5 t6 t7 t8 t9 t10 |
    t5 _ t1 - t3.
    t6 _ t5 * t5.
    t7 _ t2 - t4.
    t8 _ t7 * t7.
    t9 _ t8 + t6.
    t10 _ t9 sqrt.
    ^ t10

Whats it do?!


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#36 2010-03-28 10:20:03

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

Gir, could you please publish your code?


http://i46.tinypic.com/dw7zft.png

Offline

 

#37 2010-03-28 10:20:45

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther development thread

SeptimusHeap wrote:

Gir, you're in charge of block development.

We need someone for art!

fg or MathWizz, could you be in charge of mesh and server blocks?

I'll do mesh blocks.

I can do 'host mesh', 'current IP addess', 'join mesh' (possibly), and 'leave mesh' (either stops hosting or leaves).

Last edited by nXIII (2010-03-28 10:23:31)


nXIII

Offline

 

#38 2010-03-28 10:21:56

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

Can I go on mod mode on the panther site?


http://i46.tinypic.com/dw7zft.png

Offline

 

#39 2010-03-28 10:22:19

climber59
Scratcher
Registered: 2009-12-15
Posts: 100+

Re: Panther development thread

Sorry I was testing the code box before doing the entire thing. First one is a distance reporter where you enter both points; second is a distance reporter where it's distance from the sprite to any point you enter; third is a go to midpoint of _  _ and _  _.


Check out my projects if you have a chance.

Offline

 

#40 2010-03-28 10:25:16

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

Panther site now online at www.pantherprogramming.weebly.com AS REQUESTED THE NAME HAS BEEN CHANGED. I agree, the URL block may be useful but it's dangerous in the wrong hands.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#41 2010-03-28 10:26:53

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

May I go on site admin mode?


http://i46.tinypic.com/dw7zft.png

Offline

 

#42 2010-03-28 10:33:28

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

@ Septimus heap: yes, you'll have to send your email to me over the panther site through the contact form so I can email username & password  hmm

@ Markyparky: I have a blog page on www.pantherprogramming.weebly.com.

@NXIII: I like the mesh blocks  smile  Make sure they're nice and glitch free before you post the code though  big_smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#43 2010-03-28 10:34:35

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

Uh... Do you have a ROBLOX account? You could PM me on there.


http://i46.tinypic.com/dw7zft.png

Offline

 

#44 2010-03-28 10:36:44

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

As weebly sites are only ment to have one user per site, all mods will have full power over everything which means that a certain amount of trust is required here. The username is currently purplesparks, but that can be changed to an AGREED name if we want.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#45 2010-03-28 10:37:52

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

How do we log in?


http://i46.tinypic.com/dw7zft.png

Offline

 

#46 2010-03-28 10:38:10

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

sorry, I have no idea what ROBLOX is


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#47 2010-03-28 10:40:21

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

Oh... How do we log in to the site?


http://i46.tinypic.com/dw7zft.png

Offline

 

#48 2010-03-28 10:42:44

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

go to www.weebly.com , then enter purple sparks into the username and the password. then click edit site


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#49 2010-03-28 10:42:55

GirWaffles64
Scratcher
Registered: 2009-08-09
Posts: 1000+

Re: Panther development thread

Woah-woah-woah.

Fiirst off, I was going to make the website. But if you want to, ok. And second, I have the official image right now which I'll give to you guys soon.


hey kiddoes i'm back

Offline

 

#50 2010-03-28 10:44:57

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Panther development thread

Gir, I will add mine next, OK?


http://i46.tinypic.com/dw7zft.png

Offline

 

Board footer