Sami424's Recent Forum Activity

  • 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

  • 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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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

  • I know I have seen your stuff and with that said I do think your project you have been working on for 7k hours+ prob is amazing.

    But as I said, like others in this thread, if you MAKE SURE to sign a contract with the company you are using to port your game, or even with individuals sign a contract to make sure they will have to pay you/compensate you IF they break the deal(such as making their own game with your source.)

    A year ago when i had a client who needed a mobile app for his business, i printed a contract i found online for apps, if i were to sell the source code for his app to anyone, i would have to pay him a big fine.

  • how to do is end overlapping? Really weird that there is no such thing. How do I know overlapping is over? And what to do if I need to check overlapping for more than one object?

    Right click the event and do "invert"

  • You do not have permission to view this post

  • Do you mean parallax backgrouds? If so create a layer called "background" on the bottom of the layers, and set parallax property in it to like 10,10 , this will make background appear futher away when you move.

  • I want to create a "simple" wordwall clone.

    It's database includes -

    1. The user info + access to their activities.

    2. An array of questions/answers for each activity made that users can send to my server and get back from the server. Every activity made should be available to everyone.

    I know that I have a lot to learn to make this from the backend.. but I'm ready to go to the next level even If I'll need to learn to code and use other platforms!

    I'll be glad to have a direction of where to start and decide the best and easiest way to make this project.

    Best would be to use playfab.com or firebase API I think.

    Using C3 with your own MySQL is not every secure but depends on what you are making, and if it has to be secure.

  • hello there,

    i have a problem that i hope someone can help me solve.

    so I'm starting to make a shooter, and i have a problem with the missiles. as you can see from the video, the missiles fired from the spaceship can be seen only behind the buildings, which are in the background! the missile should not be covered by the buildings, being in the same layer as the spaceship. Its's a different layer from the buildings, in fact the spaceship does not give any problem, not being covered by the buildings. where i went wrong?

    Subscribe to Construct videos now

    In event sheet, you are using another object to spawn the missle, or creating it, there you can enter layer where the object should be spawned to.

    EDIT: TIP for you is to set the Z elevation property of the "buildings" that are more far away, to like -5, this will make them appear futher away.

Sami424's avatar

Sami424

Member since 9 Jul, 2018

Twitter
Sami424 has 6 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