Page 254 of 628

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 19:23
by yusuf8a684
[*]İ CANT :fire READ AND İTS MAKİNG :fire LAG FOR MY PHONE

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 19:30
by -LeoLeo-
yusuf8a684 wrote:
20 Dec 2017, 19:23
[*]İ CANT :fire READ AND İTS MAKİNG :fire LAG FOR MY PHONE
My apologies.

:D :lol:

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 19:44
by Lobby
No more stacking :bb

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 19:50
by CommanderABab
Hi everyone!

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 19:54
by CommanderABab
Ok! I removed snow from my signature. Really slowed the phone down!

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 19:58
by Ahmad Nur Aizat
It's chilling in the forum

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 20:01
by Lobby
Have some magic (JavaScript):

Code: Select all

let c=document.getElementById("mysnowcanvas");
c.width=c.clientWidth;
c.height=c.clientHeight;
let width = c.width;
let height = c.height;

class Flake {
  constructor(x,y,r) {
    this.x=x;
    this.y=y;
    this.r=r;
    this.speedx=0.2*Math.random();
    this.speedy=0.5*Math.random()+1;
  }
  update() {
    this.x+=this.speedx;
    this.y+=this.speedy;
    if (this.x>width+this.r) this.x=-this.r;
    if (this.y>height+this.r) this.y=-this.r;
  }
  draw(ctx) {
    ctx.beginPath();
    ctx.arc(this.x,this.y,this.r,0,2*Math.PI);
    ctx.fillStyle='rgba(255,255,255,0.8)';
    ctx.fill();
  }
}

let flakes = [];
for (let i = 0; i < Math.min(width*height/2000,200); i++) {
  let r = Math.random()*20+10;
  flakes.push(new Flake(Math.random()*(width+2*r)-r,Math.random()*(height+2*r)-r,r));
}

function animate() {
  requestAnimationFrame(animate);

  var ctx=c.getContext("2d");
  ctx.clearRect(0,0,c.width,c.height);


  for(let flake of flakes) {
    flake.update();
    flake.draw(ctx);
  }
}

animate();

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 20:16
by JustAnyone
Looks like people think that I am the developer of TheoTown in discord.

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 20:17
by Lobby
That means less work for me :space

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 20:19
by JustAnyone
Of course... :fire

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 20:21
by JustAnyone
OMg im so stupud.
"id"$terrorbomb"
instead of
"id"$tarrorbomb"

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 20:24
by JustAnyone
Can I become "Developer" on April 1st?

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 20:38
by -LeoLeo-
former member wrote:
20 Dec 2017, 20:23
While on YouTube and Google+, everyone thinks Kingtut is a developer.
i once thought the same. haha

Re: TheoTown Forum Chatbox

Posted: 20 Dec 2017, 21:14
by JustAnyone
@Josh you may want to change your role on discord. (Remove yourself from moderator)

Re: TheoTown Forum Chatbox

Posted: 21 Dec 2017, 11:13
by malsa
Ahhh just remember the old day
JustAnyone,Leo and Fennekin didn't know who am i in old day
I was a bowling guy but now I am manglish guy btw
"Let's go bowling"

Re: TheoTown Forum Chatbox

Posted: 21 Dec 2017, 11:47
by malsa
What happen in Dec 19

Re: TheoTown Forum Chatbox

Posted: 21 Dec 2017, 12:19
by Ahmad Nur Aizat
@Fireout I added toilets in TT

Just like Jeb adding toilets in Minecraft

Re: TheoTown Forum Chatbox

Posted: 21 Dec 2017, 12:47
by BetterBear
@Matison
Would have freaked out if that happened to me. That's scary!

Re: TheoTown Forum Chatbox

Posted: 21 Dec 2017, 12:52
by Ahmad Nur Aizat
If I get error message like that, I could only imagine of me taking LSD

Re: TheoTown Forum Chatbox

Posted: 21 Dec 2017, 14:29
by BetterBear
Me be like:
Note: This is downloaded from an online source, in other words, I do not own this at all. This is Lore from the upcoming HeartBound game. This is his surprised sprite.
Note: This is downloaded from an online source, in other words, I do not own this at all. This is Lore from the upcoming HeartBound game. This is his surprised sprite.
Lore_surprised.gif (8.3 KiB) Viewed 4135 times