BluePhaze's Forum Posts

  • tchem "The waterfall is unic"? like it has had it's uh... parts cut off? Or unique?

  • It may be a plugin... Or with pathfinding, you just switch the mouse click position for the touch position for the pathfinding tutorial/sample

  • Tom Ashley Any chance a fix is coming to get navigation showing for older tutorials that were updated to add headings? I changed my headings from bold to H1/H2 and the heading navigation does not appear. Please check my tutorial linked in my signature for an example.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would spend some more time in the manual and tutorials first...

  • Noodle Fun! No option to restart a level though. Only option is to play it till you win or are out of balls. And when you win there is no retry option just go to next level... Great Job though!

  • I would look up MoveTo and PathFinding to start...

  • Equinox80 You need to test them by watching if the movement matches up with how fast the character moves. You then adjust either movement speed or animation speed till you find one that looks/feels right. There isn't a predefined magic number for each game type. You need to experiment and watch. Factors that will affect it:

    Sprite Size

    Leg Movement Speed

    Parallax Scrolling

    Sprite Movement/Acceleration

    If the character moves too fast and the legs don't move fast enough you will get a "moon walk" effect like Michael Jackson.

    If the character moves slowly and the walk animation appears to quick, it will seem you are walking in quick sand, etc...

    This part is really about trial and error :)

  • Use a global variable, like layoutState, when they hit up, have a condition that the event only fire if layoutState = 0.

    In the event before calling the next layout, set layoutState = 1. That way when the new layout loads, they cannot trigger the door again right away because layoutState equals 1. Then figure out what needs to happen to set it back to zero. Either a timer, or another event so they can then use the door again.

  • NanoData not sure if that was intended as a sexual image... or if you have just invented ice cream cones that put scoops next to each other instead of stacking them... not sure many parents would let their kids eat a cone shaped like... er... that...

  • Yes, you just change the zorder of the tree, or move it to a different layer. The following should point you in the right direction:

    Just search the forums, pretty easy to find:

    scirra.com/forum/zorder-place-in-front-of-another-Object_topic54906_page1.html

    and this

    scirra.com/forum/walking-in-front-behind-objects_topic64144_post393404.html

    Hope that helps...

  • I don't see the shaky text, but on the score screen it put html table instead of my name on the list.

    the orange button also has no text when entering your name. Used IE10

  • Rhindon No problem, I have noticed a flood of newer folks that either demand someone solve all their issues, or ask questions that are thoroughly covered in the manual or tutorials. Those of us that help (like you) deserve to be shown a bit more respect than that.

    I have only been on here a couple of months and try to help all I can, but we have to balance our time between what we are doing for our own projects as well. Some don't seem to get that. I am not saying Ghale is being super rude or anything, but I feel that when we put our own efforts out there to help others, at least a bit of appreciation goes a long way if the community is going to continue to grow and we expect folks to want to help.

    You are already doing a great job in the time you have been here! Keep it up.

  • Magistross great idea

  • Val I used to be pretty biased (I worked at Microsoft for 6 years) but since starting on my own game dev projects have grown more frustrated with IE's lack of webGL support, not as much for shader effects but for basic performance...

  • Rhindon Just tell them to update to the latest version. You shouldn't have to uninstall, the install an older version to provide a sample of something you did on your own for folks who don't want to go through the minimum amount of effort to update their version. Especially when they didn't even ask politely and there is no actual benefit to you in doing so. In fact it is detrimental to your free time and increases the amount of effort you have to expend to do something you didn't have to provide in the first place, but did so out of your own kindness and willingness to help the community while you are learning yourself.

    Just Saying... You shouldn't have to jump through hoops...