Sami424's Forum Posts

  • Example:

    I know how to do this with blend modes, but this requires a copy of the text object, another layer and a mask sprite.

    Is there an easier way? Maybe some effect which allows to change text foreground color based on background color?

    I know this is possible with CSS, but not with the text object.

    css-tricks.com/reverse-text-color-mix-blend-mode

    Not sure if it helps at all, atleast i try :)

  • guys, please tell me how to implement a paid subscription in the application, for example:

    in the free version of the app: 2 locations are open

    after making a monthly subscription: the remaining locations were opened.

    Google play console offers subscription plans that you can add to your game using mobile in app purchases plugin.

  • I need help with a 3D game I wanted to make and I don't even know how to make a 3D game.

    Construct 3 is mainly a 2D Engine.

    If you dont know how to make 2D in construct 3, i would not advise you to start making 3D in it.

    Try some 2D Projects first, then you can start using 3dshape, 3dobject plugin etc in c3.

  • I am working on a terraria-like game and I don't know how to make the tiles breakable with the tile being animated with cracks growing, what is the easiest way of doing this?

    I am not sure about animations on tilemaps, but when i did such a game i made blocks using sprites with animations, 1 frame has the block, 1 frame has the block slightly damaged, last frame has it more damaged etc. I set the animation speed to 0 and i just switch frames from 0 to 1 on collision.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There is a timer behaviour, but you can also do it like this for a simple timer:

    You can download the example capx here: file.io/J2KMD9Rbrohq

    This is just 1 way of doing it, there are many ways you can do it.

    At the end of the game all you want to do is save the minutes&sec variable to an array/leaderboard/etc

    Edit: i noticed you wanted MS aswell, all you gotta do is add a ms variable and do it the same way i did above.

  • Download the example CAPX you can find here: google.com/search

    It has a chat system working

  • Hi. I'm sorry for my bad english.

    I'm making an rpg. It's a text based game. But I want to add chat.

    Should I rent a server and do it with a multiplayer object or with firebase?

    thank you for your ideas

    Photon chat is good for this

  • I want to make a randomizer that has global variables and uses an or statement.

    For Example:

    Red = 0

    Green = 0

    Blue = 0

    Then I want the programming to be something like when they layout starts, it adds by 1 for either Red, Green, or Blue. So then if it ended up being Green it would say the color is green but I know how to do that.

    Is there anyway to code it like that, or is there an easier way?

    Please help!

    Thanks in advance!

    Doesnt this work?: ON start of layout > set variable current_color to choose(1,2,3)

    This would set it to 1,2 or 3, where 1 is blue, 2 is red, 3 is blue etc etc

  • Hello,

    I am creating a tile based RPG which has a modular character design. For example there are lots of different clothing, items and accessories the character can wear or hold.

    Now my character also has 4 directional movement and 8 other animations such as attacking, blocking and rolling.

    Do I need to create a separate sprite for each piece of clothing or items which also includes all the animations of the player?

    This appears to be a lot of work.

    What i do for this is i use paperdolls, you can find ALOT of paperdolls of equipement etc on the web, i got a full paperdoll pack by downloading a character equipement plugin for RPG maker.

    sumrndm.site/dynamic-actors < you dont need the plugin, only the graphics inside here(was a long time ago i downloaded this)

    There should be hundreds of paperdolls of equipement etc.

    Then what i usually do is just add the equipement to a image point, the animations are matched to the character so they are easy to implement.

    Note: paperdolls are animations matching your character, so yes to do it from scratch you would have to animate the items to.

  • any idea why

    You want a door to open one side, and play certain animation, then you want it to open the other side, with another animation?

    Or do you just want the door to be able to open multiple times and close it after certain sec? not sure

  • gamepix.com/play/iron-mom

    I love the mechanics to move the mom xD Really nice work, keep it up!

  • If you mean Construct splash screen, you can remove it. Go to Properties - Project properties - Loader style

    You can also just switch the loading logo in folder Icons>

  • Is there a way, I need to get the embed build into a client forum, but they requested the Ad from Construct to be removed. Is there a way to do that?

    What ad?

  • I have a set of code on my event sheet that is for one part of my game, and I have another part of my game that needs similar code. I want to copy and paste it to edit it instead of creating it all out again.

    This is not from one game to another, it is within one game and one event sheet.

    Thanks!

    Its also nice to use functions with parameters for this, construct.net/en/make-games/manuals/construct-3/project-primitives/events/functions

    Using functions, you dont have to redo your code multiple times, but you can use the same function for multiple objects.

  • Hello everyone, I have a problem with Google Service and Admob. When I connected the Google and Admob plugin and configured. Then the APK file does not start, I also tried Debug APK and also does not start. Is there any up-to-date information on how to implement Google services and advertising in your game, for 3 days I can not solve the problem :c

    What happens if you only remove the admob plugin and export, does it start?