Jump to content

The_Lionhearted

Members
  • Posts

    2,337
  • Joined

  • Last visited

Posts posted by The_Lionhearted

  1. Awesome Tanel! It was cool to see what settings you used to bring out the shadows in that picture. Helped a little to figure out this (imho) complex plugin. 8)

    One request though...is there any chance you could assign a reset button to each individual tab instead of a reset button for everything? Sometimes I find myself playing around with the settings, trying to figure out what they do...and I don't always remember what they were orginally set at :oops:.

  2. * Fixed: Adding a new layer now adds it above the currently active layer, instead of at the very top of the layer list.

    For X = 1 to 1000000

    ...Print "Thankyou!!"

    Next

    I'm going old school C-64 basic on ya':

    10 POKE 144,88
    20 ?"Thank You!!"
    30 GOTO 20

    I speak the language... ;)

    for (int i = 0; i < 1000000; i++)
       Console.Writeln("Thank you!");
    

    Thanks Rick! :D

×
×
  • Create New...