Search found 5 matches
- Thu Oct 13, 2005 8:41 am
- Forum: PSP Lua Player Development
- Topic: Redirectory
- Replies: 0
- Views: 1240
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...
- Wed Oct 12, 2005 10:31 am
- Forum: PSP Lua Player Development
- Topic: Adding custom image to cursor tut
- Replies: 3
- Views: 2337
- Wed Oct 12, 2005 9:13 am
- Forum: PSP Lua Player Development
- Topic: Adding custom image to cursor tut
- Replies: 3
- Views: 2337
- Wed Oct 12, 2005 6:46 am
- Forum: PSP Lua Player Development
- Topic: Adding custom image to cursor tut
- Replies: 3
- Views: 2337
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...
- Tue Oct 11, 2005 9:28 am
- Forum: PSP Lua Player Development
- Topic: What did i do wrong?
- Replies: 5
- Views: 3626
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...