Kyatric's Recent Forum Activity

  • gberenst :

  • Dedicated plugin SDK forum for Construct 3 which contains the current BETA SDK that addons authors should use.

    If you have specific addons you really "need" get in touch with the author for them to start working on the port.

    Currently the SDK does not give access to any drawing feature, meaning such addons like Canvas or Paster cannot yet be ported.

    The converter that works as good as it can so far seeing the current state of the SDK.

    The blog article about third-part addon in C3 (27th February 2017) with the answer to the question you asked.

  • Not that I'm aware of.

    Interesting feature to propose on github though.

    Ashley

    Nepeo

    DiegoM

  • In the "Icons" folder of the project, you have "Loading-Logo.png" which is going to be the image displayed on loading of the project, and otherwise icons-X.png where X is the different sizes of the icons.

    Replace all those (with the appropriate size named in the title of the image), and they will apply in the browser as intended.

  • For the objects you could do with instances rather than different object types.

    As for the global variable, unfortunately, a global is global to the whole project, so no easy way than replace it manually indeed.

    The advantage of instances is also you can handle instance variables with them.

    And finally, with instances, you only need to apply your movement code once, all that changes is the condition for picking.

  • If you know your exact location coordinates, you can then check if you are at a

    (PseudoCode)
    Longitude > Target.Longitude - Range AND 
    Longitude < Target.Longitude + Range AND 
    Latitude > Target.Latitude - Range AND
    Latitude < Target.Latitude + Range[/code:2uliiual]
    
    If all 4 previous conditions are true, then you are in range of the target coordinates.
  • Are you sure that the instance variable "Damage" of your "Player" object contains a proper number to display ?

    To make sure, post your capx, it will be easier to investigate what is going on.

    A basic demo of what you are asking is as follow : EXAMPLE

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Or just go for the software that actually works best for you, trying out both free editions, making your opinion for yourself.

  • Here is some compilation of Frequently Asked Questions and tips for Construct 3.

    The list is not complete, Construct 3 is still recent and in development.

    Be sure to use the search features of the forums.

    You can help if you encounter a bug in C3 by posting bug reports on Github - LINK

    Beware though, an issue in your code is not necessary a bug in Construct 3. You can make use of this forum to ask if the issue sounds like a program issue or a Construct 3 possible bug.

    For a lot of specific use of addons, you can refer to the list for Construct 2 as most answers are going to be the same.

    Nevertheless, Construct 3 has its specificities, and here are some listed in here:

    • Execution / General interface
      • How is Construct 3 different from Construct 2 ? - LINK
      • A major new feature between Construct 2 and Construct 3: C3 runtime - LINK
      • How to execute Construct 3 offline ? - LINK
      • How to execute a specific release of Construct 3 ? - LINK
      • WebGL does not execute / My graphic card is blacklisted - LINK
      • Open Construct 3 in App mode - LINK
      • How to print the event sheet with colors ? - LINK
      • How to get a dark/custom theme working with Construct 3 ? - LINK
      • How to load from Cloud when it is not working right away ? - LINK
      • How to use Construct 2 addons in Construct 3 ? - LINK
      • Open a project made in a recent release in an older release - LINK
      • Force WebGL1 (temporary bug fix) - LINK
      • Using the Z-Order bar - LINK
      • How do I load an earlier version of the Desktop Build ? - LINK
    • How to do mechanic stuff
      • How to access the array/dictionary/text editor in Construct 3 ? - LINK
      • How do I open multiple preview windows ? - LINK
      • How to use C2 addons in Construct 3 ? - LINK
      • How to set colors in Construct 3 ? rgb() - LINK
      • How to make Viewport work with unbounded scrolling ? - LINK
      • How to save data on multiple PCs (one method) ? - LINK
      • Debug your APK - LINK
      • How to manage Z-order during runtime - LINK
      • Use the mobile advert plugin - LINK
      • Destroy a bullet outside of the screen when the layout is huge ? - LINK
      • How to implement dodge (w/ platform behaviour) - LINK
      • Make sure the Mobile Advert plugin is GDPR compliant - LINK
      • Find the center of a group of user spawned instances of the same object type - LINK
      • Using the Drawing canvas to make a split-screen rendering - LINK
      • Use LaTex with Construct 3 - LINK
      • Publish to Google Play despite the warning to use App Bundle - LINK
      • Add subtitles to a video object - LINK
      • Make a coloring book - LINK
      • Make a gallery reacting to swipe gesture - LINK
      • How to randomize without duplicates (Advanced Random permutation table feature) - LINK
      • How to make random weighted drops (loot, monsters, ...) using the Advanced Random plugin - LINK
      • Use the Mobile Advert plugin to display ads towards children on Android (prevents rejection from Google Play Store) - LINK
      • Make a radial thumb control for mobile - LINK
      • How to make a JSON dialog system - LINK
      • How do I make some speedrun timer - LINK
    • Plans related
      • How to get my discount for Construct 3 ? - LINK
      • How do I prevent auto-renewal of my subscription / Manage my subscription ? - LINK
      • How can I pay using Paypal without a credit card ? - LINK

    You may participate to this list.

    Simply post a question and a link to the topic that answers the question the most clearly (it may be a topic or a specific post in the topic).

    This is not the place to post questions you want answers to.

  • This is something I believe you can configure in this page when logged in to the account that has the subscription : https://www.construct.net/gb/profile/billing/subscriptions

  • It seems they are indeed.

  • Like in Construct 2, a collision polygon is what determines the surface of collision, not the texture itself.

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,402 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x10
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs