Search found 5 matches

by Stretch Arm-Strong
Thu Oct 13, 2005 8:41 am
Forum: PSP Lua Player Development
Topic: Redirectory
Replies: 0
Views: 1150

Redirectory

Is there a way to load images and stuff off of a different directory, i know its possible because when you open the newest LUAplayer you can go back to a different directory, see, im trying to develop a file selector, sorta like whats done with luaplayer, but like, when you open it its got a list, m...
by Stretch Arm-Strong
Wed Oct 12, 2005 10:31 am
Forum: PSP Lua Player Development
Topic: Adding custom image to cursor tut
Replies: 3
Views: 2151

FIGURED IT OUT
by Stretch Arm-Strong
Wed Oct 12, 2005 9:13 am
Forum: PSP Lua Player Development
Topic: Adding custom image to cursor tut
Replies: 3
Views: 2151

i didnt want the cursor to be a pic. i wanted the canvas to be a pic... thnx for that anyway
by Stretch Arm-Strong
Wed Oct 12, 2005 6:46 am
Forum: PSP Lua Player Development
Topic: Adding custom image to cursor tut
Replies: 3
Views: 2151

Adding custom image to cursor tut

I took the cursor script, and used it...but than im like, how cool would it be to slap a pic. of myself or a pic. of my teacher for instance haha, and be able to draw all over that....instead of having CANVAS = CLEAR(WHITE) i tried the following.... +++++++++++++++++++++++++++++++++++++++++++ System...
by Stretch Arm-Strong
Tue Oct 11, 2005 9:28 am
Forum: PSP Lua Player Development
Topic: What did i do wrong?
Replies: 5
Views: 3331

What did i do wrong?

Alright im just starting so its very basic.. but what i want it to do is have a loading screen and than show a picture and play a song... heres what i have ++++++++++++++++++++++++++++++++++++++++ pink = Color.new(255, 0, 255) screen:print(194, 136, "Loading: 0%", pink) screen.flip() backg...