Search found 11 matches
- Sat Dec 03, 2005 10:17 pm
- Forum: PSP Lua Player Development
- Topic: analog stick position
- Replies: 9
- Views: 5525
- Sat Dec 03, 2005 9:37 am
- Forum: PSP Lua Player Development
- Topic: analog stick position
- Replies: 9
- Views: 5525
K, Positions of the stick are from -127 to +127. left X=-127 rigth X=+127 up Y=-127 down Y=+127 I will folow my idea, so the gear system is not like 1 3 5 |-|-| 2 4 6 But more like that 1 3 5 \/\/\ 2 4 6 ( outch !! ... cops can supress my licence for less than that !!! :D ) In this case I guess some...
- Fri Dec 02, 2005 5:00 pm
- Forum: PSP Lua Player Development
- Topic: analog stick position
- Replies: 9
- Views: 5525
- Fri Dec 02, 2005 7:04 am
- Forum: PSP Lua Player Development
- Topic: color = image:pixel(x,y) to array ?
- Replies: 3
- Views: 2555
Or do you mean
????
Code: Select all
c=image:pixel(x,y):colors()
a[1]=c.r
a[2]=c.g
a[3]=c.b
- Fri Dec 02, 2005 6:55 am
- Forum: PSP Lua Player Development
- Topic: color = image:pixel(x,y) to array ?
- Replies: 3
- Views: 2555
- Sat Nov 19, 2005 7:44 pm
- Forum: PSP Lua Player Development
- Topic: converting string to a number?
- Replies: 5
- Views: 3107
- Fri Nov 18, 2005 3:49 pm
- Forum: PSP Lua Player Development
- Topic: Work In Progress: RPG
- Replies: 15
- Views: 6097
If you want to make an RPG rules engine, it could be quite nice to base it to fuzion rules system.
You can have look at ww.fuzion.org and donwload freely this RPG.
Regards.
You can have look at ww.fuzion.org and donwload freely this RPG.
Regards.
- Thu Nov 17, 2005 8:29 am
- Forum: PSP Lua Player Development
- Topic: Tarot card game
- Replies: 3
- Views: 2367
- Wed Nov 16, 2005 4:10 pm
- Forum: PSP Lua Player Development
- Topic: Tarot card game
- Replies: 3
- Views: 2367
the rules of the game
Hi,
You can see the rules of the game in the folowing link:
http://www.pagat.com/tarot/frtarot.html
Regards.
You can see the rules of the game in the folowing link:
http://www.pagat.com/tarot/frtarot.html
Regards.
- Tue Nov 15, 2005 7:17 am
- Forum: PSP Lua Player Development
- Topic: Tarot card game
- Replies: 3
- Views: 2367
- Mon Nov 14, 2005 10:39 am
- Forum: PSP Lua Player Development
- Topic: Tarot card game
- Replies: 3
- Views: 2367
Tarot card game
Hi, First of all, I'm sorry for my level of english ... I was so lazy during school ... I just released a "test" version of tarot card game. (This game is quit popular in French pubs at list). The game in in test phase so if you discover some bugs or some strange behavior please report me ...