Laurent's Forum Posts

  • iFrame works fine. I don't know why I forgot to think about it...

    Thanks for the help !!

  • Hello KFII

    I'd like to embed my Construct 2 game into a Wordpress post/page. I'd like it to be completly part of the page, as an image or a video would.

    BTW, you're right, the link doesn't load. Try maybe later, it worked 2 hours ago.

  • Hi there,

    I'd like to import a module made with construct inside a Wordpress blog.

    I found this but was not able to make it work.

    http://ugotsta.aws.af.cm/code/wordpress ... nstruct-2/

    Have anyone already use it ?

    Thanks !

    Laurent

  • Thanks izicial,

    10 sprites are inside my Family and the Family has 2 variables (Life and Mana). So every sprite has it own Life and Mana that evolve throough the game. These are the 10 Life and 10 Mana I want to pass from one Layout to the next

  • Thanks That's a pretty neat answer to my problem.

    I managed to solve my problem in a different way but your suggestions will help me for the rest of my work

  • izicial

    Thanks, that's what I thought.

    How do you do that ? I have 10 members in my family and 2 family variables?

  • Hi there,

    I'd like to use in Layout B family variable generated in Layout A but it seems changing layout resets them.

    Any idea on how to do that ?

    Thanks for the answer

    Laurent

  • Hi to all !

    It seems there is something about familiy variables.

    Layout 1 holds a family full of sprites and this family has variables to it.

    I need to display these variables in layout 2 but it seems that variable value don't pass from a layout to the next.

    Do you have any explantion / solution for this ?

    Thanks !

    Laurent

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You may tried with an invisible sprite pinned to your ennemi and put where your line of sight end. Then test yhis invisible sprite collision with obstacles

  • danialgoodwin : Thanks for the reply !! I knew about event sheets, I found this function so great that I wished the same existed for layouts themselves. I'll have a look at Containers. Seems to be able to fullfill my needs.

  • AllanR : thanks for the answer.

    Any idea on how I could deal with complex object on screen (object made with many objects) ?

  • Hi there

    I was wondering if there?s a way to embed a Layout into another Layout, like Flash does for movies.

    Thus, I could call anytime complex items, like pop up windows, galeries, that are fully defined into their own layout

  • ArcadEd : My game is more like an adventure game, the old fashion way. It doesn't have to run fast.

  • ArcadEd : Thanks for the info.

    But how do I do if I need to make a game bigger than 200 mb ?

  • Hi there !

    I was planning to use CocoonJS to pack a game as an iOS app but I discovered project size was limited to 50MB !

    That's nothing.

    I mean, that's nothing for a project as mine that includes sounds and lots of images.

    I know there's a premium version that extends the limit to 200 mb but everyone is not eligible for it.

    So, I was wondering if there wasn't another solution.

    Is it possible to make a small app and, when it's launched for the first time, it loads once and for all extra needed files (images and sounds) into an internal cache that remains forever ?

    Any clues about that ?

    Thanks !

    Laurent