PDA

View Full Version : new at lua for psp (or lua for that matter)



lmtlmt
July 14th, 2006, 07:32
a few quick questions
how do you make sprites transparent.
how do you make enemy ai
how do you make objects that you have to jump over(cannot just walk past them.

i have many more questiojns but can not remember them your help would be appreciated and I'll ask the other questions when i think of them

lmtlmt
July 14th, 2006, 07:48
i also see lots of tutorials saying " tutorial aimed at absolute bedinners" yet i undertstand none of it do you know of a tutorial that i would understand (someone who knows nothing about lua)

BL4Z3D247
July 14th, 2006, 07:49
what tuts are u lookin at?

lmtlmt
July 14th, 2006, 07:53
the ones on evilmana

BL4Z3D247
July 14th, 2006, 07:56
here try this one -->http://www.psp-programming.com/tutorials/lua/lesson01.htm, this is the one i used and i understood it for the most part

lmtlmt
July 14th, 2006, 08:00
thanx i will

BL4Z3D247
July 14th, 2006, 08:18
no problem let me know if u understood it

lmtlmt
July 14th, 2006, 08:30
yeah i sort of undertstood it i will post int his thred tommorow hope to see you there i will let you know how i go

BL4Z3D247
July 14th, 2006, 08:35
ok i'll be here

yaustar
July 14th, 2006, 12:55
how do you make sprites transparent.
If you are using PNGs or GIFs, you set the transpency in the image editor.

how do you make enemy ai
Easiest method is a "Finite State Machine". Google it, read about it. It is not a simple subject.

how do you make objects that you have to jump over(cannot just walk past them.
Box collision detection. http://www.dcemu.co.uk/vbulletin/showthread.php?t=28540

one winged angel
July 14th, 2006, 13:06
the one at evilmana is not bad i think i use it in understand most of it
but i also use the one at psp-programing

gotmilk0112
July 14th, 2006, 13:25
i used the link that that guy posted and it is great for beginners! i just made my own lua script and im a beginner! :D

dalejrrocks
July 14th, 2006, 21:34
go to psp-programming.com and check out the lua help section. also evilmania's tuts are very nice for beginners, idk why you don't get it.

lmtlmt
July 15th, 2006, 03:25
I'am just going to quit I'll never be able to do it:(

Gizmo356
July 15th, 2006, 03:43
nooooooooo

lmtlmt
July 15th, 2006, 06:15
Ok I;ll Give It Another Go

BL4Z3D247
July 15th, 2006, 06:33
Ok I;ll Give It Another Go
here look at this, THIS helped me out alot!!! http://wiki.ps2dev.org/psp:lua_player:tutorial