Paradox's Forum Posts

  • Mipey They are working. And the author can turn them on/off, globally or per post, but I don't see that setting for viewing posts.

    Edit: I take that back, I found it.

    User Control Panel / Board Preferences / Edit Display Settings

    https://www.scirra.com/forum/ucp.php?i=prefs&mode=view

    (Sorry for my ad.)

  • The colors were already fixed, the colors people are mentioning earlier were full saturation versions of the site colors. These are much better.

  • If you like it, please hop over to the version with ads on Clay.io, and vote for it. Over 100 people a day are playing it there, but no one has voted.

    http://clay.io/game/cannonballbash

  • I had a tooltip suggestion I was holding off on mentioning myself. The Badges at the bottom of the profile no longer say what they are, it would be nice if they had a tooltip with a description.

    Ahh, just noticed the title "Badges" is a link to the detail list, so that really makes this extra fluff.

  • I uploaded a new version of the Cannonball Bash game. Just some minor fixes, tweaks, and small additions, like the current number of stars carved into the side of the cannon base, and the particles now splash due to the direction of the hit, rather than just to the right. (That broke back when I switched the ball sprite to not rotate.)

    http://www.scirra.com/arcade/action/11686/cannonball-bash

    I made a game play video for it, but apparently Frapps cuts out when you switch layouts. Each layout change seems to be missing a half second before the switch.

  • Not yet, they are still on Tom's list, which has grown somewhat large.

    Here's the list:

    https://www.scirra.com/forum/viewtopic.php?f=158&t=95731

  • I'm seeing missing character images instead of stars on the games listed on the profile page. My guess is it's due to a font change?

    (or my browser isn't downloading them.)

    Nevermind, it seems to just be Chrome (Version 33.0.1750.117 m) on this old XP64 machine. FF worked, and chrome on my win7 machine is fine.

  • BluePhaze it's already here.

    I set my timezone in "User Control panel" under "Board Preferences" on the first day when I was exploring the new forum. (control panel link under the breadcrumb)

  • I've always had that in the layout editor as well.

    Many times you can grab one of the boxes and drag it in circles around the screen and all the previews will snap into place. Then drop it, hit undo to put it back, and your good until next session.

    different X/Y Parallax on layers will cause weird fisheye affects on layers sometimes too, that trick also fixes this.

    However the trick doesn't always work.

    Here's a Youtube Video:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Newt did answer your question, did you expect the answer to only be Yes? the other answer was No.

  • Mine are green, but I think Mike was meaning being able to set a different color for each comment.

  • Have you seen Pearl boy?

    http://www.gootechnologies.com/pearl-boy/

  • I just tested on a project that recolors a bunch of SpriteFonts, and it worked.

    Replace color does require WebGL, are you testing in a browser that supports it? (or turn off WebGL before export?)

    edit: to make sure I made a test with just a green rabbit sprite, using recolor to turn it a sickly reddish color. So if WebGL isn't supported, it will be green.

    TEST

  • I believe I've done that before with an instance variable. When it was due to fade out I set a the variable to Time. Each tick when that variable was set, it would set the volume of the sound to Volume-(Variable-Time) or something like that. (resetting the variable when sound was low enough.) But I can't find where I did that ATM to be specific.

    Another method, since it is a white noise, would be to play a separate fade out rain sound, and stop the original sound.

  • Are you positive the window isn't dropping behind the first? As if the extra click registers for the other window, and pulls it on top of the progress window? (and if it should ask a question, it would appear as a hang?)

    I've seen other programs do that, but haven't tried it here..