alextro's Forum Posts

  • Easy just add invert condition of 'mouse is over terra' which executed as mouse isn't over terra.

  • If I understand enough pair random is what you are after. Token approach would be the practical thing to take into account so we just need to random the token order. Incorporate dictionary would be ease storing those "key" coordinates but hey let's just store them as text variable. See what I mean:

    dropbox.com/scl/fi/183uxdiakszvkc86cvyvf/pair_random.capx

    In the example I created 3 main spot area as spawn point within their pair coordinates.

  • I think you mispell Ashley with Ashely?

  • It's totally a scam. First they didn't cited what buyer will get for spend amount of money. Second they don't have any development record nor games date release in social media. If you have Linkedin account (or other platform) report them as a scam like I do. I tracked the original game publisher for a title 'Keep Out' and found the original publisher is Little Workshop.

  • Looks suspicious. I checked the linkedin profile and they don't have even a single post furthermore there is no employee listed. Beware because they stated their office from Punjab and claim making games for big corporate. Why would selling source code if they have big deals with those corporation?

  • Customer just a queue list you need to add as array or text. Customer existence presented in visual is just making sprite switch between visible-invisible and maybe add some motion or animation.

  • 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

  • Qarp things is a real deal. Nice Tomycase

  • Got it working by replacing pin behavior with physics behavior using revolute joint. The tied end set to immovable:

    dropbox.com/scl/fi/5irma139v9ktvw8paseud/tied_snake.capx

    If preferrable you can disable angle event at very bottom.

  • The example showcasing how pinning works from head to tail. You just need to create movement or animated in timeline to control the head or aiming for a target unless I missing something.

  • Segmented body motion isn't it?

    Tag system for flexible use & modularity with only 1 object family:

    https://www.dropbox.com/s/xfdap5rv93wusie/snake_body_pin.capx?dl=0

  • Ah it stuck with bland grey-blue screen. My game was made in C2 with default setting so I try another C3 with simplest game on Construct arcade and the result is blank screen.

    As Ashley said the OBS Browser probably the problem. I suggest to use OBS alternatives like XSplit Broadcaster or Streamlabs.

    edit: I tested your game with Streamlabs and everything is good.

  • How much the budget? Seems large project to me.

  • With proper logic we just need 1 sine behavior. I updated the file so check it again previous link.

  • So the sine behavior control the player angle. It's doable if the logic applied right. Need to chill for some stretch of time.