luckyrawatlucky's Forum Posts

  • How are you currently snapping the angle to 45 degrees? Are you using angleSnap = round(angle / 45) * 45 or something else?

    yes I'm snapping the angle at 45 degree with tolerance.

    For diagonal lines, are you checking if both X and Y positions are changing equally to maintain a perfect diagonal?

    for diagonal you need to check if grids(x) and grid(y) are equall (1,1).

    are you using a single line object stretched and rotated between start and end points, or a tile-based approach for each grid cell?

    I'm using 9patch, so that I can use corners round. you can use tiledBackground too.

  • I made lines little complex. if you play web preview which gemini created first. try drag and hold and try drag at different direction. then you'll notice why code is lengthy. I think almost 70% code is Horizontal, Verticle, and Diagonal lines.

  • R0J0hound here is my discussion with Gemini.

    g.co/gemini/share/31655c57dd2c

    when I reached gemini limit then i used new chat for bug fixing

    g.co/gemini/share/cf6964988b78

  • yes I looked at your example few days ago but that doesn't have that feature I'm trying to implement. in your example the line is connecting to any block at any direction non-perfect diagonal too. that's not what I needed.

    however I was able to get help from Gemini.

  • anyone??

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • my all logics are done for word search game except lines to highlight words. specially diagonal lines.

    I have created grid 10x10. touch start for first box and while is touching box calculating distance and angle. angle snap to 45 degree. my lines are not perfectly working

    I want to apply those lines similar to this game.

    myfile

    Tagged:

  • ok then I'll simply wait for the update when restriction will be removed.

  • yup I don't know programming.

  • apart from this bug, let’s say if this bug is fixed and I am able to add and play multiple games in this app, then is there a way so that I can pass a value from main app to these games? like sound, theme etc.

  • in few tries I was able to play single c3 game inside c3 project. adding more games to file causing errors as you can see in bellow screenshots

    files are not showing in game2 and game3 folder inside project file

    files are there as we can see in windows folder view.

    I'm attaching whole project file (minimal version).

    TestApp

  • nope it showing construct web page

  • Ashley in that case where to place other games in app project? I want all games offline playable. So I don't want to upload them on servers. they will available directly inside game.

  • I want single app (apk) to upload on playstore. in the app I will display & play multiple games.

  • I want to make an App in c3 where I want to showcase and play multiple games I have made in c3. also I want to buttons like, sound, theme etc button in that app which will also reflect changes in the games.

    is this possible in Construct 3?

  • its doesn't happens always and happens randomly. I have observed most of the time when I preview game first time after opening project.

    the issue is when I preview project then editor gets locked which means editor becomes unclickable. clicks are disabled. I can't scroll editor, can't switch tabs in editor (layouts, eventsheet). can't click any property or anywhere.

    there are 2 ways to make editor clickable again. when I reload preview window or when I open and close developer tools. I have to open developer tools manually by going browsers 3 dots of setting > more tools > developer tools. because shortcut also not works.

    I don't know how to post this in bug forum as I don't have steps to reproduce this bug and It nevr happnes always.

    Ashley