Search found 32 matches
- Fri Jun 02, 2006 3:07 pm
- Forum: PSP Lua Player Development
- Topic: Flip and screen.waitVblankStart
- Replies: 9
- Views: 7761
- Fri Apr 21, 2006 12:43 pm
- Forum: PSP Lua Player Development
- Topic: I like pie
- Replies: 1
- Views: 1886
- Sat Apr 15, 2006 7:10 pm
- Forum: PSP Lua Player Development
- Topic: UFA's here! (User-Free Applications)
- Replies: 11
- Views: 10151
- Sat Apr 15, 2006 1:02 pm
- Forum: PSP Lua Player Development
- Topic: UFA's here! (User-Free Applications)
- Replies: 11
- Views: 10151
- Wed Apr 12, 2006 3:01 pm
- Forum: PSP Lua Player Development
- Topic: Game of Life speed help
- Replies: 15
- Views: 8546
- Mon Apr 10, 2006 8:31 am
- Forum: PSP Lua Player Development
- Topic: Add in Unofficial V0.17dk2 features in Official Release?????
- Replies: 5
- Views: 2914
- Tue Apr 04, 2006 4:21 pm
- Forum: PSP Lua Player Development
- Topic: Flipping an Image
- Replies: 9
- Views: 4936
- Tue Apr 04, 2006 4:20 pm
- Forum: PSP Lua Player Development
- Topic: Issues with Blitting
- Replies: 3
- Views: 2835
- Mon Apr 03, 2006 10:20 am
- Forum: PSP Lua Player Development
- Topic: Lua Help
- Replies: 1
- Views: 1653
- Sun Apr 02, 2006 4:38 pm
- Forum: General Discussion
- Topic: Lua Player version 0.18 alpha
- Replies: 3
- Views: 3021
- Fri Mar 31, 2006 5:47 pm
- Forum: PSP Lua Player Development
- Topic: UFA's here! (User-Free Applications)
- Replies: 11
- Views: 10151
- Fri Mar 31, 2006 11:38 am
- Forum: PSP Lua Player Development
- Topic: UFA's here! (User-Free Applications)
- Replies: 11
- Views: 10151
After going through some specifications, I have finally made a good Langton's Ant program! :) Langton's Ant [ Download Here ] http://www.freewebs.com/kamekninja/psp/screenshot.png Description - Ant begins at a random place on the screen. If the square it is on is black, it turns right, moves forward...
- Fri Mar 31, 2006 5:34 am
- Forum: PSP Lua Player Development
- Topic: UFA's here! (User-Free Applications)
- Replies: 11
- Views: 10151
- Thu Mar 30, 2006 4:51 pm
- Forum: PSP Lua Player Development
- Topic: lua Random Number
- Replies: 13
- Views: 7270
- Thu Mar 30, 2006 9:29 am
- Forum: PSP Lua Player Development
- Topic: Can LUA write to Flash0 or Flash1
- Replies: 12
- Views: 7349
- Thu Mar 30, 2006 9:03 am
- Forum: PSP Lua Player Development
- Topic: Can LUA write to Flash0 or Flash1
- Replies: 12
- Views: 7349
- Thu Mar 30, 2006 7:36 am
- Forum: PSP Lua Player Development
- Topic: lua Random Number
- Replies: 13
- Views: 7270
- Wed Mar 29, 2006 4:55 pm
- Forum: PSP Lua Player Development
- Topic: lua Random Number
- Replies: 13
- Views: 7270
You can use the function math.random([[start],end]) Without any specifications, it will return a number between 0 and 1, if you put in one number, it will return a number between 0 and that number, and if you put in two numbers, it will return a number between those. A good idea would be to put math...
- Tue Mar 28, 2006 6:54 pm
- Forum: PSP Lua Player Development
- Topic: UFA's here! (User-Free Applications)
- Replies: 11
- Views: 10151
UFA's here! (User-Free Applications)
You know you've made them... random text creator, pixel mover... it's just fun! Well, if you're proud of any of your UFA's, go ahead and link us to them, and if you can, provide a screenshot so we're not downloading the same thing we just made! XD Here's mine - [ Coral Draw - download ] http://www.f...
- Tue Mar 28, 2006 12:04 pm
- Forum: PSP Lua Player Development
- Topic: Core Project: Lowser rewrite
- Replies: 21
- Views: 16007
- Tue Mar 28, 2006 10:37 am
- Forum: PSP Lua Player Development
- Topic: Creating Masks... Alpha Value
- Replies: 3
- Views: 2258
- Mon Mar 27, 2006 11:24 am
- Forum: PSP Lua Player Development
- Topic: Issues with Blitting
- Replies: 3
- Views: 2835
Issues with Blitting
Okay, so, in my code, I have a segment that looks like this: drop = Image.load("gui/dropper.png") crange = Image.load("gui/colors.png") And then later, I have a part that looks like this: screen:blit(353,240,drop) screen&...
- Sun Mar 26, 2006 3:35 pm
- Forum: PSP Lua Player Development
- Topic: Lua Player for Windows
- Replies: 1
- Views: 1818
- Sat Mar 25, 2006 2:16 am
- Forum: PSP Lua Player Development
- Topic: Problems loading sound files
- Replies: 7
- Views: 5123
- Fri Mar 24, 2006 5:56 pm
- Forum: PSP Lua Player Development
- Topic: PSPAnimator 1.0b - BETA TESTERS WANTED
- Replies: 6
- Views: 4813
Okay, you can all download the updated version [Here], let me know if there are any annoying bugs, or if you have a suggestion or question. :]
- Fri Mar 24, 2006 2:19 pm
- Forum: PSP Lua Player Development
- Topic: Core Project: Lowser rewrite
- Replies: 21
- Views: 16007
- Fri Mar 24, 2006 2:04 pm
- Forum: PSP Lua Player Development
- Topic: Image.createEmpty(480, 272) - Can we create a bigger image?
- Replies: 6
- Views: 3602
- Fri Mar 24, 2006 12:19 pm
- Forum: PSP Lua Player Development
- Topic: Problems loading sound files
- Replies: 7
- Views: 5123
- Fri Mar 24, 2006 12:15 pm
- Forum: PSP Lua Player Development
- Topic: PSPAnimator 1.0b - BETA TESTERS WANTED
- Replies: 6
- Views: 4813
I am having a lot of fun with this. Next update will probably have Square and/or Line tools, analog usage, and most likely incrementing screenshots. For now, enjoy, and let me know anything new I could slap on there. OH YEAH, to view the animation, press Start. [EDIT] I have been working on the code...
- Fri Mar 24, 2006 9:03 am
- Forum: PSP Lua Player Development
- Topic: Image.createEmpty(480, 272) - Can we create a bigger image?
- Replies: 6
- Views: 3602