Magistross's Recent Forum Activity

  • If you're not on a Windows 8.1 OS, then I guess you're using "VS 2013 for Windows Desktop". What you need is "VS 2013 for Windows" and it seems that it is only compatible with Windows 8.1

    http://www.visualstudio.com/en-us/produ ... ss-vs.aspx

  • What version of VS 2013 are you using ?

  • Are you using absolute or relative path in your URL ? I suggest using relative to be sure no cross-domain hiccups might occur.

  • Problem comes from your t variable. It needs to be reset to 0 upon completion of the show/hide animation.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can you perhaps isolate those events and objects in a capx for me to look at ?

  • Events 10 and 13 in your screenshot are basically useless. They barely move the spr_cal_key, for the sole reason that they are run only once ! They don't "fall out of loop", because there are no loops involved here in fact. The "Every tick" terminology might have confused you into thinking this would run until your condition is met, but "Every tick" is actually a dummy condition that has no effect whatsoever, it simply there for those that don't like "empty conditions".

    Timer behaviors could be used to do what you want, and if using 3rd party plugins is ok with you, you might want to take a look at RexRainbow's MoveTo and lunarray's LiteTween behaviors instead.

  • You probably need a javascript warlock to do that. There's this JS library to generate a gif, so I guess one could wrap it in a plugin, and use it in C2.

  • NodeCount with your xpath seems to show the issue is not the asterisk, since it returns 1. Try adding a "/text()" to your xpath, it should select all the text under the node.

  • This is the perfect scenario where recursivity seems more intuitive than the classic iterative approach. Here, I modified your capx to integrate recursive power propagation. I added a visual representation for tiles with power so it's easily noticeable that the power line behave like you want them to.

  • Simple trigonometry with the clamp expression will also help you. See example.

    I also included a pin example.

  • Event 6 is wrong, you're setting the value at the index "Array.At(loopindex, 0)" when you should simply be setting the value at "loopindex". The kind of error I tend to make and NOT see it until I restart my events completely...

  • No no no, you CAN delete and insert entire row/column. Sorry if I sounded cryptic. It's only that adding and inserting must be done in multiple actions. Deleting a row/column is quite straightforward.

    Here's a simple example of a 2D array manipulation.

Magistross's avatar

Magistross

Member since 4 Jul, 2011

Twitter
Magistross has 14 followers

Trophy Case

  • 13-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

20/44
How to earn trophies