Gmoney's Recent Forum Activity

  • Hi, I'm having a problem where I have most of my main objects on layer 0, and I'd like to add a layer below that layer. This makes the new layer 0 and the old layer 1. Is there a way to have all of the events in my event sheet refer to the objects in their correct, new layer 1 instead of layer 0 in a way where I don't have to change each event by hand?

    Thanks!

    Just curious, sanderstyler. How are you currently referring the objects in layer 0? I'm curious, because I haven't had any issues with objects residing in old layers after adding new layers nor after changing layer orders..

  • Perfect just what I was looking for

    Although there are several better ways to do so thanks xD

    Now I can proceed with my project and go back to league of legends =D

    Thank you for understanding this translation that is not the best kkkkkkkkkk <laughs s2

    You're always welcome, Governador.

  • Hi guys,

    I want set camera view with zoom out when see for example Sprite 1 and zoom "normal" when is see Sprite 2.

    Can any post me a example capx?

    Like this? <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    https://www.dropbox.com/s/m6b23002n006m ... .capx?dl=0

    If you want to learn more about how to properly zoom in and out, check out fisholith's superb teaching below.

    how-do-i-zoom-in-out-scroll-to_t125060

  • > Good to see it's not just me procrastinating on league of legends instead of making my game <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> what exactly do you need help with?

    >

    The translation is bad but I will try to explain...

    -I'm trying to make a game in which the player shoots and move at the same time =D

    -Use Plug In Multi Touch =D

    -But I'm having problems with the gameplay <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad"> conflicts

    -I wanted to know how best to make these controls mobile (To aim,fire,move, <simultaneous)?

    There's no need to use a plugin. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    I learned how to create a touch stick controller by following this tutorial.

    https://www.scirra.com/tutorials/398/to ... ontrollers

    Check out the demo on Page 5.

    https://www.scirra.com/tutorials/398/to ... ers/page-5

  • How to close all tabs in eventshite ? Groups you can ... but the " minus " can not be ... It would be greatly accelerated the development . Thanks

    There was a related request thread some time ago. I don't think the feature exists yet.

  • I've been using this guide: https://www.scirra.com/tutorials/37/beg ... t-2/page-1

    I've gotten up to after you add 8-direction, scroll to, and layout-bound. Then when I go to test it, the player doesn't move or follow my mouse. Here's some screenshots:

    https://gyazo.com/07a3aa102a1bf441e59ec5d0aa4d42c4

    https://gyazo.com/b35680c6375baf242167845b2e041072

    I've been using this guide: https://www.scirra.com/tutorials/37/beg ... t-2/page-1

    I've gotten up to after you add 8-direction, scroll to, and layout-bound. Then when I go to test it, the player doesn't move or follow my mouse. Here's some screenshots:

    https://gyazo.com/07a3aa102a1bf441e59ec5d0aa4d42c4

    https://gyazo.com/b35680c6375baf242167845b2e041072

    8 direction behavior is for your keyboard. Try using the keyboard's arrow keys to move the Player. Also, the mouse will only work after you add a Mouse behavior and its events on Page 4.

    https://www.scirra.com/tutorials/37/beg ... t-2/page-4

    By the way, the full source code for that tutorial game is available as one of Construct 2's built-in example files as 'Demo game - Ghost Shooter' that can be accessed from [File] -> [New] and by searching 'ghost'.

  • Check this out.

  • The quickest method I could think of, would be.. making a whip animation using sprites.

    There's another possibility to use Physics to create a whip, by creating a series of revolute joints and apply force to the last one to create a realistic whipping motion.

    I tried the Physics one, but failed. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    Check out the example file below.

    The example has two Layouts -- 'Whip' and 'Fail - Physics whip concept'.

    The 'Whip' layout contains an animated sprite whip, and the 'Fail - Physics whip concept' layout contains the failed whip based on revolute joints.

    Press [Space] to activate the sprite whip.

    https://www.dropbox.com/s/a1wr1esrji53k ... .capx?dl=0

  • Darn, i thought that was standard. Haha, i dont even know anymore wich of my plugins is 3th party.

    Ty for correcting.

    You're welcome, 99Instances2Go.

    Same here, I installed all of Rexrainbow's plugins and behaviors plus other plugins and behaviors -- so I'm not sure either.. -- haha.

  • That method gets crazy out of hand with more than 2 sprites, you'd have to put If Object 1 is not touched, if Object 2 is not touched etc infinite amounts of conditions for every overlap check with different object types, plus that still wouldn't work with multiple instances of the same object, it assumes SpriteA is always on top and then SpriteB etc as it checks them in order. My above method handles any number of overlapped objects with one event.

    Yes, but I have found the solution as per punktum's request.

    1. Two sprites.

    2. Click an area that is overlapping.

    3. Only the top sprite's event is triggered.

    I've also experimented with the Families option, hence the 'Family1' object in my example file, but decided not to venture into that field any further after spending too much time on a new issue.

    The issue I encountered was trying to trigger two different event actions (Green = scale x 1.5 & Blue = scale x 0.5) as Families, so that option required more than one set of extra code to allow the Blue to be picked as 'Pick top instance'.

    When I encountered a similar issue in the past, I ended up spending days trying to find an answer without success.. so after spending slightly over an hour earlier today, I've decided to provide a solution on what punktum initially asked and step off; as that's better than giving him theological instructions without providing an actual example file on what to do on his own.

    This issue appears to be simple to resolve, but it's not.

    If anyone else could take over the coding, that would be great, as I want to learn too.

    I have a feeling that an easy solution will be found with functions and arrays that I'm not fond of.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You're always welcome, abj84.

  • Using RayCast .... plugin-jcw-trace-raycast_t172320

    https://www.dropbox.com/s/k75a7z9ri6o5e ... .capx?dl=0

    I did not know that this plugin is so fast, first time trying it out. Johncw87 ty for the plugin!

    Awesome example..!! <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    By the way, dieblume86 might need to download another plugin called 'Polygon'.

    plugin-polygon-update-2013-04-23_t77970

Gmoney's avatar

Gmoney

Member since 7 Nov, 2015

Twitter
Gmoney has 1 followers

Trophy Case

  • 8-Year Club
  • Email Verified

Progress

9/44
How to earn trophies