GeorgeZaharia's Recent Forum Activity

  • the best thing about intel xdk is that they dont force any splashscreens unless u want to. outside that.. its a crappy slow piece of a compiler... i used it 2 times, got similar problems with it even though, i recompiled and fixed all glitches in the game it wold still not play sound or not recognize the plugins, try using coconjs or phonegap they both have free plans as well.

    as for the error u got, do you have any custom plugins that are meant to replace the official Android IAP? inside ur project that u dont use ? and u might forgot it in there?

    cause based on the com.mcm.inappbilling.com the iap installed and the 2nd one not the same.

  • the game looks great, one issue is, how people that are not talking Portuguese will understand how to play it? or understand the story? me for example im lucky enough to understand over 7 languages, and speak half of them, however, many people knows English partially as 2nd language. outside that great job really smooth

  • does your event look similar to this?

    http://scirra.ro/examples/eventstrigger1time.png

    dont mind the image point position my brain farted there.

    if it looks like above image should not allow u to trigger the actions after 1st press unless All conditions resets themselves at some point and the conditions are meet again when ur pressing. make sure ur events and event sheets that you may included in the event_sheet u have that specific action to trigger, are not interfering or resetting variableA value to the point where it meets the condition to match the matrices you created for the action to be triggered.

    on short... make sure variableA stays different then 0 after u pressed the object. thats all u have to do. if u sure nothing resetting it back to 0 then u might found a bug. or some cache from firefox. try resetting the browser if that wold help or try testing it in NW.js if u have it installed.

  • So I have an event with the following conditions:

    Mouse click on Object

    Variable A = 0

    Among the actions it does is modifying the variable so that clicking on the object a second time no longer triggers the event.

    However, that doesn't work and repeated clicks on the object keep triggering the event, which baffles me. For the sake of testing I've putting the variable's initial number at something other than 0 and the event doesn't trigger anymore, which makes it even weirder in a way. I'm frantically looking for a workaround, but even if I , this is really driving me crazy as the same structure seems to work perfectly fine for me in other situations.

    do you have any wait events between them? where are the condition palced in your event sheet? try place it on a top ranked event ... near start of layout .. that wold do the trick.. since will not wait for others events to happen.

    you have to keep in mind when you add wait actions between lines

    it wont stop only that event but also everything that is under it for the exact amount of wait + the amount the time it takes to process all the events till reaches the required action, so for example

    if u have the conditions u gave, and have a wait of 2 seconds and then change value of VariableA and in same time, after first click and while the 2 seconds didnt passed youl be able to trigger the same actions for N clicking speed u have in ur fingers. then the VariableA will change the value.

    try change variableA as soon as the conditions are meet, which is first on top of actions triggered by those 2 conditions.

    try posting urls without or http://www. that will allow u if u need live help u can reach to me via skype at gamecorp.tm or via mail at zgaagz [at] gmail.com

  • Sorry, my English is bad and perhaps misunderstood. This saying should use the device you want to use or smaller and go climbing up bigger size?

    In my case I have made the game 790x1280 and should do to make it look in 480x800? I redo all?

    Another problem I have is that if I use size iphone 6 in many cases is not compatible mobile android and out of position ... that headache

    No.... its good , if your game is 790x1280 then u are on high scale quality graphics however not sure if the 790x1280 will match perfectly in 480x800 when re-scaled, you should check screen size resolutions on google, if ur game is built on high resolution is good

    The bad part wold be when u build your game on low scale resolution(like 480x800) and u need to stretch to higher displays(like 790x1280)

    so i think ur good , however if ur still experiencing downscale problems sharp edges, make sure all the settings are set to high i wold change the sampling from point to linear, which will give u a better image processing i think, have to check the manual on that.

    in order for saving some image processing power, i wold disable the webgl.. if you dont have any webgl effects inside or blend mods on sprites.

    that will give u a faster image processing on some older devices.

    if your client still has problems with the edges, make sure the graphics have no sharp edges in the original format, outside then that, it only depends on the device capabilities.

    make sure for ios u dont use any webgl effects, they are not handled that well by iPhone's, since apple introduced webgl support only in early ios8 release but that was for ads, not for games, so im not sure if they added webgl support in ios9 and above for in-game effects.... unless apple updated their platforms software's.

    for android not sure if webgl really matters, but if you dont have need of webgl dont use it.

    its pointless to have it enabled if you dont use it, and also seems that Kyatric gave you the reason why this happens, isn't meant for android 2.3 but for 4.0 and above.

    it might also be a compiler problem, what do you use ? cocoonjs? phonegap? intelxdk?

    also you should read the tips from Kyatric since is an official moderator.

  • u can add a global variable , and set on start of layout or when u character needs to be created to a random number, global variables cant be random by default as RamPackWobble Said

  • try using the system event pick by comparing, and then use when on mouse over uritem pick by comparing z index is greater then uritem.zindex that way will automatically pick the item u hover that is above

  • XDK had the audio problem from 1 year back, seems its still there, phonegap never tried it, the best experience for sound was by using the coconjs by ludei, you have however to install the new plugin and right click show deprecated exporters on exporting ..

    coconjs new plugin ludei and yea the latest versions having a bug in ios9 which was solved in r214 as stated in the change logs

  • Edited : since offer expired... i removed my previews post, as when it was 12$ was worth it, but the normal licensing not worth it really, maybe if u already know how to use GM and work around the problems it has, but then ul know if its worth it or not.

    PhoenixNightly i see your point there, hopefully when r300 comes which means C3 gets released... i think that is the plan, the third-party exporters will go away from the c2 repository and will have some native compilers.. i mean i used a few game engines similar to c2 .. inferior most of times, but ... all had the compilers built in, i wish that wold be possible with C3 in future.

  • well of course they are plenty who do it, but then i wold not leave my day job for doing this as with no background or knowledge of how to do it what so ever. unless you have a stack of cash laying around and you can use it to learn how to make games, and hopefully the stack doesn't dry off before you make a living out of it.

    P.S your in the wrong section... this kind of questions goes possibly in Open Topic Area

  • just dropping by to say hello cheers

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • for understanding how android works and how you can call all intents for android phones i suggest read the official android documentation works best using Browser Object in C2 and go to url or execute JavaScript its a matter of copy pasting ...

    Developers corner Android and for understanding how to use it in C2 as above read the official C2 Android Corner

    you can also check the tutorial in my signature... and create a basic idea how the API's for different mobile platforms can be used.

    all android, ios , windows platforms, have their own apis, Uri's, SDK's , scripts to be called by default... since they always listen to commands, you just need to find out which are those, and how you can use them, most of the platforms (android/ios) or apps(whatsapp/skype) have open documentation and easy implementation, others lacks it.

    or you can buy thisplugin by basically does what the tutorial i have does.. which is based on his twitter tutorial.. but having a behavior/plugin may improve the options u can use.. outside the only share button

GeorgeZaharia's avatar

GeorgeZaharia

Member since 30 Jun, 2014

Twitter
GeorgeZaharia has 36 followers

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.