Search found 10 matches

by justatest
Wed Feb 01, 2006 2:52 am
Forum: PSP Lua Player Development
Topic: do i need 2 copy of the luaplayer if i want to run 2 script?
Replies: 1
Views: 1492

do i need 2 copy of the luaplayer if i want to run 2 script?

guys ? if i got plenty of lua scripts to place in my psp . what should i do ?
by justatest
Mon Jan 09, 2006 5:31 pm
Forum: PSP Lua Player Development
Topic: Fading In and out
Replies: 5
Views: 2801

can u post the sample code of 'aplha gradients'? i dont get the syntax usage .
by justatest
Mon Jan 09, 2006 5:25 pm
Forum: PSP Lua Player Development
Topic: how to do something frequently ?
Replies: 7
Views: 3731

how to do something frequently ?

i hope to do a thing in every 2 sec . or some how .

but lua seem have no interrupt etc . i read some codes . but still not get the meaning .

screen.waitVblankStart(4) seem some like this . some one pls give me some more detail ?
by justatest
Thu Dec 29, 2005 6:36 pm
Forum: PSP Lua Player Development
Topic: my first lua game for PSP 'HuaRongDao' alpha version
Replies: 1
Views: 2950

my first lua game for PSP 'HuaRongDao' alpha version

an old puzzle game based on a legend from China literature 'SanGuoYanYi' (the legend of the three kingdoms) hope this translation is okey ;) . it will contain lots of bugs , and will fix it later . hope u all like it and give me some advice . here a screenshot: http://flyfree.2288.org:9527/psp_stuff...
by justatest
Thu Dec 22, 2005 4:53 pm
Forum: PSP Lua Player Development
Topic: Fighting game test
Replies: 6
Views: 5704

haha ..... that is so great ! mai is a good character for the very beginning . =)
by justatest
Tue Dec 20, 2005 3:16 pm
Forum: PSP Lua Player Development
Topic: HELP ! about Controls
Replies: 2
Views: 1998

>_<.......

thx . >_<......
by justatest
Tue Dec 20, 2005 3:14 pm
Forum: PSP Lua Player Development
Topic: Lua Player version 0.15
Replies: 18
Views: 11995

cool !! network supported !!! and also waiting for the guy up there say Jan 15th !! keep going all !
by justatest
Tue Dec 20, 2005 1:49 pm
Forum: PSP Lua Player Development
Topic: HELP ! about Controls
Replies: 2
Views: 1998

HELP ! about Controls

while i use pad:up down left right , i hope to get the 'one press , and just move one time ' , but now while i press a direction button , it do all thelogic things in the scope looply, what should i do ? help !!!! much appreciate ! my code is like this : if pad ~= oldPad then if pad:left() then .......
by justatest
Mon Dec 19, 2005 7:50 pm
Forum: PSP Lua Player Development
Topic: help !! about table of image.load
Replies: 4
Views: 2732

thx . but seem this is not the problem . cos i can visit the Block_Pos[key].x and Block_Pos[key].y , but while i change the define as these: Blocks_Pos = { {img=Image.load("x0.png"), y=0, x=1, w=2, h=2}, {img=Image.load("x1.png"), y=2, x=1, w=2, h=1}, {img=Image.load("x2.png...
by justatest
Mon Dec 19, 2005 6:05 pm
Forum: PSP Lua Player Development
Topic: help !! about table of image.load
Replies: 4
Views: 2732

help !! about table of image.load

i have make a code like these : Blocks_Pos = { ["c0"] = {img=Image.load("x0.png"), y=0, x=1}, ["c1"] = {img=Image.load("x1.png"), y=2, x=1}, ["c2"] = {img=Image.load("x2.png"), y=0, x=0}, ["c3"] = {img=Image.load("x3.png"...