Unnatural20's Recent Forum Activity

  • located at tutorials/ 1339/ calculating-rectangular-coverage-area

  • The two for loops at the same level of condition work perfectly in some places, mepis. For example, Zatyka's calculating-rectangular-coverage-area .capx uses X and Y for loops in the same condition.

  • I think you've got a genuine bug.

    You've got two options for getting around it, as I see:

    1, leave the official transparency at 100%, but have the image itself have an alpha of 128 (of 255).

    2, manually set the transparency at the beginning of the Event sheet.

  • There's a couple of possibilities.

    If you want the player to remain solid to bullets while the acrobatic ability is active,

    The one on my mind is, have the kinds of objects that can be temporarily not solid (on your collision layer) be different from the objects that are always solid. (e.g, SolidWall and AcroWall)

    Your Acrowall would have different animations based on direction and style; "VaultFenceUpDown" "RunWallUp".

    Then, when the player character collides with the Acrowall; if they're not in Acrobatics Mode, they just stop.

    If they're not going one of the acceptable directions of the acrowall? (Trying to cross the runwall going left or right) they stop.

    If they're in Acromode and going the right direction, then,

    (Player->8-Direction.StartIgnoringInput)

    Then, AcroWall->Solid.Disable

    Player.AnimationChange.RunWallUp

    Player.8Direction.SimulateInput("Up")

    until they're no longer overlapping the Acrowall. Then you reenable Acrowall Solids, 8-Direction input, and normal animation.

    Make any sense?

  • Set position should allow you to set to image point? and then you can pin it in place

  • System -> Every Tick | Particle -> Set Position (Enemy Head Point 2.X, Enemy Head Point 2.Y)

  • Can you include a .capx, or at least a screenshot or two?

  • I don't think there's going to be an easy solution. I suspect it will need to be hacked together, possibly using invisible sprites of various sizes and shapes containered with or pinned to the tilemap.

  • Better way for moving block back and forth is the "Sine" behavior as they gave in the platformer example.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • They're actually called "Sprite Fonts"

  • In my case, at least, the problem is the 8kHz sample rate. Using two different methods I changed the sample rate to 16kHz, and those files were converted to ogg and and m4a correctly.

Unnatural20's avatar

Unnatural20

Member since 8 Jan, 2015

None one is following Unnatural20 yet!

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies