saiyadjin's Forum Posts

  • just to remind you guys, my sale starts tommorow, 10 days:

    60% OFF for each pack, and 75% OFF FOR main pack!

    If you're still not sure to buy - let me remind you - 2400 files included!!!!! - advanced tutorial of ~ 40 pages optimization and "how-to" things to get isometric feeling.

    all assets and completed 1 level game (with source).

    Extendable

    Usable

    Works great on PC

    Is a great benchmark for a mobile (even if you do nothing ingame)

    here's link to demo, and link to assets:

    https://www.scirra.com/store/royalty-fr ... plate-1527 <-- main file, check "other files" if you want just asset packs

    https://dl.dropboxusercontent.com/u/136 ... index.html <-- demo

  • HUGE SALE STARTING TOMMOROW, 60% OFF for each pack, and

    75% OFF FOR main pack!

    If you're still not sure to buy - let me remind you - 2400 files included!!!!! - advanced tutorial of ~ 40 pages optimization and "how-to" things to get isometric feeling.

    all assets and completed 1 level game (with source).

    Extendable

    Usable

    Works great on PC

    Is a great benchmark for a mobile (even if you do nothing)

  • animations are not really a problem. you can have them a million they are pretty cheap to work with.

    for example using particles for explosion is way more expensive on your CPU / GPU then animated effect of the same explosion. the only difference is that particles are random and look different every time, and animated explosion looks always the same.

  • i'll be selling my template for iso games and tutorial and assets of 1lvl game i've made all in a pack for 70-80% off in a week or two (you can check through my link in desc.)

  • math and effects.

    you can use opacity and count from 100 to 0 and backwards, using some formula, and other combos.. effects work good too..

  • visual studio 2015 got an huge update today for itself, including all the stuff it uses - cordova / python / html / web and so on...

    you can dl here:

    https://www.visualstudio.com/en-us/news ... e1-vs.aspx

  • well.. you can just delete them?

  • well hybrid apps are usually slower then native, that's nothing new, but if you aim android 5.0+ which is currently getting over 25% of market, and with release of 6 even more will be 5+ you can export with vs an apk without any use of crosswalk / intel xdk and so on and therefore you get faster performance and all.. if you aim 4+ android then you have to use crosswalk because 4.0. - 4.4 devices have no support on lots of things on default webview so crosswalk is a necessity. you can build that too with visual studio, might give you better results then intel xdk but it should be the same (haven't tried yet), there's some vids on my last post)

  • i've tried clickteam, game maker, and so on.. c2 is simply the best for 2d games, game maker is next, and others are just baaaaaaaaaaad..

  • they already made that.

    but the problem is - when you download it it still doesn't install automatically, you don't have a plugin manager that has everything you have installed + uninstall options, you can't choose versions, and so on.. it doesn't report bugs to developer automatically, and doesn't have comment section on it's own. also no versioning.

    with this you could open a ticket, write and attach capx and bam - posted to developer. he can then download your capx and see the text, while others will only be able to see text without capx (for copyrighted work).

  • sorry guys, this is taking too long, was a bit busy with RL job but now i'm back on track with manager.. hopefully i will have running version soon up..

  • irina - yes you can.. but you need a mac.

    here's a tutorial for some hybrid apps and how to deploy them with VS on IOS

    http://weblog.west-wind.com/posts/2015/ ... obile-Apps

    i think with little effort C2 game could be included inside and built aswell

    also there's some tutorial videos too like this one

    Subscribe to Construct videos now

    and one a bit longer:

    Subscribe to Construct videos now
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • why do you people use intel xdk anyway? just use visual studio 2015 to build & test your games -> it's way faster to test and you can hook up your device with usb cable and do local testing and so on...

    you can get a free "community" version here:

    https://www.visualstudio.com/en-us/down ... io-vs.aspx

    when you install - you have to install everything! (around 30GB install <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile"> )

  • no, it doesn't autopick, sadly. you have to do it next tick.

  • java, c#, c++ and so on... i know. i'm working everyday with c#, and no you are wrong, it's pretty hard to create inheritance in current event system, actually impossible.

    or multiple inheritances.. and so on..