ViLe's Forum Posts

  • You covered all the issues in r75,Ash! ;) thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It disappears either when copying and pasting the event (so I can invert the condition) or when I save the project and reopen it.

    I've done three installs and I've tried with separate capx files (brand new blank files)

    So something on my end is corrupting my stuff. I think I'm going to have to do a super clean install of my OS (its long over due) I hope it fixes the issue and other issues on my system.

  • Prior to downloading and installing the latest release (74), my project worked perfectly and the fps was 65~70+ with little issue.

    After updating to r74 my FPS took a hit. I noticed the preview configurations for projects were changed and that the group names I have were rewritten and named with numbers. The next thing I noticed was that I could not use the system "compare to values" function without it disappearing after saving and reopening my project or when I would C & P the same condition twice.

    The last thing I noticed as well was an issue with turning a layer invisible or visible with one button toggling it ("I" for inventory). Sometimes it would work but then the events would disappear and other times, mostly, it wouldn't work at all.

    I know this was not as thorough as possible but I figure tossing this all together for now should bring some attention to these issues. (I've also tried with a free new project to recreate these errors and they do reoccur)

    specs:

    Chrome & FireFox

    Win 7 64-bit

    16 gig ram

    6-core AMD

    nvidia 850 GTX (latest drivers)

  • Hi Rez - I really like what you have done so far and I question whether this can be done even more efficiently without the use of sprites - I wonder if drawing vectors with canvas to create the effect would be better in the end.

    something I looked up

    I don't know if you'll continue to work on this plugin or not - I just wanted to share that link to see if the second example was possible

  • Thanks!

  • I deleted a previous thread about this before but man I'm just not understanding why its not doing what its suppose to.

    All I want to do is create new text objects underneath their parents and display numbers based on simple math.

    instead of getting 1 2 3 4 5 etc, I just get 5 5 5 5 5 5

    here is my capx: file

    I even read the tutorial on the for loops and it looked easy because I use for, foreaches, whiles (the whole shibang) in php and javascript.

  • Is it only when you apply the behavior to an object or are you creating custom controls in your event sheet to move the object?

    Post your cap and keep an object with 8-directional behavior.

  • I figured out, at least for myself, that sometimes when the object you are controlling is suddenly moving on its own even after releasing any buttons - its because the event sheet you are working on has some ugly junk running and making the object ignore your input or lack of.

    First things first, Ashley and others have mentioned this before - update your browser and gpu drivers.

    After this is set, go into your event sheet and start trouble shooting by disabling events in your event sheet.

    Test until you have found the culprit event that is making the object go bananas. Redo the event and make sure it structurally plays nice (or beat it into submission) with the C2 engine.

    I have only had the issue whenever I test and I have an event with conditions structured in a weird way. I wish I could give an example of "weird" but it was pretty much the way things were organized and how things were being called and executed.

    I have no idea if this will solve the entire issue for others, you may need to update gpu drivers or upgrade to a better gpu, redo events, update browser and make sure your problem isn't between the chair and the keyboard, I just know it has helped me and so far so good - I have had no crashes or any weird object movements.

  • I like this guy ^

  • looks normal on my computer - here are some screenshots

    layout

    browser

  • Whatever you do, don't use C2's image editor because it is still being worked on.

    1. What you will want to do is just make a new sprite (for the sake of going through the steps)

    2. After you've made the sprite and added your image in the image editor - do not adjust a thing, just click the X button on the image editor.

    3. Now that you have your new sprite with the desired image on the layout, click it if its not already selected, and simply look at your properties window and search for "size" and use the default "Make 1:1"

    If that doesn't work then its beyond what I've encountered. You may want to post a link to your capx file with the sprite containing that image.

  • This happens to me too and I'm using a 580gtx with latest drivers and my chrome is up to date

  • Thank you for attempting and as for moving up a few pixels, I wanted to do this myself originally but wanted to make sure if there was something I missed.

    Thanks for the compliment on the art!

    For now, I'll move it up a few pixels but I would like the thread to be open in case someone else solves it.

    BTW - Press T for a surprise (make sure you're next to a Ghast)

  • All set lol ty.

  • I'm having a hard time figuring this out.

    So far this is what is going on:

    I have a character sprite and an attack sprite. The parent sprite (character) has its origin point where I need the attack sprite to spawn. The attack sprite's origin point is all set as well. When pressing D - the attack sprite lines up perfectly as it should. But, when pressing A the attack sprite originates beneath the character sprite.

    Controls:

    A - Left

    D - Right

    Left Mouse - Attack

    Here is the capx file:

    herpderpus

    I welcome any advice on top of provided solutions so that I may avoid making the same mistake in the future.

    Thank you.