zenox98's Forum Posts

  • So all of us probably already know the most popular tutorial written by Ashley "Beginner's guide to Construct 2". And I'm sure that some people still have the game from the tutorial on their computer. Well, I just want to see the game so could anyone send the file of the game to me?

    This tutorial uses assets only available to a licensed user so unless you can provide proof that you have a license then I would advise users not to do this.

    Users who have purchased a license from the forum will have the badge applied automatically.

    Steam users can request the badge by sending an email to , who will require certain information to verify a steam purchase.

    Obviously the easiest thing to do if you are a license holder is just spend half an hour doing the tutorial. It is very easy, and you will understand the Event system much better afterwards.

  • It would be better if we could see your .capx, but issues like that are usually caused by either different image Origins or image polygon collision masks, both which are set in the Image editor.

    Ensure all images are same dimensions and have same Origins and Collision polygons.

    If that doesn't fix the problem, you will probably need to give us access to your .capx.

  • Good afternoon.

    Is it allowed to insert adsense into my game in construct 2 free?

    The Licensing rules are quite specific:

    [quote:2f7vx4h0]

    Free Edition

    The Free Edition is permitted for use by anyone for non commercial use. Commercial use counts as but is not limited to: use within any business (other than limited testing for suitability), generating advertising revenue, selling or licensing generated content or intention or capability to generate revenue.

    So that would be no.

  • To aid assistance and avoid pointless guesswork, please consider providing the project as a single file. It is always the fastest way to a resolution.

  • Because there are no advanced or professional tutorials for slots games, roulette, poker, black jack, etc. For online casinos ?.

    Someone could give you some idea, how to make a good slot game ?.

    Example:

    Several lines of game, animations, bonus, jackpot, connection to database, php, mysql, etc.

    I am a graphic designer, and it is very easy for me to contribute good sounds, videos and graphics.

    But I need a real guide how to make a professional video slot, like this https://pinoytvshows.mobi/category/gma-tv-shows/ example.

    Would anyone agree to form a team with me, and share resources, ideas and projects?

    nornawalk

    Do not high-jack someone else's thread. Make your own thread with your own requests.

    Although at the moment, I suspect your post to be spam. Prove me wrong.

  • tulamide , I like your LOS example and tried downloading the .cap file to investigate further but C2 doesn't want to open it. Do I need to change the .cap to .capx in order for C2 to recognize it?

    This is for the - now long retired - Construct Classic software.

    The .cap produced by CC is in no way at all compatible with C2 or C3.

    The only way to open it would be to install CC. It might then be possible to convert the code from CC to C2/C3 as they use a similar Event system.

  • Without seeing your .capx it would just be guesswork.

  • This is covered in the manual:

    [quote:2744tdhq]

    AngleOfMotion

    Get the angle the bullet is currently moving at (which can be different to the object's angle), in degrees. Note: when the speed is 0, the angle of motion is also 0. Usually this can be worked around by setting the speed before the angle of motion.

  • is this plugin available anywhere still? dropbox link is dead..

    A quick search found the following link to all the addons made by Pode: https://github.com/Pseudopode/construct2_plugins_behaviors

  • You have my eternal gratitude.

  • Only one thing needed from protracker player and that is an 'IsPlaying' condition. Then I can finish my very own mod player

  • Ahhh Love this. Such memories. Many thanks, mon ami.

  • Simply create a rectangular sprite the same size as your character, make it invisible.

    Add Pin behavior to your character, on start of layout pin it to that sprite.

    Remove Platform behavior from your character and add it to that invisible sprite.

    As recommended in Ashley's top https://www.scirra.com/tutorials/253/how-to-make-a-platform-gamer tutorial (discussed on page 4).

  • Posting your .capx would be the quickest way of bug testing.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello.

    I find a Addon Manager in C3,

    but i cannot find a CSS Addon to C3...

    I try to convert my project from C2 to C3 (using one file),

    and there is a problem with css.

    Can you help me?

    (sorry for post a second topic about this problem).

    Is this a user-made addon for C2?

    If so, then it will need to be converted to C3, usually by the author.

    Please try to clarify what it is you are trying to do.