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

#151 2011-07-29 16:51:39

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

Sidharth wrote:

LS97 wrote:

Sidharth wrote:

Can't the Scratch team rename you? You would keep all your projects and your post count that way!

They can transfer the post count and projects to the new account, but I don't think they can just rename him.

That's the same thing as renaming... almost

I asked lightnin, he told me they can't.


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#152 2011-07-29 16:59:26

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

Re: Forum topic like Buttons!

Rum, did you see my code?


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

Offline

 

#153 2011-07-29 17:00:05

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Forum topic like Buttons!

Why can't he keep his name? There's a user called poopernickel.


Posts: 20000 - Show all posts

Offline

 

#154 2011-07-29 17:15:20

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

SeptimusHeap wrote:

Rum, did you see my code?

Yes, I did, I'll implement it in a sec.


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#155 2011-07-29 17:15:49

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

Re: Forum topic like Buttons!

RUMCHEERYPOOPOO wrote:

SeptimusHeap wrote:

Rum, did you see my code?

Yes, I did, I'll implement it in a sec.

big_smile 

I like doing small stuff to help  tongue


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

Offline

 

#156 2011-07-29 17:38:31

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

Re: Forum topic like Buttons!

Is it implemented?


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

Offline

 

#157 2011-07-29 17:40:47

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Forum topic like Buttons!

I don't think so.


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#158 2011-07-29 17:47:36

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

I'm uploading my projects to my new account currently.


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#159 2011-07-29 18:19:49

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

Re: Forum topic like Buttons!

So, is it implemented?


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

Offline

 

#160 2011-07-29 18:22:47

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: Forum topic like Buttons!

veggieman001 wrote:

Why can't he keep his name? There's a user called poopernickel.

Maybe he/she was so un-active no one noticed him/her.

Last edited by kimmy123 (2011-07-29 18:23:05)


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#161 2011-07-29 18:43:24

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Forum topic like Buttons!

SeptimusHeap wrote:

So, is it implemented?

Sep, I'll have it implemented as soon as I've got scratcher status on my new account so I can post a new topic on this with that.


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#162 2011-07-29 19:00:09

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

Re: Forum topic like Buttons!

Ok


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

Offline

 

#163 2011-07-30 05:44:01

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Forum topic like Buttons!

RUMCHEERYPOOPOO wrote:

SeptimusHeap wrote:

So, is it implemented?

Sep, I'll have it implemented as soon as I've got scratcher status on my new account so I can post a new topic on this with that.

Scratch that, I'm working on it now.


http://i.imgur.com/zeIZW.png

Offline

 

#164 2011-07-30 05:46:41

comp500
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Forum topic like Buttons!

Suggestion for new style:

Same font as septimus heap's style
like counter color: imagecolorallocate($img, 0, 102, 185);
like button text color: black
bg image: http://img59.imageshack.us/img59/8209/lb1c.png

Last edited by comp500 (2011-07-30 05:47:43)


800 posts! W00T! Oh sorry im not on a lot but at least i have 1000+ posts

Offline

 

#165 2011-07-30 06:28:31

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Forum topic like Buttons!

Sep, I've been trying and trying to get your code to work, but for some reason it doesn't

if anyone can see the error, please say so.

I changed your code quite a bit by the way.

Code:

elseif ($_REQUEST['style'] == 3 && isset($_REQUEST['img']) == true) {
    $srcimg = imagecreatefrompng ('bg2.png');
    $imgtype = exif_imagetype($_REQUEST['img']);
    if ($imgtype == false) {
        exit();
    }
    elseif (strpos($imgtype, JPEG) !== false) {
        $img = imagecreatefromjpeg($_REQUEST['img']);
    }
    elseif (strpos($imgtype, GIF) !== false) {
        $img = imagecreatefromgif($_REQUEST['img']);
    }
    elseif (strpos($imgtype, PNG) !== false) {
        $img = imagecreatefrompng ($_REQUEST['img']);
    }
    else {
        exit();
    }
    $width = imagesx($img);
    $height = imagesy($img);
    imagecopyresampled($srcimage, $img, 0, 0, 0, 0, 76, 33, $width, $height);
    if ($_REQUEST['type'] == 'post') {
        $text_colour = imagecolorallocate($img, 0, 102, 185);
    }
    else {
        $text_colour = imagecolorallocate($img, 255, 0, 0);
    }
    $text_colour2 = imagecolorallocate($img, 1, 1, 1);
    $font = realpath('font2.ttf');
    imagettftext($img, 10, 0, 4, 14, $text_colour, $font, $string);
    imagettftext($img, 8, 0, 15, 28, $text_colour2, $font, $substring);
    $whit = imagecolorallocate($img, 255, 255, 255);
    imagecolortransparent($img, $whit);
}

http://i.imgur.com/zeIZW.png

Offline

 

#166 2011-07-30 06:32:28

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Forum topic like Buttons!

RUMCHEERYPOOPOO wrote:

Sidharth wrote:

LS97 wrote:


They can transfer the post count and projects to the new account, but I don't think they can just rename him.

That's the same thing as renaming... almost

I asked lightnin, he told me they can't.

They can edit your post count -- I'm sure of that. Still, you loose all of the actual posts you made so far.

They can also transfer your projects to the new account (you can do that just as well), but without the right date.

Maybe they can't actually rename. But that's not too much of a problem  smile

However, I feel your New Scratcher status as an injustice. You should be upgraded promptly.

Offline

 

#167 2011-07-30 06:35:04

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Forum topic like Buttons!

V2.1.1
Added white text colour for post like buttons with the blue background.

@LS97 lightnin said my old posts would stay, and I have asked him about giving me scratcher status, but I have yet to receive a reply. Thanks for your support!

Woo! 71 likes!


http://i.imgur.com/zeIZW.png

Offline

 

#168 2011-07-30 06:37:08

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Forum topic like Buttons!

rookwood101 wrote:

V2.1.1
Added white text colour for post like buttons with the blue background.

@LS97 lightnin said my old posts would stay, and I have asked him about giving me scratcher status, but I have yet to receive a reply. Thanks for your support!

Woo! 71 likes!

I mean that your new post count is changeable  smile

Offline

 

#169 2011-07-30 06:41:04

comp500
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Forum topic like Buttons!

comp500 wrote:

Suggestion for new style:

Same font as septimus heap's style
like counter color: imagecolorallocate($img, 0, 102, 185);
like button text color: black
bg image: http://img59.imageshack.us/img59/8209/lb1c.png


800 posts! W00T! Oh sorry im not on a lot but at least i have 1000+ posts

Offline

 

#170 2011-07-30 07:15:15

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Forum topic like Buttons!

comp500 wrote:

comp500 wrote:

Suggestion for new style:

Same font as septimus heap's style
like counter color: imagecolorallocate($img, 0, 102, 185);
like button text color: black
bg image:

don't worry, I'll get round to it  smile


http://i.imgur.com/zeIZW.png

Offline

 

#171 2011-07-30 07:50:25

comp500
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Forum topic like Buttons!

rookwood101 wrote:

comp500 wrote:

Suggestion for new style:

Same font as septimus heap's style
like counter color: imagecolorallocate($img, 0, 102, 185);
like button text color: black
bg image: http://img59.imageshack.us/img59/8209/lb1c.png

don't worry, I'll get round to it  smile

smile  i think u need to do custom thingimybobs  tongue
and keep styles but make people vote for styles to b added...

Last edited by comp500 (2011-07-30 07:52:47)


800 posts! W00T! Oh sorry im not on a lot but at least i have 1000+ posts

Offline

 

#172 2011-07-30 14:28:01

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Forum topic like Buttons!

Thanks to lightnin I've got scratcher status! Expect a new topic on this soon.

It's only because my old account was scratcher  smile

NEW TOPIC HERE: http://scratch.mit.edu/forums/viewtopic.php?id=70214 DO NOT POST ON THIS ONE

Last edited by rookwood101 (2011-07-30 14:39:06)


http://i.imgur.com/zeIZW.png

Offline

 

#173 2011-07-30 14:36:29

Death_Wish
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Forum topic like Buttons!

rookwood101 wrote:

Thanks to lightnin I've got scratcher status! Expect a new topic on this soon.

That was lucky  tongue
I wish I was a scratcher, I hate the 180 second rule T_T
And I'll use this on some things as soon as I'm a scratcher  tongue


With a straight flush.
http://4.bp.blogspot.com/-FlUhnzmIROE/TgtpjdJl4tI/AAAAAAAABCM/W19pvFTZFaU/s1600/save_the_world.png http://blocsonic.com/images/special/rip-stevejobs.jpg

Offline

 

Board footer