Elliott's Recent Forum Activity

    For example, CSS grids are a new browser feature we use for the entire layout of the editor. Grids are designed specifically for this usage in mind, and if we wanted to make it an optional feature we'd end up with div soup.

    Grids are weeks old for public use - it's odd to think that this beta literally couldn't have happened even a month earlier, as the support for C3 wouldn't have existed without dev flags or Canary. Cutting edge indeed.

    At my job we still have to go through a SWOT to see if we can use flexbox...

  • I started animating in programs like EasyToon and TISFAT over 10 years ago, and since then I've used every commercial, hobbyist and niche animation software, both 2D and 3D, I could get my hands on.

    That editor has the best UI I've ever seen. Please for the love of God someone make this work with C3.

  • What happens if you set the z-index of the container to -1 and the z-index of your div to 999?

  • Yeah that should really work, when you look at the developer tools of the page where is the div being drawn? Is it behind the canvas?

    Alternatively is this is some kind of weird source ordering thing, you can use flexbox's flex-order property to make divs display in a different order to how they're written:

    https://www.w3schools.com/cssref/css3_pr_order.asp

    For example, some CSS like the following:

    #container{
    display:flex;
    }
    
    #yourDiv {
    order:2
    }
    
    #c2canvasdiv {
    order:1
    }[/code:vmk1fs7z]
    
    Should do the trick; please note you'll have to wrap them in a parent div.
    
    So the HTML will be roughly:
    
    [code:vmk1fs7z]<div id="container">
    <div id="yourDiv"></div>
    <div id="c2canvasdiv"></div>
    </div>[/code:vmk1fs7z]
    
    If this works, then the following is a shorter rule for the same effect in this exact situation:
    
    [code:vmk1fs7z]#container{
    display:flex;
    flex-direction: column-reverse;
    }[/code:vmk1fs7z]
  • Can you show us the page?

  • Reading between the lines of the blog posts it seems like the editor SDK wont be a launch feature

  • It could argued equally as well that giving users unlimited time with 90% of a product and letting them learn at their own pace lets them develops an attachment to it; with the final 10% acting as a carrot to convince them to purchase.

    Free trials rely on the marketing technique of scarcity; a free version relies on psychological consistency. Both work, but in my opinion the latter gives you customers that are far more invested in the product, which for a tool with as strong a community as Construct, is vital.

  • Aha, I see - what I say next could be read in an aggressive way, and I can assure you it's not - imagine someone saying it with a smile.

    Would it be accurate to say that you're not so much worried about your students paying a fee; but that you're worried that your own sales will go down if students catch wind of the fact they have to pay for both your course and the program it uses?

    Personally I'd get in contact with Tom; maybe you could get a bulk discount on licenses, and then include a licence with each sign-up for your course. From there you'd be able to factor in the licence cost into your course cost, and from there you have a USP for your course: C3 is bundled in, and you're getting it at a discount. If you can get a few hundred people signed up it's a win-win.

    Hell it'd be a good marketing move from Scirra to bundled a training course with the program itself; really hit the learner demographic hard.

  • If you're profiting from using C2 and potentially C3, surely you're happy to pay the subscription fee?

    It's affordable and you're already making money through selling workshops.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

Elliott's avatar

Elliott

Early Adopter

Member since 27 May, 2012

None one is following Elliott yet!

Connect with Elliott

Blogs