gianghl1983's Forum Posts

  • cjbruce: I think it is inconvenient method for users...I wonder if we can use some JScript to force cleaning user's browsers's cache...!

  • Hi,

    I developed games for my site: https://gamehoctienganh.vn/

    I don't use any plugin except DialogBox plugin for testing. I remember Coocoon compilation still works well till ver 8 or 9...This version, however, compilation failed with no clear information

    [quote:3lvdol3n]COMPILER ERROR:

    Error extracting the zip contents. Check that your zip file is valid and filenames does not contain foreign characters

    CORDOVA LOG:

    No log available

    My filename is simple, I just compress all file in exported folder to bee.zip, don't use any language except English...

    Now my method is to recheck from ver 8....

    Do you guys have any better suggestion for me? <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

    Thanks!

  • RobertMKD: Great approaching method! Thank you!

  • Anonnymitet: Thank you! I do not understand you clearly on the previous comment. It is what I need!

  • Anonnymitet: I understand that by using toggle layer vissible/invisible I can toggle a dialog (layer A). However, what I want is prevent click through this layer (layer A display at center of current game screen)...

  • Thanks! However this is could not be applied to my game due to its complicated (could not control with only 1 variable SWITCH).

    I need to learn how to make anti-click through objects in Construct 2!

  • Dear,

    I want to build a confirmation dialog as player click on a Reload button (I call it layer A - Show picture with Exit, cancel buttons) to return 1st layout.

    Do you know how to prevent click through layer A (prevent affect items clickable under layer A)?

    Thanks!

  • Hi,

    After upgrading my game,do anyone know how to clear user's cache (or stop them cached my game) so they can use newest version of my game?

    If not possible, do you know how long does their cache will be expired?

    Thanks!

  • Thanks!

  • Hi,

    I could not figure out how to check condion in which touch is over object that like mouse is over object to show tooltip....

    Could you guys please show me how?

    Thanks much!

  • Yo,

    I am creating a word game in which kids have to re-arragne word to form a sentence as picture below

    My concept:

    + Put sentence into array // SENTENCE = ("I am Giang from Viet Nam")

    + Split a sentence to Variable by tokenat

    • Var1 = tokenat(SENTENCE.at(0),0," ") //use seperator = White Space

    ...

    • Var6,7...

    + Load random position for Var1 > 7...

    + Kid click Word > push into Array called ANSWER

    + Compare SENTENCE and ANSWER

    My problem:

    + Coud not split with word like: There's - There're even some words like I'll and I'm still be splitted.

    + Word could not split completely:

    eg: "My thereds works in homeab bank" vs "My thereds works in homea bank" - homeab could not be splitted into variable even homea could be.

    So I doubt that there is an limitation with tokenat like length of each token...?

    Please help me out!

    My capx https://www.dropbox.com/s/3wb1n9kwjo7qcnp/What%20is%20Order.capx?dl=0

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi all! I am Giang, a Vietnamese guy, learning Construct 2 to build my first Android's game!