IndieKiwi's Recent Forum Activity

  • If the RSS is in xml, add the Ajax and XML objects.

    Use the Ajax Object to get the xml document and then load in into the XML document.

    Then format and extract the data from the XML document and to display it

  • very nice video indeed!

  • So as a student i got a free Windows app store licence that i didn't' renew when it expired. Today I got a email from Microsoft and it appears that my account is reenabled because they changed their subscription to a one-off. (email below)

    Has anyone published their C2 games to the Windows app store, and Is there an audience on the Windows App Store?

    Lifetime Dev Center subscriptions 
    
    Starting September 16, 2014, all Windows and Windows Phone developer accounts in Dev Center will transition to a one-time only Dev Center registration fee. 
    
    With this change, you will no longer have to pay an annual renewal fee to maintain your Dev Center account. 
    
    If you recently received an account renewal notification via email or in your Dev Center dashboard, you can ignore it as it was generated prior to instituting the change. 
    
    All current Dev Center accounts will continue, without interruption. For more detail, please refer to today’s announcement for further detail. 
    
    Thank you, 
    The Windows Store team[/code:ff3y85rc]
  • If you want to open it in a external website. Add the browser object, and make it load the url of where more of your games are listed

  • Random time or random object?

    Random time

    System > every x seconds with random(0,10) > spawn object from the spawner object

    Random item

    1. generate random number floor(random(0,10)) and assign to a local variable

    2. After this is done, if random = 0 spawn itemA, if random = 1 spawn itemB etc.

  • I think if your not purposely making a virus then you have nothing to worry about. If something like that occurred then the responsibility would be much more on google that a user could accidentally program a virus on their controlled operating system and release it on their marketplace!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • op made the pou clone

  • Include the function object in your c2 project, then you can call functions with

    iframe.contentWindow.c2_callFunction("Func",[]);

    Edit: Where "Func" is the name of the function to call and [] is an array of arguments.

    Thanks for this. Is it possible on client side to have the C2 iframe call the parent container's js?

  • Another way like the json method is using xml. it is formatted a little better that json so that it is human readable and you can use xpath to extract the values.

    Try googling "online json tool" or "online xml tool" those should help you build your files faster without needing to download software/plugins

  • Have you checked your layer backgrounds and made sure the bottom one isn't a black background?

  • Have you looked at my capx...?

    Because I do chain (and spawn for that matter) one color at a time, in the event sheet - but I'm not entirely sure that what I've done, is what you mean...?

    About particles spawing; what would you suggest as an alternative to spawn/destroy them...? Or did you mean to decrease the number of particles seeded/spawned for each "explosion" (this I wrote a little about under my section "Performance" in OT...)

    I know its not a complete game yet, but i guess 1 click shouldn't destroy them all, so limiting by clicking on a red only destroy chained reds, could give the game more dimension. Maybe another option is to make the circles smaller

    Yep I saw that performance section. it looks cool to use a particle that spawns a particle object itself but it probably sacrifices too much performance.

    Only suggestions nice work!

  • Good start, maybe chain 1 colour at a time. also maybe reconsider particals spawning more partical to improve speed

IndieKiwi's avatar

IndieKiwi

Member since 1 Aug, 2014

Twitter
IndieKiwi has 2 followers

Connect with IndieKiwi

Trophy Case

  • 10-Year Club
  • Popular Game One of your games has over 1,000 players
  • Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Email Verified

Progress

14/44
How to earn trophies