PDA

View Full Version : Just Another Paint App (PSP Lua Application)



wraggster
December 21st, 2005, 18:45
Source - PDRoms (http://www.pdroms.de/index.php)

As you can guess from the name, this is "Just Another Pain App(lication)". It's written in Lua and requires Lua-Player v0.15. Here are further notes:
My first LUA program...it's a PAINT program...you can seriously get any color of the rainbow from this. At the bottom left of the screen shows your Red, Green, and Blue values (default 0).
The top left shows your cursor speed. (default 64)
The cursor color will be the color that comes out when you press X (combination of R,G,B values)

Controls:
If you don't feel like reading it all, press x, square, triangle, or circle with a combination of other buttons to figure out what they do.

Analog = move around cursor
X = draw with R, G, B values
Square = draw Red values
Triangle = draw Green values
Circle = draw Blue values

R + X = background color changes to R, G, B color
R + Square = background color changes to Red value
R + Triangle = background color changes to Green value
R + Circle = background color changes to Blue value
R + Left/Right = decrease/increase brush size

L + X = reset cursor speed (default 64)
L + R = reset cursor to center of screen
L + Square = sets Red value to 255 or 0 (depending on which it is at)
L + Triangle = sets Green value to 255 or 0 (depending on which it is at)
L + Circle = sets Blue value to 255 or 0 (depending on which it is at)

Square + Up/Down = increase red value by 10
Triangle + Up/Down = increase green value by 10
Circle + Up/Down = increase blue value by 10
Square + Left/Right = increase red value by 1
Triangle + Left/Right = increase green value by 1
Circle + Left/Right = increase blue value by 1

Up/Down = increase/decrease cursor speed

Download via the comments: