zenox98's Forum Posts

  • Edit the sprite and delete the collision mask, then click on collision mask again and close and save. Right mouse on the edited sprite and 'copy collision mask to each frame'.

    Do this for all anims.

    This will fix the falling problem but I wouldn't recommend this way of doing things. Using the animation 'tags' has always caused problems for me. It is usually better to use a dummy sprite with the platform behavior and set the position of the main sprite to this using System: always set position to object.

    Try to hunt down the platform school examples - they have lots of useful tips.

    In case you're interested, the first 5 lessons from Platform School are HERE, and part 6 can be found HERE.

  • Nice example, tulamide.

  • Without seeing the .cap. it's just guesswork, but I'd suggest checking the collision mask. Looks like it's missing.

  • I tried to answer this earlier but the whole site died for hours!!!

    Anywho, I always use the 'Logout' link top right. This has only happened the one time, so definitely not reproducible.

  • Wow! That's a 24MB gif!

  • I usually find that the size is largely down to large music/sound files. I for one really don't like music in games and look for the 'Off' key as soon as possible. Sound effects yes - music 'hell no' :)

    Seriously, though, if there are no stupidly large music files and tiles/images are used/reused effectively, 10MB is plenty.

    My 2 cents :/

  • R0J0hound

    Doesn't work for me on XP FF9.0.1. Get the following error:

    Error: inst.drawGL is not a function

    Source File: localhost/preview.js

    Line: 1698

    *** EDIT ***

    Never mind. Updated to latest release of Canvas fixed it :/

  • Got the following:

    Server Error in Forum Application

    An error has occurred while writing to the database.

    Please contact the Forum Administrator.

    Support Error Code:- err_SQLServer_getSessionData()_save_new_session_data

    File Name:- functions_session_data.asp

    Forum Version:- 10.01

  • I don't mind demos, but 'tests' just detract from the overall look of the Arcade and give an impression of 'amateurism'.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Works for me, Yann.

  • Looks and plays very nice.

    Just frustrating enough to keep you coming back, although I'd quite like a re-spawn point after certain sections :)

    Grats :)

  • As title.

    Tried to report spam and get:

    Error

    The email failed to send. Please contact the Forum Administrator with the error message below.

    Server Error Message:-

    CDO.Message.1

    The transport failed to connect to the server.

  • If you have problems, see THIS POST for email contact.

  • While you are still experimenting, it may be best to take note of THIS post from Ashley regarding Platformers. It may save you a few headaches later.

    Also, it may be of use (or may not!) taking a look at THIS tutorial.

  • You have the 'key released' actions for left and right as a sub-events. Just drag it to the parent level and it will work.