Lancifer's Recent Forum Activity

  • You do not have permission to view this post

  • He gave you an idea, use ajax. You are aware that this plugin is mainly for making an easy-to-use UI, right? He's trying to help, but in the end he's not responsible for how you populate the UI with your data. That's YOUR responsibility. I think it's an awesome plugin and you saying it's "totally useless" is very rude!

  • We'll try to start work ASAP though and see what can be done about it.

    Thank you, Ashley. It's comforting to see that you and the team are addressing this finally.

    I do agree with fredriksthlm though. This really should be bumped up on your priority list. Many of your paying customers are relying on C3 for much more than just a "hobby". If monetization methods were reduced to having to use 3rd-party tools I would've moved to Unity full-time a long time ago. Personally, I think using Unity to make 2d games is overkill (like killing a mosquito with a sledgehammer). C3 fits perfectly for what I need.

    I really hope you guys can find an in-house solution for this soon. Thanks again.

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

    Look for "Add remote URL" toward the bottom of the page.

  • Hard to say without seeing what you have. Could be a misspelling in the animation name or you don't have the animation speed set properly or could be another animation conflict, etc. Otherwise, that is the proper way to set animations.

  • On collision with another object > Set animation to "animation-name" (play from beginning)

    You basically had the answer in your question. ;)

  • gurca

    As dop2000 said, you need to have the required icon SIZES.

    All your icons are 18 x 18 px. That's why it's not exporting.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • how can a developer keep the challenge in a game without frustrate the player?

    Another reason why devs need to have a thorough alpha/beta testing phase to evaluate their product before its final release. I've seen a lot of indie devs skip this altogether because they had a couple friends say it's "great".

  • What button are you referring to? Based on your previous thread, you're using the Share plugin. So, you can use any image you want as an input trigger.

  • You do not have permission to view this post

  • CSS works fine with dropdown objects. Here are some that I use to style mine...

    List: Set CSS style "background-color" to "black"
    List: Set CSS style "color" to "#e3ca47"
    List: Set CSS style "border-color" to "#bf9f22"
    List: Set CSS style "border-radius" to "5px"