Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

JadeCurt1ss

Members
  • Posts

    195
  • Joined

  • Last visited

    Never

Posts posted by JadeCurt1ss

  1. Hey guys, Jade here. Back from a long sabbattical that I am kicking myself for taking. I didn't realize 3.0 wouldnt be out for this long, and it still isn't, so this leads to…

    Me asking a serious opinion from everybody, but I really value the developers input:
    Should I continue working on my game that is currently being compiled using 2.7?

    Consider these facts:
    Release of 3.0 right around the corner
    Early stages of development (Rudimentary mapping)
    Haven't worked on it on 9 months
    Waiting for a working 2.7-3.0 converter once 3.0 comes out.

    So guys, should darkRedemption live again, or should it wait for 3.0?
  2. Bump:

    Anybody got ideas? I'm restarting this topic since my psychology project is finished.

    When I click lblCreate, I want the game to do the following: Set Me in a party, Make me the Leader, and put my name in the listbox (lstParty)

    I know how to do the listbox part. But what about the rest?
  3. I found this while making a few changes to the player names…

    > Public Function GetScreenLeft(ByVal Index As Long) As Long
    >     GetScreenLeft = GetPlayerX(Index) - 11
    > End Function
    >
    > Public Function GetScreenTop(ByVal Index As Long) As Long
    >     GetScreenTop = GetPlayerY(Index) - 8
    > End Function
    >
    > Public Function GetScreenRight(ByVal Index As Long) As Long
    >     GetScreenRight = GetPlayerX(Index) + 10
    > End Function
    >
    > Public Function GetScreenBottom(ByVal Index As Long) As Long
    >     GetScreenBottom = GetPlayerY(Index) + 8
    > End Function

    I'm a bit busy with another edit, but anybody want to try using this?
×
×
  • Create New...