feyninja's Forum Posts

  • Chansen

    1. Create 3 incorrect results (use while loop to make sure there's no correct result).

    2. Pick a random result and make it the correct result.

    3. Profit.

    Well i hope there's a easier way than this.

  • You can make another instance variable with the name "maxhealth" and set it value to 500, when you want to restore hp, just set your "health" value to "maxhealth".

    Or use math: set health to min(health+x,500). Change x to whatever value you want, Health will never be greater than 500.

    Example: https://dl.dropboxusercontent.com/u/101 ... oreHP.capx

  • Hello, i'm Tuan Nguyen (feyninja). Some old folks here might still remembered me as 01lifeleft.

    Together with my friend Duc Nguyen (Drafanasa), we have a website called http://lillogames.net, you can found our portfolios with games and artworks there.

    As the topic's title said, We're looking for freelance works. What we can do is:

    • Creating game arts.
    • Drawing concept arts, custom artworks.
    • Making prototype or full games using C2.
    • Writing game design document (in English)
    • Editing audio files (simple works like cut, copy, fade in, fade out, reduce volume...)

    We're accepting both small and big projects with a very reasonable price (seriously). Sadly we can't do revenue-share works for now because we're really hungry.

    If you need us, don't hesitate to send us an email at mail.lillogames(at)gmail(dot)com

    *Warning: Bunchs of preview portfolios below (please see more on our site):

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I can do Vietnamese translation if you want

  • Nice game but it started so suddenly, maybe wait a few seconds before let the panda moving.

  • Would be nice if you have a release date, because i want to play it immediately.

  • Subscribe to Construct videos now

    You mean this game right?

    I don't see the impossible, actually it looks pretty easy if you know how it work. But cloning a boring game is not fun.

  • If you have photoshop, you can remove the white color using Select -> Color Range, then pick the white color, press Ctrl+X to cut the white color, finally save it as PNG format (since JPEG don't support transparent).

    Here's the edited sprite:

    [attachment=0:273b4h5u][/attachment:273b4h5u]

  • Yeah i always use SpriteFont+ instead of the offical one, hope this update can be added to Construct 2 soon.

  • DeadByte

    I'm interested in your project, profit-share is fine too. I also worked on some platformer project by myself in the past, you can see one of my never-finished pj here: http://battlemage.bitballoon.com/ (control: arrow keys, ZX to attack).

    You can get in touch with me on Skype, my account is feyninja. Or gmail with the same username.

    Best Regards,

  • Both game dev story & game dev tycoon is great.

    Also i love all Kairosoft's games, espescially cafeteria nipponica.

  • You can't set mouse's position.

    My method is using a sprite as fake cursor (attached below).

  • Thank you, I just tried and truly love it, the url is much shorter than dropbox.

    It works best with Chrome because we can simply drag the game folder to the website. Firefox don't allow folder upload, so we have to zip the folder.

  • Congratulation! I followed Airscape since the first version, glad to see it grow big.

  • Image point: https://www.scirra.com/manual/63/image-points

    The origin image point of two animation frame (normal & red)do not match, that's why it looked weird when animation frame changed.