PrincessLuna
4,834 Points

I totally forget that the 20th was yesterday! I'll post the first clue as soon as I can.

FairyPrincess Hello

Gem, how do you make you're comics so that the characters look the same in every panel? I think I'd be better at programming an anime in JavaScript than making a manga comic strip.

GemHeart Well, I keep the proportions the same. Say, with Rinji. I always hide her left eye, etc. Her eyes are more kiddish than some Bleach characters, so I made them similar to Cap. Hitsugaya since he’s maybe my age, and so is my character.

Well í'm of for church. See ya!

Crystal Bye

Pumpkin cya

FairyPrincess See ya

Gem, when your manga blush, what are they embarrassed about?

TwilightStarDust It's just for style

GemHeart Twi is correct.

PrincessLuna
Shared Post

Art- Cat Anthro, Anime
A cat girl with fanasty hair and all that!

PrincessLuna I found this one of Gem's drawings in the GH Club. I think it's really good.

AlbiSeli WOW!

GemHeart Aw thx Luna!

LouTheLuver AMAZING! #LUV

FairyPrincess It's one of my fav drawings!

I'm learning Javascript!

TwilightStarDust Cool!

FunHeart1010 Cool! I doing coding called Python! It is an easier type coding, you know with like blocks!

TylerTheDrummer That's awesome! I am working my way up to that!

PrincessLuna I'm learning Python too, and it isn't blocks. It's normal code like all the other programming languages. For example: print "KidzNet". You would them click on run>debug>save as>run. the words KidzNet would pop up on a box on the screen. You click on ok and the message disappears. I actually think JavaScript and HTML are easier than Python, and I just started learning JavaScript yesterday.

Crystal I have a coding robot!

TylerTheDrummer Really? Where did you get it from?!

Crystal I bought it on Amazon

FairyPrincess Cool!

PrincessLuna
Shared Post

I started a scavenger hunt for all of you and I messaged an invitation to everyone who has been on in the last few days as of 1:00 ET, May 9th. If you didn't get one but you want to participate, send me a message.

PrincessLuna The hunt starts on May 20. May 18 is the last day to tell me you want to join.

TwilightStarDust I joined! I think?

PrincessLuna you did

Dorothy How can i join the hunt and check it ??

PrincessLuna Go to groups. My club is on the last page. You have to be part of the club to participate.

<!DOCTYPE HTML>
<html>
<head>
<title>KidzNet post 2<title>
<meta charset="utf-8">
</head>
<body>
<p>This post is another test to see if html works in KidzNet posts. This time I'm including blocks of code.</p>
<p>Roses are red,
Violets are blue,
Sugar is sweet,
And so are you.<p>
</body>
</html>

PrincessLuna huh? where did the indentations go?

TylerTheDrummer What is this post for?

PrincessLuna I wanted to see if I could format posts in ways I usually can't do by using html. I guess I can't.

Pumpkin Cool I coded a websearch engine like kidzsearch and algorithm in Javascript

<!DOCTYPE HTML>
<html>
<head>
<title>KidzNet post</title>
<meta charset="utf-8">
</head>
<body>
<p>This post is a test to see if html works in KidzNet posts.</p>
<p>Roses are red,
Violets are blue,
Sugar is sweet,
And so are you.</p>
</body>
</html>

PrincessLuna It does not, apparently. I wish it did, though.

PrincessLuna Oh, but the line brakes did. Maybe it would work if I did this on a computer so I could indent it and make blocks of code. Maybe that's why it didn't work.

KidzSearch We allow line breaks. We should allow other tags, like <p>, <b>, <font>

PrincessLuna I made the whole thing one big block instead of making the blocks where they should be so that's probably why only the line break worked.