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

deminizer

Members
  • Posts

    39
  • Joined

  • Last visited

    Never

Posts posted by deminizer

  1. Hello peeps,

    I have a request to ask ...
    You guys know what would be good ..... "A FORUM TITLE SYSTEM"
    So here we go , a poll will do. Let us all vote if this is a good idea or not.

    Thank you
    ~***Nutella king*** out, peace:v: ~
  2. Firstly,
    I would like to thank Zyn for allowing me to upload the apk file.

    What does the apk do ?
    Basically it just opens up the eclipse website . Yeah i know doesn't do much. But makes it easier for lazy people like myself :D

    If any bug comes up please report it in this thread.

    Download link:
    [Eclipse Engine Website apk](http://www15.zippyshare.com/v/WY64dbTn/file.html)
    Makes your browsing easier.

    Supports:
    - Android v.1.0.0 ( basically any version of android )

    VirusTotal Link:
    [Check For virus](https://www.virustotal.com/#/url/9f63c59f705cede0a278d51f6a7c07167f85ca29a77668ba5dc4483734a746fd/detection)

    Hope you'll like it.
    Thank You.
  3. @'Slasheree':

    > Pseudo-code would probably go something along these lines
    >
    > Create 3 variables:
    > int mx, my
    > boolean mmov
    >
    > –- On form events ---
    > MouseDown: (X and Y are received by parameter)
    > If inDraggableAreaCheckHere Then ' inDraggableAreaCheckHere is where you calculate if the click was within an acceptable area (usually if clickY<10px or something like a windows top bar)
    >    mx = X
    >    my = Y
    >    mmov = True
    > End If
    >
    > MouseUp:
    > mmov = False
    >
    > MouseMove: (X and Y are received by parameter)
    > If mmov Then
    >    Form.x = Form.x - (X-mx)
    >    Form.y = Form.y - (Y-my)
    > End If

    Thank you
  4. @'Mohenjo:

    > Update your main post with the features you want and what you think would be a reasonable price. My guess is that you would be charged around
    > - Pokemon battle system –------------------------- $70
    > - Pokemon Gym system ----------------------------- $30
    > - HM's like surf , flying , rock smash etc -------- $30-40
    > - Elite 4  ( Online players as those people ) --- $30
    >
    > Any other programmer feel free to put in what they think the systems would be worth.

    Added some more 
    - Admin Panel ( edit tilesets, NPC , Items , Level of player , ETC ; same stuff as origin)–---------------- $20

    - Event system –-------------------------------------- $20
    - Map editor ( pokemon spawn system ) –------- $30
    Other stuff are reasonable price.
  5. @'Chief':

    > You would probably have more success if you listed out the features that you need. This would give people a better idea if they can help you or not.

    Pokemon Feature

    - Pokemon battle system
    - Pokemon Gym system
    - HM's like surf , flying , rock smash etc
    - Elite 4  ( Online players as those people )
    Basically all pokemon style.
  6. @'Mohenjo:

    > Click the form, go into the properties tab/menu and there should be a "Background:" that you can change.

    There is no background in properties tab there is a picture tab but picture is not inserted
  7. Bump~

    Help me remove the
    Eclipse Renewal 1.7.0\Eclipse Renewal 1.7.0\client\data files\graphics\gui\menu\background.jpg
    From VB6 form

    PFA attachment for more details
×
×
  • Create New...