Code:
alias hello {
  if ($1 == $null) {
    window -ep @hello
    window -ep @@hello
    tokenize 32 0
  }
  clear -n @hello
  drawdot -nr @@hello 0 5 $calc(300 + $1) $calc(300 - $1)
  hello.copy
  drawdot @hello
  .timerhello 1 0 hello $calc($1 + .5)
}
alias -l hello.copy {
  drawcopy -nt @@hello $rgb(255,255,255) 0 0 $window(@hello).bw $window(@hello).bh @hello 0 0
  clear -n @@hello
}
menu @hello,@@hello {
  mouse:editbox $active $mouse.x $mouse.y $getdot($active,$mouse.x,$mouse.y)
}


There is black in @hello for no reason, it is very weird.
Also, if you move your mouse over to the right the farthest it can go it returns "933 410 4294967295"