FlashLight

By BlueThen on Mar 28, 2008

A small and simple script I made for no reason at all.

No really, there's no reason to this.

Image

;FlashLight 1.0
;Made by BlueThen on March 28, 2008.
;To install, paste this code into your remotes
;Then type /flashlight or right click in che channel or status and click FlashLight.
menu channel,status {
  FlashLight: flashlight
}
alias FlashLight {
  window -poCzdk0 +tnbL @FlashLight -1 -1 400 400 | window -poChzdk0 +tnbL @flash.Buf -1 -1 800 800 | set %flash.off n
}
menu @flashlight {
  mouse: {
    if (%flash.off != y) {
      %tun.x = 75 | clear @flash.buf
      while (%tun.x > 0) {
        drawdot -r @flash.buf $rgb($calc(255-(%tun.x *3.4)) , $calc(255-(%tun.x *3.4)) , $calc(255-(%tun.x *3.4))) $calc(%tun.x *2.66) $calc($mouse.x * 2) $calc($mouse.y *2)
        dec %tun.x
      }
      drawtext @flash.buf 1 Tahoma 40 200 200 Made By BlueThen
      drawtext @flash.buf 1 Tahoma 40 200 260 BlueThen.com 
      drawcopy -m @flash.buf 0 0 800 800 @FlashLight 0 0 400 400
    }
  }
}
on *:close:@flashlight: window -c @flash.buf | set %flash.off y

Comments

Sign in to comment.
Mitchell   -  Apr 28, 2008

this looks pretty nice, I give a 7/10 :) You are great with animations

 Respond  
erry   -  Apr 18, 2008

I prefer the swirl thing :)

 Respond  
BlueThen   -  Mar 28, 2008

lol, thanks for the ideas. Yeah, I know it has no purpose to you, but it gives me a handful of experience in scripting and programming in general, and I can use a lot of that.

I\'d definately make a game or two, if I can think anything worth making. Thanks.

 Respond  
EL   -  Mar 28, 2008

\"Rate ir or Hate it?\"...6/10.Nice work again Blue keep it up.`-.-

Its \'\'\"Rate it or Hate it?\"...6/10.Nice work again Blue keep it up.-.-

 Respond  
BlueThen   -  Mar 28, 2008

Yhey! Thanks, man. :D A 6/10 is such an accomplishment for me.

 Respond  
EL   -  Mar 28, 2008

\"Rate ir or Hate it?\"...6/10.Nice work again Blue keep it up.`-.-

 Respond  
EL   -  Mar 28, 2008

hell yes its FAWESOME XD...Looks liek you got bored playin with ur DOTS ;x

 Respond  
BlueThen   -  Mar 28, 2008

Fawesome, ain\'t it?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.