Bl4ckSh33p's Forum Posts

  • Hi! Is it possible to install the latest C2 beta while keeping the stable build on Steam somehow?

    I need to hotfix a few things but already saved the latest version in the beta and cant go back (tried but WinStore plugin has issues from 228>227). So I try to open the fixed version from 228, copy some actions. Then go back to stable and paste the fixes into my 227 backup. But for every new action/event I need to install beta and go back to paste it.

  • I thought the Set volume action allows increasing the volume? I tried values from 10-50 (+ and -) and never heard a difference and thought its broken. I need to try again with much higher values then.

  • Hi. I uploaded my Overwatch Companion app to the WinStore and used Win10 Universal as export option. The store certification and test app from Visual Studio showed no problems and its listed as "win10 and Win10 Mobile" compatible. But I got several reports that it does not show up in the store on phone or says "not compatible with your device". They had one older Lumia 5xx and new 930 and 950 phones. I only have one old Lumia but it runs Win10 and its not showing up in the store either. Is Win10 Universal export for phones broken or whats wrong with it? But the store shows its compatible and all tests were successful. <img src="{SMILIES_PATH}/icon_neutral.gif" alt=":|" title="Neutral">

    Link in the store: https://www.microsoft.com/store/apps/9nblggh4vs8v

  • thanks. the missing images error can also be fixed if you just add a scale 200 version for the 3 images.

    Thanks I hope they can add it cause it would be nice to be able to expand the game later with additional things (which are not always in a free update).

  • I just renamed the .capx to .zip and changed the saved version number to 22700 but I cant open it to publish it with the old version and working ads.

    This error shows up:

    [quote:1z1sae3f]---------------------------

    Unable to load project

    ---------------------------

    Could not open project 'C:\Users\mail\Documents\Construct 2\Projekte\Overwatch Companion\Overwatch Companion zip\Overwatch Companion.caproj':

    Cannot find action with the ID 16 in the plugin 'Windows 8' (win8). This is usually caused by a third-party plugin developer removing the action from the plugin in an update (instead they should set the deprecated flag on it which does not break existing projects), or reinstalling an older version of the plugin that does not have an action used in this project.

    ---------------------------

    OK

    ---------------------------

    Any idea how to fix this?

  • Are there no ads which run on a web published game? This would work on any platform in almost any browser. :/

  • http://www.xnview.com is great for image batch conversion or saving in other formats.

  • I use XSplit Broadcaster to stream or record. You can select an area of your screen which is recorded.

    https://www.xsplit.com/broadcaster

  • Hi. Right now I use PubCenter for my Win10 apps but I would like to add some ads which work on iOS, Android or web published games/apps. Does anyone know some sites which offer ads for mobile and desktop games and pay per view or click? Based in Europe (Germany) would be great.

    It seems Admob plugin just works on android even if admob site offers win8 mobile ads. What other alternatives are available to get some money with your games/apps?

  • So does admob work on iOS or just web published games? And in Win10?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi. Admob only works on android, right?

    I am looking for ads which work on all platforms and based in Europe would be great. Does anyone know such ads?

  • This could be it!

    Sometimes you just miss the easy solutions. I will try if this works. Thanks.

    edit: just remembered that on touch is a single event and does not allow 2 single triggered events at once. But I will take a look at it.

    edit2: It seems to work!

    Thank you very much. I will do more testing later.

  • I think you did not understand my problem. Its not about the static collision box. The collision box is the whole image but when the image is partially hidden behind the UI (global layer) the hidden part should not recognize clicks.

    PS: Text objects dont have a collision check and I added invisible hotspots (sprites) for hyperlinks above them.

  • Hmm, maybe with the Sine behavior? It can move the balloon left/right continuously and then just move it upwards (-y) or use 8 direction behavior to move it.

    I made a small tutorial for snowflakes with sine behavior here: https://www.scirra.com/tutorials/767/an ... e-behavior

    It may work for balloons flying upwards too.