GamerAddi8t's Recent Forum Activity

  • New Devlog Out!:https://youtu.be/BxFMAEZand0

  • You do not have permission to view this post

  • You can use Sprite.Sine.CyclePosition expression.

    For example, for horizontal movement:

    > Sprite.Sine.CyclePosition is between 0.25 and 0.75 -> Sprite set animation "Left"
    Else -> Sprite set animation "Right"
    

    I also recommend LiteTween addon (instead of Sine), you can make much nicer looking movements with it. And it has events like "LiteTween on end", which you can use to pause your enemy.

    How would I add the addon to construct 2?

  • I have this enemy that has a sine behavior and I have animations for when they go left and right. I wanna know how to set their animations For when they go left then go right. Also how would I pause a enemy To stop then continue after a few seconds.

  • Here is a little demo I made for another post:

    https://www.dropbox.com/s/0ffgp2436nwxymt/distanceVolume2.capx?dl=0

    How did u add the local variable?

  • So I have this explosive mine and I want it to beep as the player gets closer to it

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh, I read it wrong - "How do I shrink the scroll to behavior screen size" :)

    You need to use a different "camera" object for Scroll To behavior (remove it from the character). Normally the camera will follow your character, but when you don't want players to see past some area, you need to stop the camera at some distance from it.

    For example, to enable scrolling only between 1000 and 5000px:

    On every tick -> Camera set X to clamp(character.X, 1000, 5000)

    Could u make a fast project showing a example its ok if u don't want to just let me know

  • shrink the scroll?

    behavior screen size?

    What the hell does it all mean? :)

    Ummm U know the screen right?? When the player moves with the scroll to behavior I want to know how to shrink the amount of area the player can see from the beginning.(Just thought of this) and also make them not see past areas I dont want them to see.

  • Read the Subject

  • It's an effect, not a plugin.

    Do u know how to create this effect

  • have you tried googling?? Took me 5 seconds to find.

    https://www.construct.net/forum/extending-construct-2/effects-31/effect-2-5d-platformer-109594

    No The plugin where u can download it I already found that

  • It's done using shadows. See this post for a collection of different 3D effects you can do in Construct:

    https://www.construct.net/forum/construct-2/how-do-i-18/how-do-i-make-3d-game-in-const-117027#forumPost853584

    Could u provide a Link to the plugin called 2.5D platformer I could not find it

GamerAddi8t's avatar

GamerAddi8t

Member since 4 Nov, 2016

Twitter
GamerAddi8t has 2 followers

Trophy Case

  • 7-Year Club
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

10/44
How to earn trophies

Blogs