Ubivis's Forum Posts

  • And don't forget Dwarf Fortress:

    http://www.bay12games.com/dwarves/

    Yes, Text Only games can work very well <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • Difficult to say with the infos we have about your computer configuration and game

    I know from myself, that I have trouble with the Arcade on Google Chrome, but the page works well on Internet Explorer. You could try to use a different Browser.

    In order to help you much better, you could share your capx for us to have a look. Or a screenshot of your used objects (In C2 on the right hand side is a tree view with the folder "Object types". This could give us a hint what might be wrong.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • needs the possibility to rearrange keys, or you should use other keys. "Z" and "Y" is always a bad idea to hard code as for some the "Z" is on the lower right (as I think yours is) but for others it is in the top row in the middle. Very hard to play this way.

  • I have the exact same problem using Chrome, but works fine on IE and Firefox... so might worth to give another browser a try.

  • 1. Please use a topic that that is more suitable

    2. Not all official plugins are supported on the Arcade, please check here if you use only plugins that are in these lists:

    Plugins: AJAX, Arr, Audio, Button, Browser, C2WebSocket, Dictionary, Facebook, Function, gamepad, Geolocation, googleplay, IAP, List, Keyboard, Mouse, NinePatch, NodeWebkit, Particles, progressbar, ScirraArcade, shadowlight, sliderbar, Sprite, Spritefont2, Text, TextBox, TiledBg, Tilemap, Touch, Twitter, UserMedia, video, WebStorage, win8, XML

    Behaviors: EightDir, Anchor, bound, Bullet, Car, custom, destroy, DragnDrop, Fade, Flash, jumpthru, LOS, NoSave, Pathfinding, Persist, Physics, Pin, Platform, Rotate, scrollto, shadowcaster, Sin, Solid, Timer, Turret, Wrap

  • I can only say for Android, that you can host the unsigned .apk File, that anyone can download to his android phone and install it (Settings must be adjusted on the phone to allow such installations).

  • Quick mock up

    Hope it is well understandable

  • for I this I would recomment working with arrays. If you hire a person, just add all the values to an existing array that has all hired staff in it, this can be then accessed anytime you like.

  • If your server allows crosssite requests, you can do an ajax call on: http://bot.whatismyipaddress.com/

    Here the Rules for using that API: http://whatismyipaddress.com/api

  • Guess I´m too late this time

    Maybe you did something wrong, took the first again and worked well

    johnrazor

    Really like your tracks and might challenge you one day. I have some very wierd game ideasw in my mind that will need some cool music

  • very nice, took the first code.. thank you very much

  • too bad, all codes are gone

  • I imagine your column "name" is string and "id" is numeric?

    In this case, try this:

    $name = $_GET['name'];
    $sql = "SELECT * FROM pits WHERE name='$name'";
    [/code:e6xf06by]
  • I have not worked with PHP for quite a while now, but I doubt that AJAX is sending a POST-Request. I think the correct syntax should be $_GET['name'] instead

  • This should help:

    http://css-tricks.com/css3-progress-bars/