Page 3 of 7 FirstFirst 1234567 LastLast
Results 21 to 30 of 62

Thread: Sora Adventure 0.2 dev (continue)

                  
   
  1. #21

    Default

    tell me what you think of it

  2. #22
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    34
    Posts
    2,976
    Rep Power
    112

    Default

    Quote Originally Posted by Zion View Post
    tell me what you think of it
    im having some trouble, you implamented a scrolling level but what happened to the main menu and cut scene?? also there are no enemies. Its just sora runnting across the screen. Did ya mean to do it like that.

  3. #23

    Default

    yes, the menu is good, but the cutscenes need a lot of work,........

    Dofiles are not a good way of doing things.

    use loadfile command instead,,..

    get on msn and il show you

  4. #24
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    34
    Posts
    2,976
    Rep Power
    112

    Default

    Quote Originally Posted by Zion View Post
    yes, the menu is good, but the cutscenes need a lot of work,........

    Dofiles are not a good way of doing things.

    use loadfile command instead,,..

    get on msn and il show you
    il be on in a few hopfully, Its just that i helping my family prepare the house for guest as we are having a thanksgiving feast. So it may take me a while. Il try and get on as soon as i can....

  5. #25

  6. #26
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Isn't that a tad irresponsible Zion? I mean its all good expanding your horizons etc but joining a project, doing some code, dumping it back to the team then leaving within a week (?) seems well.. irresponsible. I am glad gunntims is taking it well as I would be fuming if I was lead.

  7. #27
    DCEmu Newbie
    Join Date
    Sep 2006
    Posts
    30
    Rep Power
    0

    Default

    i would like 2 help in this (if there are still any opening spots)
    i'm somewhat knowedgeable in the MUGEN engine (if that helps) and can get u guys sprites or help in coding the characters
    if u need help, plz PM me and tell me what i can help w/

  8. #28

  9. #29
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    34
    Posts
    2,976
    Rep Power
    112

    Default

    load file is when the files are preloaded like this

    loadA = ("index.lua")
    if pad:cross and not old pad:cross then
    loadA
    end

    with the dofiles you just do this

    if pad:cross then
    load dofile ('index.lua")
    end

    that the difference if im not mistaken

  10. #30

Page 3 of 7 FirstFirst 1234567 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
  •