Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: new at lua for psp (or lua for that matter)

                  
   
  1. #1
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    88

    Tutorials new at lua for psp (or lua for that matter)

    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

  2. #2
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    88

    Default

    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)

  3. #3
    DCEmu Old Pro BL4Z3D247's Avatar
    Join Date
    Jun 2006
    Location
    BL4Z3D 24/7 in CT
    Posts
    1,970
    Rep Power
    80

    Default

    what tuts are u lookin at?

  4. #4
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    88

    Default

    the ones on evilmana

  5. #5
    DCEmu Old Pro BL4Z3D247's Avatar
    Join Date
    Jun 2006
    Location
    BL4Z3D 24/7 in CT
    Posts
    1,970
    Rep Power
    80

    Default

    here try this one -->http://www.psp-programming.com/tutor...a/lesson01.htm, this is the one i used and i understood it for the most part

  6. #6
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    88

    Default

    thanx i will

  7. #7
    DCEmu Old Pro BL4Z3D247's Avatar
    Join Date
    Jun 2006
    Location
    BL4Z3D 24/7 in CT
    Posts
    1,970
    Rep Power
    80

    Default

    no problem let me know if u understood it

  8. #8
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    88

    Default

    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

  9. #9
    DCEmu Old Pro BL4Z3D247's Avatar
    Join Date
    Jun 2006
    Location
    BL4Z3D 24/7 in CT
    Posts
    1,970
    Rep Power
    80

    Default

    ok i'll be here

  10. #10
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    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

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •