maugiroe's Forum Posts

  • 8 posts
  • I use the Construct 2 path finding behavior.

    It has an action : "Regenerate obstacle map". I pick the instance of the object who has this behavior to regenerate the map, but all instances use now the new map. Look like it is not possible to have different path finding map for each instance of an object.

  • Hi,

    I tried to regenerate a map path finding for only one instance of an object. But it seems that after remapping, all my instances have the same pathfinding map.

    Is it a normal behavior of the path finding plug-in ? Or did i miss something ?

    What i need : i have 3 instances of the same object. All the instances have the same path finding. But when one of this instance unlock a door (by putting his solid state to disabled), the obstacle map change for him but not for the other 2 instances.

    How can i do that ?

    If i do "regenerate obstacle map" on this instance, all the instances have the door unlock.

    Thanks

  • So hard to find ? <img src="smileys/smiley1.gif" border="0" align="middle" />

  • does it work ?

    dropbox.com/s/pb7fsmtzbs8ggnm/Lost%20Artefact.capx

    The problem is with the sprite object btnJournalBleu, for example.

  • How do you want me to share my .capx ? Dropbox, email ?

    Thanks

  • Hello,

    I exported my game for appMobi :

    No problem with the emulator, but when i use wifi test or make the apk file, i've got the same problem : i can't see the picture i used in my sprite objects.

    All it's ok in the emulator.

    Any idea ?

    Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • By the way, how is it possible to do the Messages folder like in the right example ?

    I tryed to create new lines when i click on the message one, but they are add at the end of the plugin.

    Thank again...

    <img src="http://dl.dropbox.com/u/27157668/construct2/images/iscroll/iscroll_ios_examples.jpg" border="0" />

  • Hi,

    I try to add a video in the text option in the Add line like this :

    "<!DOCTYPE html>

    <html>

    <body>

    <video width=""320"" height=""240"" controls=""controls"">

    <source src=""http://www.w3schools.com/html/movie.mp4"" type=""video/mp4"">Your browser does not support the video tag.

    </video>

    </body>

    </html>"

    The video plugin is here, but it says me it can't find the video.

    Is it possible to do that or what i'm doing wrong ?

    Thanks

  • 8 posts