lemo's Forum Posts

  • 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...

  • 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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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

  • kenhes

    Yes "open url in new window" is what I meant (sorry about the "load image from url" nonsense)

    I'm doing something like that, which works in the browser

    But I never exported anything to W8, so I can't tell anything about it

  • austin Okay that makes sense then, I guess Keeda played from different places...

    However I already have my own login system (linked to an mmo API), and players never have to login again or type their names for the leaderboards, so there's no chance two people can post from the same name (except for the guest account)

    A "Skip IP check" option would make sense in my case I suppose

    (I dunno if a lot of people would use it though)

    PS: I'll try to post a bit on your forums, but it's hard to follow both places for us too :p

  • Thanks for the 'best' leaderboard indeed =)

    Works -almost- like a charm, I'm still getting a few duplicates here and there for some reason: snap

    (also LeaderboardRank seems to returns strange results with the 'best' mode, but I may hide it anyway)

  • The snapshot is saved in the "CanvasSnapshot" system variable as a data URI, you can use "Load image for URL" to display it in a new tab

    System expressions

    The user has to right-click > save as manually

    Or you can try Pode's FileSaver, but it will only display the "save as" dialog in Chrome

  • Yeah I was about to post this as well

    The artwork is really nice, with a bunch of stuff you can find in a casual mmo, like food, animals, tools...

    Glitch players are actually starving for Glitch themed mini-games, if anyone is interested to make one using just those

    (Of course it helps if you played the game before)

    I've been using these assets for a while, even before they were officially released, and this is how I managed to get my license for Construct2, with a Glitch mini-game and a small donation campaign ;)

  • I had random crashes as well around the properties tab, that I couldn't really reproduce, but I think it's about the same thing

    (win xp sp3)