oosyrag's Recent Forum Activity

  • Generally speaking, objects can move along curved lines by utilizing the same data/method you used to draw the line in the first place.

    There are many ways to draw or describe a curved line in different situations. How are you making your line?

    For example, from what you said in your post, it sounds like you want to click a, and then click b, and have a curved line appear. But how do you determine if the line is curved to the left or the right, and how wide?

  • Just some food for thought from a different point of view, not that I care to change anyone's mind.

    If somebody is able to monetize and profit from my data, just for the fact that I exist, in a way that I would not be able to even if I kept my data to myself by not allowing access, why not? In return I get to use many useful services and products for free.

    I'm not losing any time, money, or effort for existing and having my data collected. I certainly wouldn't gain any of those things if I didn't, and in fact it takes more effort and sacrifice in terms of resources I am able to utilize, just to keep my data to myself, which isn't worth anything to me to begin with.

    Unless some extremely illegal activities are involved, or the person has a habit of regularly making mortal enemies online. Then maybe those would be bigger reasons to keep one's data private.

  • %LocalAppData%\Google\Chrome\User Data\Default\Local Storage\

    I don't believe it is stored in a user designated format, so you won't be able to just grab a .c3p out of it. Not too familiar with it though so I could be wrong.

  • First thing that comes to mind would be to use a small invisible helper sprite in a container with the letter, positioned at the center of the letter. Use the helper sprite for collision detection and picking instead of the letter itself.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Whatever you're comfortable with, I doubt there will be any noticable performance differences.

    I find the array object has a variety of useful tools/actions that I like to work with, but again it comes down to preference. All of the data storage options are capable of storage, but how you interact and manipulate them are different.

  • construct.net/en/make-games/manuals/construct-3/plugin-reference/game-recorder

    RecordingURL

    In On recording ready, a URL that can be used to download the recorded video file. Use the Browser object's Invoke download action to download this.

  • Sounds like it could be easily done with css as opposed to bbcode. Or maybe both together if css can specify bbcode identifiers, I haven't tried.

  • Why do you need different viewports?

    If you're aiming for a picture in picture type mechanic, you can do it with a layer set with the force own texture property and a sprite object with a blending mode set to use as a mask.

  • Did you make a photon account and apply the correct appid in the photon plugin properties?

  • You can right click an event to change it to an 'or' block.

    If animation a finished

    Or

    If animation b finished

    Or

    If animation c finished

    Do x

  • construct.net/en/make-games/manuals/construct-3/project-primitives/objects/containers

    Placing objects in a container has the following effects:

    If one object in a container is created, every other object in its container is also automatically created.

    If one object in a container is destroyed, every other associated object in its container is also destroyed.

    If a condition picks one object in a container, every other associated object in its container is also picked.

    For each instance of sprite 1 you create, a sprite 2 will also be created and associated with a sprite 1.

    For each instance of sprite 2 you create, a sprite 1 will also be created and associated with a sprite 2.

    Positioning should be done with events upon creation. In the same event as creation, the relevant instances of sprite 1 and 2 are both already picked.

    Edit: Missed the part about placing in the layout editor, so see the more accurate answer below.

  • Your problem is unclear. The score won't increase if you don't have an action to make it increase.

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 38 followers

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

21/44
How to earn trophies