Joannesalfa's Forum Posts

    Nice! I would sell my .capx there.

  • You've never heard about CSS style , correct?

  • Noncentz705 take a look

    http://www.nirsoft.net/utils/nircmd.html

    I have to tried to run file from node-webkit action, then it won't work, meanwhile I clicked .exe to open command prompt and it inmediatly closes, I don't know why... Is needed to create bat files?

  • didn't Noncentz705 method help your problem?

  • Ashley sorry, I forgot to add a global variable, enclosed .capx

  • Ashley test it after release, not cool Ashley

  • Problem Description

    File Chooser plugin won't open with touch input on my mobile device.

    Attach a Capx

    No need to attach .capx

    Steps to Reproduce Bug

    • make a blank project and add Filechooser, then preview with mobile device.

    Observed Result

    Try to touch with your finger on file chooser button, doesn't respond.

    Expected Result

    It should open file dialog like desktop version.

    Affected Browsers

    • Chrome: For Android 4.X.X, Yes
    • FireFox: For Android 4.X.X, Yes
    • Safari iOS 7: Never tested

    Operating System and Service Pack

    Android

    Construct 2 Version ID

    r175 beta

  • Be more specific plz...

    Anyway, I make "+" and "-" buttons, conditions, then action would be, set size as width and height, make sure to get expression from sprite.

    The sprite is pure square like 100 x 100

    Condition

    On "+" Pressed

    Increasing size:

    Sprite1.Width + 20

    Sprite1.Height + 20

    On "-" Pressed

    Decreasing size:

    Sprite1.Width - 20

    Sprite1.Height - 20

  • Your OWN business.

    If the client thinks your cost is too expensive then negotiate and it won't work, the business is done.

    Otherwise, the client thinks your cost is reasonable due to time and quality, and get paid, then the business is done.

    But there no monopoly, you should study the prices from other studios to earn competition, sometimes competition is good for business, everyone loves good prices.

  • Noncentz705 Sorry for missing this thread, your last answer worked like a charm, I know it's hard but it's neccesary like JSON format, C2 can't handle to get correct format.

    Thank you a lot! you was very useful to resolve my problem after all.

    My experience has been improved thank to you.

    Also the users are looking to call javascript actions out of canvas, this thread would be helpful.

  • 1- No

    2- No

    3- Sorry, but this is simple answer. No cost to use admob or mopub in your games, the advertiser can pay, I don't think there a risk for you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • One question:

    What's kind of "(need some links to sold games)" ?

    Please be specific, do you need to see existing games in App store or Google Play? or do you need to see games are delivered to the client for freelance project?

  • No

  • You know every iPhone, iPad and iPod using Safari does not have the ability to download files. The reason for this is that the iDevices themselves do not give the user access to a normal file system for file storage as you have on a Mac or Windows computer and so there is nowhere to "save" the downloaded file.

    You should use server-side to upload their canvas as Base64 to write PNG files on your server, so they can save link, also it works with twitter and facebook.

    If the user wants to save this screenshot, you give an instrucction how to take a screenshot while pressing both buttons, it automatically saves the screenshot on its local disk.

  • Noncentz705 Thanks for your time, I really appreciate your help, I would like to request a last thing.

    I'm having a problem how to set expression properly in javascript execute

    "JSONResponse.innerHTML = '& AJAX.LastData' "

    I got returned was:

    & AJAX.LastData