zenox98's Forum Posts

  • Tom you cheeky rascal. Have you fixed this and not told us

  • First visit today and for the first time, I'm still logged in !

    Mayhaps, something has been fixed ?!

  • This has already been answered by Ashley.

    Scirra use IIS servers which are not affected.

  • I would suggest that an update to Bitdefender's heuristic logic has accidentally caught C2 in error.

    Maybe best to drop them an email and tell them what's happening.

  • You could maybe add breakpoints at relevant points in your event sheet then run in debug. You should be able to monitor using next or step in the debugger.

  • Just looked at the Valve demo on YouTube and I agree - looks really interesting. I've downloaded the program to test later with my Bamboo.

    Reminds me of the old oil painting series with Bob Ross.

    *Update*

    It's not bad. The fluid dynamics mixing element is useful, but functionally the program lacks what I need. I'll stick with Autodesk SketchBook Pro for now, which suits the way I like to work.

  • The individual license states you can have a licensed copy of C2 on as many machines as you wish, as long as only you are the one using C2. The business license allows only one machine to have a licensed copy, but anyone can use that one machine.

  • Still exists in r66.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have GMS as well as C2 and I would be very interested to see the files you used for comparison.

    Just from little testing I've done, I found I can create the GMS demos in C2 in a ridiculously short time, whereas anything of note in GMS needs to be done in GML.

    But, as everyone else has noted, to get the best out of either - or any software really - takes time, effort and a lot of practice.

    If you're getting disheartened, then do small prototypes of the problems and post them for others to possibly help.

    Never hurts to ask for help.

  • The manual entry for Plugins is HERE.

    Download the SDK and use your favorite javascript editor, load whichever template you need and then off you go. You will obviously need javascript skills in order to create either a plugin or behavior.

  • As Ashley has previously said, there are so many different monetization APIs that it would be easier to contact the relevant one and get them to create a plugin, as they already know their API. Otherwise, you will need a good understanding of javascript and the relevant skill to do this yourself. There is no 'tutorial' for creating API plugins.

    You could post a request in the Extending C2 section to see if one of the current plugin devs would be interested in developing this. It doesn't hurt to ask.

  • C2 can support any API using the SDK.

  • You're probably better off using Google for getting info on this as from what I can gather (those who know please feel free to put me right) you will need to configure the server to allow this.

  • DUTOIT

    You can tell your a father as you have the patience of a saint !

  • Your sprite collision polygons for Sprite are a mess :/

    Best practice - if you follow Ashley's excellent tutorial - is to use an invisible box sprite with the platform behavior which is used for all collisions, then place your animated sprite at the same position.

    If you don't want to do that, then make sure all your animations have the correct collision polygon - easiest way, Right mouse set to bounding box then apply to all animations.