Sami424's Recent Forum Activity

  • 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?

  • I uploaded my game in Construct Arcade and it's displaying weirdly. My game's aspect ratio is 16:9, but it's not filling in the player.

    Have u tested the options in the project property tab? For example to scale the view or have you tried setting to fullscreeN?

  • I want my app to open a link on a custume chrome tab . the bowser plug in only open on android webview . i also found a code to open crhome but its on java and not javascript. any idea how i can open a link in custume chrome tab?

    w3schools.com/jsref/met_win_open.asp

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • every time a bullet hits an enemy the hit sound overlaps and is extremely loud

    does anyone know a solution

    basically what i have coded is

    bullet on collision with enemy

    subract bullet.damage From enemyHP

    destroy bullet

    play enemy hurt

    To make them not overlap(or atleast make same tagged sound not overlap), do something like

    Is playing "tag", (do nothing)

    Else, play "tag"

    To play a hit sound then a hurt sound, i am not sure, you could do Play Tag on collision and On sound ended "tag" > play hurt sound

  • You do not have permission to view this post

  • Basically most of person knows how to sound control by touch control but how we can do with keyboard?

    I usually use variables such as Soundon = 0/1

    So i do events, on key X pressed and soundon = 0 > set soundon = 1

    ON key X pressed and soundon = 1 > set soundon = 0

    Then i just do sub-events where i wanted the sounds, so lets say i spawn a bullet:

    On bullet spawned >

    Sub event > Is SoundON = 1 > Then play sound

    So its only gonna play if the variable soundon = 1.

  • You do not have permission to view this post

Sami424's avatar

Sami424

Member since 9 Jul, 2018

Twitter
Sami424 has 5 followers

Trophy Case

  • 6-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

11/44
How to earn trophies