linkman2004's Recent Forum Activity

  • The "File" objects would work well for this. It has an event to loop through each file in a directory, then there's a condition to get the name each file as it loops through. Let me know if you need anymore help.

  • Hi. Is there any chance this can be fixed?

    I'd like to use it for a game that zooms around a lot and this 'bind to layout' thing kind of breaks everything. Also, cameras seem jittery for some reason.

    Might go with events instead, which would suck because this plugin has all I want.

    Any chance you could send me a CAP illustrating both problems?

  • An interesting thing to note here is that it only blocks a word if it's the base form and all lower case.

  • We do see the reports on messages. We have access to a list of reported messages, and when viewing the board all reported messages are visibly flagged as such, so it's pretty hard to miss.

  • Any idea if this still works correctly in latest builds?

    It still works without a hitch.

  • Welcome to the team! Now get to work!

  • Would everyone please refrain from the useless provocation? This whole situation is starting to get out of control.

    This will be the only warning. If this thread gets derailed any further, I'm gonna have to lock it.

  • Is the SDK fully compatible with 0.99.91? Just asking since it's over a year old.

    Nothing major has changed in Construct since this version of the SDK was released, so it's still 100% compatible.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • For your first question, you can use a "For each object" loop to get this to work right. Just add a for each loop event as a subevent to your "Every 100 milliseconds" event and create your smoke puff in that. That will create one for each missile.

    As for the second question, the flashing action is pretty limited, so I'd suggest coding your own flashing effect, which shouldn't be too difficult.

  • Have you installed the latest version of the DirectX 9 runtime on this other computer? This seems like a problem that would be caused by that. Here's a link to the installer:

    DirectX End-User Runtime Web Installer

  • Okay, here's an example of changing the graphics scaling based on the resolution of the screen:

    Resolution based scaling

    As you can see, no matter what the resolution, the scaling of the graphics compared to the resolution is proportional to when the resolution is 1920x1080. In this way, everything stays the proper size no matter what the resolution.

  • Just allow multiple resolutions. For starters, always rendering the game in 1920x1080 on a computer with a monitor that doesn't support that resolution would be a waste of processing power. Secondly, it's a wise thing to do in case the game doesn't run well on older computer.

    The key for this to work well is to make sure that your graphics are dynamically scaled proportionally to the chosen screen resolution. For example, if you're designing all of your graphics for 1920x1080, then the scaling factor for your graphics would be:

    DisplayWidth / 1920

    You'd apply this scaling factor(multiplied by 100) to the display zoom level. This will ensure that all graphics, when displayed at full screen regardless of resolution, appear the same size.

    I hope that helps. If you want, I could whip up a quick example later tonight.

linkman2004's avatar

linkman2004

Member since 15 Jan, 2008

Twitter
linkman2004 has 1 followers

Trophy Case

  • 16-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

18/44
How to earn trophies