Laurent's Forum Posts

  • Pode : done

  • Pode : well, something is appearing on the screen now but it looks more like a window within a window within a window with two levels of scroll bar.

    Would you accept to have a look at my files ? I can send you the hype doc and the html generated by C2

  • Here's a pic of my folders. What should go where ?

    In my "HypeProject_Resources, the file "htmlwidget.html" contains the div info and the script info of the file "index.html" of the C2 project

    http://27mai.free.fr/Ecran.png

  • Ashley : thanks Ashley. But could you be a little more pr?cise about "tweaking" the game's html ?

  • Pode : I forgot to tell that, in Hype, I pasted the div in a html widget

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Pode : Can I call you my saviour ? Well, not yet :) I tried to follow your instructions as much as possible but when I try the final page on Firefox, nothing happens in the box dedicated to the Construct2 module. Should it be only working once the final app is generated or did I forgot a special instruction in my C2 project (like a canvas, or something) ?

    My directory contains every files of the C2 project and the files of my html page.

  • Hi there,

    I try to embed a CS2 project in a html page that will be compile into a native ios app.

    • I've exported my project into html5. When I open it in my browser, it says that it won't work perfectly until it's uploaded online.

    But this project is meant to be played offline.

    • I have to embed the project into a bigger html page. Which code should I enter to link to the C2 generated index.html ? What structure do I have to give to the folder that will include every parts of the complete project (html page+embeded C2 index.html) ?

    thanks for your help

  • thanks !

  • I'm planning to embed an html5 generated animation in an html page.

    I'd like the background of the animation to be transparent, so the background of my main page will be the one of the construct 2 animation.

    Thanks for your help

    L

  • Pode : indeed it was ! Thanks again

  • Pode : Oh I see ! It works as an event. Thanks a lot for that !

  • Pode : Thanks, mate, I finally found them. But how do I apply them ? When I add the ImageEffect behavior, it says it has (no properties)

  • Baker is specialy designed for books and brochures with special properties likes :

    The Baker parameters are:

    -baker-background

        Background color to be shown before pages are loaded.

    -baker-vertical-bounce

        Whether a bounce animation should be shown when a vertical scrolling interaction reaches the end of a page. This behavior is usually on in iOS applications, but it might be worth disabling it if the publication does not support vertical scrolling.

    -baker-index-height

        Height for the index bar. If not specified, the index bar will automatically adapt to the page it contains.

    -baker-index-bounce

        Whether a bounce animation should be shown when a scrolling interaction reaches the end of the page in the index bar. Contrary to -baker-vertical-bounce, this is usually better left disabled.

    -baker-media-autoplay

        Whether to automatically start playing media (e.g. audio, video) when a page is loaded.

    -baker-background-image-portrait

        The path to an image file to be used as background when in portrait mode.

    -baker-background-image-landscape

        The path to an image file to be used as background when in landscape mode.

    -baker-page-numbers-color

        Foreground color for the elements (page number, spinner, title) to be shown before pages are loaded.

    -baker-page-numbers-alpha

        Opacity of the elements (page number, spinner, title) to be shown before pages are loaded.

    -baker-vertical-pagination

        Whether vertical page scrolling should be paginated. When this property is on, pages can only be scrolled vertically by a fixed amount of pixels (usually a little less than the height of the page).

    -baker-rendering

        Rendering mode to use for the publication. As a rule of thumb, heavier publications will benefit from the "screenshots" rendering, while highly interactive publications will require the "three-cards" rendering.

  • Pode : Oh that looks awesome !!!

    Thanks !

    What kind of other effects cans you make, like soft light, hard light ?

  • Velojet : Thanks, yes, that what I meant, embending in a html page an index.html generated by Construct 2.

    To be perfectly clear, I plan to use 3 tools :

    • Tumult Hype (runs on OSX

      tumult.com/hype/), a html5 wysiwyg creator to create the html pages that will compose the ebook

    Construct 2 to create small animated and interactive module that will be embeded in pages created by Hype. Im may need modules to communicate between them, exchange variables...

    Baker Framework (http://bakerframework.com/) to compile the pages and turn the project into a ios app.

    And since I'm not really into programmation, I try to understand how I can manage to mix all that together...