sambufalo's Forum Posts

  • You're right, with Firefox it works the right way.

    I took another screenshot, now using Opera, which returns a more detailed error, if it may help:

    <img src="https://dl.dropbox.com/u/27575930/RSS_Error_Opera.PNG" border="0" />

  • In this specific screenshot, i was using Chrome, but i've tested with Opera and IE and it didn't work either.

  • I get the following error when clicking on the RSS Feed link on the Blog.

    <img src="https://dl.dropbox.com/u/27575930/RSS_error.PNG" border="0" />

    Regards,

    Samuel Ramon Gomes.

  • I'm using Windows 7.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Tenshi and firebelly/: the bugs you just reported are not actually bugs, as far as i know, if Construct 2 works exactly like any programming language (don't wan to get you bored reading long explanations here).

    Tenshi: if you put a single keyboard event ("On X press") and two separately sub-events ("FireMode = 0" and "FireMode = 1") in an "Else" event type, i imagine it should work properly. Try it!

    firebelly: try to use another variable (lets's gently call it "AlmostTrashVar") just to set the number you've inputed directly in the "CurrentlySelected", and then, outside the event "On Up Arrow pressed", set the "CurrrentlySelected" the value stored in the "AlmostTrashVar".

    I hope i could help you.

    Sorry sir Moderator if I wasn't able to post an answer here. Oops!

  • bug:

    • On a 'Call Function' event: when you add and then remove a Parameter, the Call Function dialog doesn't redraw.

    <img src="http://dl.dropbox.com/u/27575930/call_function_bug.PNG" border="0" />

    I'd also like to make a suggestion:

    • You could create a boolean type variable.
  • Entry