sassix's Forum Posts

  • Evening,

    im about to paint all my texture stuff for my game myself and now i need to make a round saw blade from the top vision. But i have no idea or inspiration how i could paint this to make it look like one. i attached a pic of how it should look.

    Maybe someone can help me painting one ( outlines only )

    My tiles are 65x65.

    Thx

  • Greetings and a happy new year !

    As u can see on my picture, i got a huge black space on the bottom on the screen. I want to fix that so this isnt visible anymore and the ground should instead appear on the bottom off the screen (so are they placed ) .

    My current layout scale is set to 0.4

    My Project Properties Windows size 1244, 800 ( which ends with exactly on the bottom of my floor )

    and i use "scroll-to" on the player

    is there a way to fix that without resize all my images or layout scale ?

  • wow guys im so stupid, i didnt even tell that script what to do if the value reaches 1, exept for subtract something from it every XX seconds -.- im really really sorry for wasting all of your time

  • ok i guess i got it so far but one more question pls, how do i trigger those 0.5 seconds ?

    atm its like this for me:

    1. "bullet" cooldown > 0 -> "bullet" subtract 0.5 from "cooldown"

    2. "mouse" on left button clicked -> "player" start animation from beginning

    "bullet" cooldown=0 "player" spawn "bullet" on layer 0 (image point1)

    "bullet" set cooldown to 1

    i hope there is not a "and" command like the "or" one, since i cant find it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ye i know but thats the point.

    its like this now:

    mouse > on left button clicked -> "player" spawn "bullet" on layer 0 (image point1) // but now i can shoot as much as i want. it should take up to 1 sec before i can shoot the next bullet even with pressing the mouse shortly after. again, im so sorry for the trouble and the waste of time

    maybe im to stupid to see the right trigger to use but i cant find a way to solve this problem on my own :<

  • Thx for the fast respond, that helps alot but actually i wanted to shoot one bullet every 1 second even if i smash the mouse button, just asked the wrong way :S holding the left mousebutton to shoot isnt a option for me. Im sorry for the trouble

  • Greetings,

    at first im sorry if i didnt searched probably for the right topic i need, because i actually dont know what to search for.

    so my question is: i set my fire button to the left mouse button and its working just fine, but i dont want to abuse it so i can shoot like 10 bullets in a second. How can set it up to shoot like, lets say 1 bullet every 1 second.

    Thx