szymek's Forum Posts

  • weilies

    did you saw giant Godzilla on the street too? :)

  • hollowthreat

    ArcadEd usa paid:

    appcodes.com

  • Link to .capx file (required!):

    dl.dropboxusercontent.com/s/eamaqdj0up2gyu2/Anchor_issue.capx

    Steps to reproduce:

    1. Just click "Button" sprite to go to next layout

    Observed result:

    1. You will see that on next Layout 'anchor movement' is visible

    [checked on Windows Resize Chrome Plugin, 1024x768 and 1280x800 resolution]

    Expected result:

    Not visibile sprite 'anchor movement'

    Browsers affected:

    Chrome: YES/no

    Operating system & service pack:

    Win7 and latest service pack

    Construct 2 version:

    latest stable

  • hollowthreat

    60% apps on iTunes were never downloaded by users,

    so think about good keywords for your app,

    check competition and so on

  • hollowthreat

    relax :) First upload is pain, but later you will see that everything is very easy. About retina: I just do app looking good on 1136x640 and 1024x768

    and no problems. Usually my images are little bigger (not much) and then resized (holding SHIFT key) to fit

  • I use Anchor behavior to put some buttons in the right place on 4:3 and 16:9 aspect ratio

    The problem is that moving from "actual position" to "anchor position" [at beggining of layout] is visible on PC and mobile phones

    To avoid that I make buttons invisible and then, after 0.01 second, make them visible. This time buttons are not moving (just showing in right place) but gave 1 blink at beggining of layout

    is there any solution for this issue - when you have many layouts and you change them?

  • hollowthreat

    after submitting to iTunes you will also get warning about Push notifications (or somethinh like that) but that's fine too

    good luck with your submission,

    just remember that:

    "iTunes Connect will be temporarily unavailable from Saturday, December 21, to Friday, December 27, 2013."

    so hurry up (review takes 5-7 working days)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • WaterlooErik

    how many users have the latest BlackBerry devices?

  • 1. on Networks subpage you have to put your AdMob ID for your app

    2. on Segments subpage you have to setup minimal 0.01$ for your app

    if you will not do both thing - you will never see AdMob ads

  • hollowthreat

    image warning - ignore

    "User supplied UIDeviceFamily key in the Info.plist will be overwritten"

    I guess you changed from "Universal" to "iPhone" or "iPad"? in case of CocoonJS it does not matter - app will be "Universal" anyway

  • Looks amazing!!!

  • PedroPH

    CocoonJS does not support Letterbox, so even if you select 'Scale Letterbox' in C2, then CocoonJS anyway uses "Scale Outer"

    good solution is to make layout bigger than Window Size,

    make background fitting those layout size

    and then, on layout start, use ScrollTo in the center of layout,

    so even if there will be another aspect ratio, or another resolution

    (i.e. 800x480 vs. 853x480) your app will show nicely in the center

  • For example:

    if Aspect Ratio 4:3 then set Object position to X1, Y1

    if Aspect Ratio 16:9 then set Object position to X2, Y2

    Could be useful, I think

  • It would be nice to have possibility to 'lock' ratio (keep ratio)

    while resizing sprites in editor