bfreund's Forum Posts

  • 7 posts
  • They look very similar. For what I want to do at this time, they would probably be identical. I wish I knew more about coding so I could be a wizard at making these ideas in my head work out!

  • Hello friends,

    I am curious if there is anyone on here who is experienced to take custom plugin requests (of course in exchange for wheat, or sheep or paper with imaginary value attached to it)? I have tried many freelancing websites but asking for someone with Construct 2 experience is scaring people away. From what I hear the Javascript SDK is fairly easy to use but I digress...

    I would love to have a custom plugin that can integrate Construct 2 with the online multiplayer backend service AppWarp (http://appwarp.shephertz.com) or their new product, AppWarp S2. I know C2 has a shiny new multiplayer plugin but it lacks many features I'm sure we all would love like choosing opponents from Facebook friends, creating groups, and most importantly to me right now, and good turn-based asynchronous multiplayer option. AppWarp is very progressive in making their services available by SDKs and APIs, but Javascript is beyond my current skill level.

    If anyone smarter than me has the ability to tackle this (or knows someone who is), I would love to chat more.

    Thanks for reading.

  • Thanks for the heads up. I tried to update the .capx after removing the LiteTween plugin.

    Any further insight on how to get the invisible sprite to follow us up the layout?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone,

    Please bear with me while I give you the details of my problem. I am creating a jumping platform game similar to the Abduction! World Attack series. I am having the most difficult time killing my player when he falls off the bottom of the screen (just restarting the layout). I can't seem to find the right solutions in the forum elsewhere, but please send me to the right place if I missed something. I am a n00b but I'm a smart n00b and none of the intuitive solutions are working. I'm sure it is a simple fix but I can't seem to find it. Here is what I've tried so far:

    -----------------------------------

    • The Infinite Jump template everyone starts with (http://goo.gl/Nbe9za). I began with this template but needed to make some changes. First, my levels won't be infinite, they have a fixed height with platforms created manually, not automatically. In this template, he compares Player.Y to ViewportBottom to decide when you "die" a la Doodle Jump. In my version, with the fixed height of the layout, the viewport is actually at the top (and obviously I start playing from the bottom jumping up). So using ViewportBottom creates an endless restart layout loop because my player is starting below the viewport (and as of yet there is no way to change the origin of the layout).
    • I've tried to invert when Player "is visible" - to try to restart the layout when the player is NOT visible. For some reason falling off the bottom of the screen doesn't trigger this event like I expected. It seems to work when it's not inverted though (when Player IS visible --> restart layout, sends it into an infinite loop of restarting because the player starts visible, why won't it work inversely?)
    • I've tried to invert when Player "Is on Screen" for the same effect. Falling off the bottom of the screen doesn't trigger this event either. It just freezes (or endlessly restarts the layout) from the get-go. Makes me wonder if it sees the "screen" as the viewport at the top of the layout as well.
    • Destroying the object (Player) when it leaves the layout is no good because with the Wrap behavior and the very tall layout, falling below the screen still keeps you in the layout.
    • I've tried various methods of getting a global variable to track the Y value of the bottom of the viewable screen to compare to my Player Y, but I can't figure out how to make it work. Maybe there's a way to create an invisible object that tracks the bottom of the screen as I jump up and compare Y values to that? I don't know but any help would be great.

    ------------------------------------------

    Sorry to go on and on about this. I'm sure the fix is easy I just can't seem to find the magic button. I have to appeal to your higher wisdom. I've included my .capx for you to take a look at. At the bottom I've toggled off my failed attempts if you want to experiment with them. This is just a portion of a larger game so I apologize if there are artifacts that seem like the don't belong in the project. Don't worry about any of that. I just want my layout to reset when the player misses a platform and falls off the bottom of the screen and I'm stuck!

    Thank you very much for your time and any help you can offer.

  • I work off a .caproj file in my project folder. I don't touch the .capx in my Dropbox backup folder. I have switched to a .capx in my project folder and will start working off that. Hopefully that fixes the problem.

  • I just want to add my name to the list of people affected by this bug, whatever it may be. I'm using Windows 7 64-bit with SP1. C2 r195. I'm saving my project as a .caproj. It seems to happen at random for me, or at least it's unpredictable. On the bottom left it hangs saying "Saving Auto-Backup file...". I have to end the process manually to get back into the program and all my unsaved data is lost. I am using Dropbox as my daily backup location as well, not Google Drive. I would love to be kept up to date on any progress because it's getting frustrating to lose so much data all the time (now I'm saving after every change just to make sure).

  • Hello fellow Construct 2 users. I'm a mega-n00b with app development but couldn't get my mind off the dozen or so ideas I had, it so I thought I'd give it a try. Spent a long time researching other platforms and settled on Construct 2 as the one with the most potential to do what I want to get done! Thanks for your hard work.

  • 7 posts