celstrider's Recent Forum Activity

  • magnitude negative value

  • You can adapt the code in this tutorial for your cursor.

    https://www.scirra.com/tutorials/9455/h ... rmer-games

  • I'm in the same boat, you just gotta play to your strengths. Make games that don't need as much artwork. top down games are often lighter on the art than side view. puzzle type games are nice because you're just making simple shapes.

    if you want to learn how to make you own assets, I would recommend starting with a vector program like inkscape rather than a raster program like gimp/krita because you can make decent assets without much practice.

    a few other options:

    1. buy or look around for open source assets.

    2. pair up with somebody that can make animations. either pay them or rev share are good options. though some beginners may work for free.

    3. if you're in college make friends with an art student and see if they want to do some game animations. remember aspiring designers are looking to build up a portfolio to show future employers.

    fiverr upwork and the job request forums are all resources that are made for you to use.

    as for the making code at a random rate, just use placeholders then hire an artist when the project coding is done.

  • something like this should work:

    for each troop

    troop is overlapping enemy

    add subevent > enemy > pick nearest/furthest >

    x: troop.x

    y: troop.y

  • add the image you want the background to change to in the files folder, then use the "load image from url" action to switch to it.

  • I'm on mobile so I can't really play around with it atm, but it you would have to make a loop that iterates through the array with a nested loop in a subevent so it will run each time through the main loop. You may need a second array to store the new values

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The min function returns the smallest value

    Min(7, 4, 3) = 3

  • so you would make your array like this:

  • click action, select array, click 'set at xy', fill out the form.

    the tricky part is figuring out where to put the action, which will just depend on your specific game.

  • maybe I'm backwards, but isn't it more like.

    (7,5) = (x,y) = 58 = (Array.curX, Array.curY)

    so the x value of 58 is 7

  • set the 'default controls' to no

    https://www.scirra.com/manual/100/platform

    check your sprite's origin point(in each frame) it's probably off center.

    https://www.scirra.com/manual/63/image-points

  • not sure if this will work but it's worth a try:

    give the text object an instance variable = "drawbridge"

    make a sub sub event under all that stuff in the picture

    text instance variable = "drawbridge" --> set visible, wait 2 sec, set invisible

    if that doesn't work try using the system pick by comparison

celstrider's avatar

celstrider

Early Adopter

Member since 19 Dec, 2016

Twitter
celstrider has 1 followers

Connect with celstrider