shinkan's Forum Posts

  • You want to make your Sprite character object pick up an item and then make it to look like Sprite holds it in his hand?

  • Could you post a capx file? Your description is kind of confusing

  • 1. I miss that a lot, and don't know why it haven't been added yet. There was some explanations made by Ashley very long time ago, but I think they do not apply any more And this feature itself could make life easier (and use less events) in dozens of projects made by people here.

    2. Be able to compare a solid,,,,on collision with , is overlapping - What do you mean? Solid is just a behavior you are adding to objects that will have collisions.

  • Your welcome

    Honestly I can't work without it. I'm using it in 95% of my project. Even in my own blank template I've made that loads when I click New Project in C2 there are already plugins like Mouse, Keyboard, Function and MagiCam

  • Could you please add [solved] to your topic name, now when you found a solution for your problem. So other people could find it if they encounter similar issue, and for others who trying to help to know that it was solved already.

  • or use magiCam plugin

  • in addition to the things mentioned above:

    1) Real camera and 3d placing of the layers. I am not talking about obj or any kind of 3d mesh support, no, just a 3d world to place assets around, like in Toon Boom, or HitFilm software.

    2) Per Layer and per Sprite masking options. The current webGL (?) Destination Over,Out and whatever, are hard to implement and have a counterproductive workflow. A system that uses either gray-scale maps, or opacity values to mask any number of layers or objects (using other layers and/or other Sprites) will be ideal.

    3) A timeline on the editor, with key-frame capability, to visually time and move objects around, add/or trigger events. This...

    4)...in combination with a curve-path editor for making paths ( attach object to a path, set speed, way-points, ping-pong behaviors etc).

    1. you can use magicam plugin for a camera - which should be made official and comes with C2 by default. Not sure what you mean by 3d object placement. Isn't Z ordering what you ask for?

    2. Sprite masking would be really nice. It could be done similar to how containers work. Add mask object for the sprite and it will affect only this sprite. Doing that with effects it's sometimes difficult and its forcing you to use separate layer.

    3. This could be made but as a plugin because that kind of feature will simply not fit to current C2 workflow. But still, would be perfect for cutscenes and timed events. There was something like that in CC, Timeline? if I remember correctly.

    4. I'm surprised C2 still lacks of path editor after all releases. I know it's quite easy to do by events, but proper plugin for that would be great.

  • spritelamp is a scam. It's a perfect example how to get money from people for something that can do for free themselves.

  • Differentiating player turns can be easily done with one global variable. Same for turn duration.

    Leveling/skill system depends on what you want to do - can be very basic or very advanced and complicated

    Movement of player between layout is pretty similar to skill system - It's all about what you want to achieve.

    What you are asking can be made in many different ways. You need to ask yourself what you specifically want to do and then ask specific questions.

  • 1. This

    2. Change keyboard shortcuts: F5 - run from first layout, F6 - run current layout, F7 - debug current layout, F8 - export

    3. Point sampling in the editor - or an option to toggle between point and linear

    4. Option to toggle WebGL on/off in the editor

    5. Better plugin/behavior support - modularity should cover this nicely

    6. 100 different things that I'm to lazy to write about.

  • If that's the case you should write exactly what you need and what you can offer in exchange. Because you are looking for someone to make entire game for you - which is difficult, time consuming, and it won't be cheap.

  • Instead of creating 50 different text objects You can create only one with instance variable to differentiate them.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So you only need someone for this part "when a monster dies, two reappear, with this a scoring system for the player" or for overall rpg game ?

  • just drag and drop Paster.c2addon file to opened C2 window, wnd it will prompt you to install it

  • Most of the plugins will work on mobiles

    Paster