Raiper341's Forum Posts

  • Hi,

    thanks for the new game.

    Unfortunately we dont accept C2 games at the moment.

  • What do you think about this?

  • Raiper341

    It's very interesting.

    But it seems that Google IMAd permit only web site / mobile web site which has url.

    Can you check Google IMAd is only for web site / mobile web site or not?

    (Does google permit games with no site url like wrapped mobile games to use this?)

    This is only for html5 games, not for android wraped games..

  • Raiper341 you'll see the settings for it under "PROJECTS" in the top left hand corner, then select your project, then the settings will be on the right hand side.

    I know this, i set up my icons and splashscreens, but i do not see it after export, only default cordova icon...

  • Hi,

    with latest XDK i can not use my own splashscreen and icons, why? Do I Forget anything?

  • Hardcore logic game called Build a Snowman: https://play.google.com/store/apps/deta ... ldasnowman

  • Can anybody make this plugin and tutorial? Even paid would be OK. PLS

    https://developers.google.com/interacti ... quickstart

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, i used construct plugin with only with interstitial ads, so need I update both construct2 plugin and cordova plugin when i want to use same exported version, or need I only update cordova plugin? Because i do not want to modify construct2 game... is there any changes in interstitial ads, that can make problem, when i do not update construct 2 plugin?

  • I would like to add this: https://play.google.com/store/apps/deta ... ldasnowman

    edit: sorry but i do not published x86 version...

  • something like this:

    set the boolean to true in the same event you set the animation..

    pick (random) instance with the condition that boolean is false

    after all animations are changed the way you'd like reset allbooleans to true..

    It still does not work for me I really do not know how to make working...

  • Ok..

    I immediately notice 16 clones of the ghost object, which I don't understand..

    They are probably all in the ghosts family, but wouldn't it be much easier just to use copies instead of clones?

    Than you could pick random ghost instance instead of random family instance..

    I would set the animation to "e"&ghost.instancevariable and just repeat picking a random instance 5 times and changing the variable to ghost.instancevariable+1 and setting the animation to "e"&ghost.instancevariable..

    Maybe adding a boolean to make sure instances aren't picked twice during the repeat..

    But how to use bolean? I do not know, maybe this is the problem...

  • Raiper341

    I'm assuming you have an object with 5 animations that you want to cycle through when the object is touched. That is, when touched you go to the next animation and when it's on the last animation you go back to the first one.

    Here is an example of how to do it:

    [attachment=0:udc8t99s][/attachment:udc8t99s]

    Panda thx, but i need when you click on instance with animation5 set random instance with animation1 to animation2, then another instance with animation2 set to animation3 ... I need affet next 3 objects for example. And this does not work for me

  • Like I said, It would be much easier if you were a bit clearer on what you want..

    I guess it would be as easy as creating a function which can be used on any object clicked, but I haven't seen your events and or capx so it's like shooting in the dark..

    Please share your capx, or create a new capx showing the issue, or make a screenshot of your events, so it is possible to see where the problem is..

    Here is picture of my latest try: https://www.dropbox.com/s/lq0l3jhqiane3 ... .21.00.png

    But this change all instances to animation1....

  • It's a question of picking..

    You can pick by comparison or by evaluate or random or pick all

    so on object clicked

    if object.animation = 3 - set animation to 1

    system pick all objects

    system pick random object - set animation to 2

    well something like that, but it would be much easier if you were a bit clearer on what you want..

    Should the animationchange be random, should the objects picked be random, how many objects should change animation, are the animations multiframe or could you just use one animation with frames, etcetera..

    It is not so easy, i tried this too, but it doeas not work...

  • I need this: when i click on object and this object is animation for example "animation5" then i want to change her animation to animation1 and change animation of another instance of this object (only one instance) to animation2 and change animation of another instance of this object to animation3, when is playing animtion2... Do you understand? I really do not know how to do it... please help me