Elliott's Recent Forum Activity

  • Surely building a mobile-first engine would benefit every platform? By designing the engine with the lowest spec / highest limitation platform the actual codebase will be super scalable.

    With browser vendors and the internet itself shifting more from information to experiences*, I honestly believe a lot of the low level stuff we crave like browser memory management and FPS control will be implemented in the coming years - though I can understand this doesn't help the developers of today.

    * I also think Construct is uniquely placed to become not simply a game engine, but also the world's first true web experience engine.

  • Does this do anything that Trello doesn't?

  • You could still use C2, you'd just call the webpage within an iframe using one of the HTML plugins.

    I'm sure you could theoretically build a shopping cart in C2, but you'd have to hook in a mail server and a database using PHP and MySQL; and there's hundreds of edge cases you'd have to consider: What if a customer wanted to change or amend delivery details? How would refunds work? Would the shop be restricted in certain areas? How would currency conversion occur? Every app store to my knowledge prohibits the sale of physical goods via IAP - you'd need a "real" payment processor such as Stripe or PayPal for it to work.

    As these problems compound into a mighty one, and relying on a third part solution may be the easiest answer.

    If you simply need a way of sending a message (such as text fields for an address form) - I'd look for email plugins (to my knowledge there aren't any - I know, I was surprised!). From a technical perspective you can send data from C2 to a web page with JSON, and from a webpage to an email with PHP; but I've never done this.

  • You would be much better suited using established eCommerce platforms like Shopify or Woocommerce

  • I remember that video! It convinced me to get C2! Very original Xbox with the green; can't wait for the C3 version.

    Congratulations on 10 years

  • I see - this isn't really a linking query. The image will always technically exist on a different page to your app if it's called via iframe, as an iframe is simply a window that displays a different web page within another.

    A way around this might be to use canonical URLs, but Google seems conflicted as to whether images can use these:

    https://webmasters.googleblog.com/2011/ ... aders.html

    vs

    Subscribe to Construct videos now

    I don't know off the top of my head if Google differentiate between page and image headers; for this purpose I wouldn't imagine so.

    So the last option would be some .htaccess wizardy:

    https://stackoverflow.com/questions/767 ... e-redirect

    http://forum.coppermine-gallery.net/ind ... ic=76683.0

    https://www.reddit.com/r/SEO/comments/2 ... s_results/

    I've never personally used any of techniques, but they seem doable

  • What are you trying to achieve? Another way to make a frame load a page within itself is to name the frame and set the anchor target to that name

  • Each new device will prompt you to log into the cloud service (i.e Google Drive) - simply logging into your C3 account wouldn't give you this kind of access

  • The easiest way round this would be to add your game to your website and then wrap the website instead of the game

  • I wasn't really sure where to post this (or even when the feature addition occurred) - but for the last few updates C3 automatically relaunches itself after prompting for an update on launch, and whilst this is a small feature, I think it's fantastic; thanks Scirra!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • As a fellow Surface user, this is great news - Chrome absolute decimates the Pros battery life, and Edge is far superior in this regard.

    Being able to use C3 across Apple, Windows, desktop and tablet is an absolute game changer - pun intended.

  • Give them a variable called something like hasBeenOnScreen that's set to 1 when the platform is on screen (Size & Position > Is On Screen) - later have an event that destroys the platform outside of layout if hasBeenOnScreen=1

    Alternatively, assuming your player is constantly on the left hand side of the screen fixed in place, you can destroy the platforms when their position relative to the player is -x a certain amount.

Elliott's avatar

Elliott

Early Adopter

Member since 27 May, 2012

None one is following Elliott yet!

Connect with Elliott

Blogs