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

#1726 2010-04-17 11:45:55

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

Re: Panther development thread

sparks. Have you put my minifeed reader in yet!?!?!?!?!?!?!?


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

Offline

 

#1727 2010-04-17 11:47:24

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

Re: Panther development thread

I like the shift-click dev option... yes sep, I'm working on that now. once it works, I'll upload the unfinished project for you to look at  smile


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

Offline

 

#1728 2010-04-17 11:48:45

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

Re: Panther development thread

sparks wrote:

I like the shift-click dev option... yes sep, I'm working on that now. once it works, I'll upload the unfinished project for you to look at  smile

YAAY!

Do you like my contests idea on the site? We could put project contests, idea contests, and even little fun contests, like and egg hunt around the site!


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

Offline

 

#1729 2010-04-17 11:49:20

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

Re: Panther development thread

it is good, the skin contest could go there too  tongue


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

Offline

 

#1730 2010-04-17 11:49:55

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

Re: Panther development thread

sparks wrote:

it is good, the skin contest could go there too  tongue

Yeah!

Hmm... Not many holidays coming up... Dern...


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

Offline

 

#1731 2010-04-17 11:50:54

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

Re: Panther development thread

SeptimusHeap wrote:

How about you shift click the file menu, instead? Or edit?

It doesn't really matter where, you choose, you made them.


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

 

#1732 2010-04-17 12:29:06

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

Re: Panther development thread

urgh, finally waded through the live feed syntax and managed to parser out all but the message using a slightly faster, more reliable method than the one sep sent me.

one thing, now this is implimented, it assumes the feed is on line 5 to save time, rather than searching the lines. this is fine, but we can't add or take away ANY weebly elements from ABOVE the feed without the line number changing. just to warn you, the feed has to stay on that page and nothing can be added or removed above it.


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

Offline

 

#1733 2010-04-17 12:32:26

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

Nice too see your getting somewhere with that sparks!


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1734 2010-04-17 12:33:00

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

Re: Panther development thread

sparks wrote:

urgh, finally waded through the live feed syntax and managed to parser out all but the message using a slightly faster, more reliable method than the one sep sent me.

one thing, now this is implimented, it assumes the feed is on line 5 to save time, rather than searching the lines. this is fine, but we can't add or take away ANY weebly elements from ABOVE the feed without the line number changing. just to warn you, the feed has to stay on that page and nothing can be added or removed above it.

At least you've done it.


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

 

#1735 2010-04-17 12:33:10

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

Re: Panther development thread

urg, it's a nightmare filtering it out, I mean, there are plenty of ways, but I wanted to find the fastest one possible.


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

Offline

 

#1736 2010-04-17 12:34:27

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

Re: Panther development thread

I take it by the promptness of the replies that you all have popper programs running  tongue


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

Offline

 

#1737 2010-04-17 12:36:55

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

Re: Panther development thread

here's a picture of the method I used, If you can think of a faster way, let me know:
http://www.weebly.com/uploads/4/0/7/6/4076678/7218595.gif?770

yes, it's bloody long.


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

Offline

 

#1738 2010-04-17 12:37:08

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

Re: Panther development thread

sparks wrote:

I take it by the promptness of the replies that you all have popper programs running  tongue

No, im actualy programming a new game, iv not actualy got a popper going.


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

 

#1739 2010-04-17 12:37:20

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

sparks wrote:

I take it by the promptness of the replies that you all have popper programs running  tongue

No, I just decided that as the time to check the topic, and viola!


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1740 2010-04-17 12:38:02

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Panther development thread

sparks wrote:

here's a picture of the method I used, If you can think of a faster way, let me know:
http://www.weebly.com/uploads/4/0/7/6/4 … 95.gif?770

yes, it's bloody long.

I can't see a thing...


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#1741 2010-04-17 12:38:10

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

Re: Panther development thread

sparks wrote:

here's a picture of the method I used, If you can think of a faster way, let me know:
http://www.weebly.com/uploads/4/0/7/6/4 … 95.gif?770

yes, it's bloody long.

Why do yours always have black backgrounds? Mine have no backgroud. What do you use to take a picture of them?


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

 

#1742 2010-04-17 12:39:37

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

Re: Panther development thread

I right click and save picture of scripts. can't be asked to change bg colour. Also, the original image is on the hosting page of the site, that's as big as it'll get. if you open it in an editor, you should be able to read it.


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

Offline

 

#1743 2010-04-17 12:57:58

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

Re: Panther development thread

sparks wrote:

I right click and save picture of scripts. can't be asked to change bg colour. Also, the original image is on the hosting page of the site, that's as big as it'll get. if you open it in an editor, you should be able to read it.

Maybe if you hosted it on a proper hosting site it would be better...


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

 

#1744 2010-04-17 12:58:40

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

Re: Panther development thread

can't be asked to make a mediafire account, too many popups


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

Offline

 

#1745 2010-04-17 13:03:57

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

Re: Panther development thread

sparks wrote:

can't be asked to make a mediafire account, too many popups

Mediafire doesn't supply imagehosting.  tongue  Use a place like imageshack.


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

 

#1746 2010-04-17 13:25:52

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

Re: Panther development thread

Where's the panther sharing site again?


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

Offline

 

#1747 2010-04-17 13:33:17

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

SeptimusHeap wrote:

Where's the panther sharing site again?

HERE


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1748 2010-04-17 13:42:26

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

Re: Panther development thread

Sperry wrote:

SeptimusHeap wrote:

Where's the panther sharing site again?

HERE

Yay! I signed 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

 

#1749 2010-04-17 13:45:36

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

markyparky56 wrote:

Sperry wrote:

SeptimusHeap wrote:

Where's the panther sharing site again?

HERE

Yay! I signed up!

I don't think it actually does anything. nXIII said ages ago when he first told us about it not to sign up, if you can remember that.


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#1750 2010-04-17 14:36:19

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

Re: Panther development thread

sep, I have a problem, it says that the link I was reading the minifeed off of ( http://pantherprogramming.weebly.com/3/feed ) no longer exists? what happened?


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

Offline

 

Board footer