lemo's Recent Forum Activity

  • ConnectNodes.capx

    I have a bunch of nodes on a layout, and I would like to connect each with a line to all the other nodes

    But for the moment they all converge to a single node for some reason

    Having hard times figuring out the right "picking" setup I guess...

    Any tips appreciated

    Thx

  • Kyatric

    I also had to spend some time to fix errors after rearranging/adding/renaming layers because of this

    I was talking about layer numbers for the "rearranging/adding" issues

    And layer names for the "renaming" issue

    So there's still a problem in both cases

  • His request #2 is still valid though

    "whenever we re-arrange the order of layer, C2 will search through all details and replace with correct layer automatically"

    I also had to spend some time to fix errors after rearranging/adding/renaming layers because of this

  • R0J0hound

    Hey that's a neat effect!

    How about a new parameter where you can define the number of directions you need as offsets (to make it smoother with large widths)?

    Also would it be possible to have an outline "glow" as well with the same technique(like the outer glow in photoshop)?

  • Ashley Thx for the advice

    Just tested this method and the audio tag with Safari and m4a and it works indeed^^

    I simply followed the compatibility page I linked above (weird that they don't even list aac), but I guess it just works like usual C2 audio then, back to ogg/m4a!

    (btw your chart has lost its content apparently)

  • theubie Looks like you can

    http://www.wowza.com/forums/showthread.php?14071-Streaming-to-HTML5-audio-tag

    EDIT: You would need a webradio that streams both ogg and mp3 though for browser compatibility...

    Here is stream that works in Firefox and Chrome for example (Div plugin):

    On start of layout -> Set innerHTML to:

    "<audio controls autoplay src='http://radio.goha.ru:8000/grindfm.ogg' type='audio/ogg'>"

  • Hey there chrisbrobs Pode

    I did some tests too and it does work just fine with the div plugin :]

    Just add the plugin to your layout, and use the "Set innerHTML" action with something like this:

    (In this example, I'm also styling the player in the case you want to show it. You could also use variables to change the track name)

    "<style type='text/css'>audio{opacity:0.5; width: 500px;}</style><audio controls autoplay loop><source src='http://glitched.heliohost.org/music/Caverns.ogg' type='audio/ogg'><source src='http://glitched.heliohost.org/music/Caverns.mp3' type='audio/mpeg'></audio>"

    I have a quite big music library, so I decided to use this method for more flexibility with the hosting ^^

  • +1

    Also the simple search would really need a "highlight" found matches feature...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes you should be able to import it like they said, and if you really need to use your original sheet for a specific reason, there are some discussion here and there

  • Care to explain why it would be by design?

  • Tokinsom

    Thanks for the idea

    I works indeed with that capx!

    But for a strange reason it stops working when I trigger it with a button (like in my project) instead of the layout start o_O

    Also, in my case it's for the background sprite and I need it visible from the start. If I need to create two frames with the big background, it will double the loading time at export, and it's maybe not good for performance either...

    Anyway, this would deserve to work without workarounds if possible

  • Link to .capx file:

    LoadImage.capx

    Steps to reproduce:

    1. Two instances of same sprite in layout

    2. Load image to sprite

    Observed result:

    <img src="http://i.imgur.com/1FUrjBv.png" border="0">

    Expected result:

    <img src="http://i.imgur.com/fqDOIxd.png" border="0">

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Operating system & service pack:

    winxp sp3

    Construct 2 version:

    115

lemo's avatar

lemo

Member since 17 Dec, 2012

None one is following lemo yet!

Trophy Case

  • 11-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies