monsieurcobaye's Forum Posts

  • 7 posts
  • Hi armaldio - I can't get this plugin to work through cordova export and phonegap build.

    I have used the examples of capx files here, but the app doesn't respond to the NFC tag at all. Has anything changed in the last year that would cause the plugin to stop working?

    Other NFC apps from the Play store do read the tag.

    I am using a Samsung Galaxy S5

    Do I need to add anything to the config.xml ??

    Any help gratefully received

    Thanks

  • Bl4ckSh33p

    I know Ashley has already answered this post, but I have been looking at this function this afternoon and what you need to enter is, for example:

    str(XML.NodeCount("//examplenode"))

    just in case this makes it clearer...

  • MultipleChoice - thanks for that. As it happens, my layout is fairly simple and the condition shouldn't cause a performance issue.

  • Actually, you're right, Unnatural20. On reflection, I guess I have answered my own question here.

  • Hi all

    I'm sure this has been encountered before, so I must be using the wrong keywords. Apologies for this.

    I have two objects which overlap. They both have separate events which trigger upon tap/click associated with them. When they overlap I want a tap/click to trigger from only the topmost object, but both events are being triggered.

    Can I temporarily neutralise the object underneath without having an "if topmost object is on screen/overlapping" condition?

    Hope that makes sense...thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ah, so I don't need to have both?

    Well, that makes things a bit easier. Thanks, c4sp3r89.

    I am still confused about why it did work and now doesn't, but I guess I'll have to just live with that.

  • Hi all. I made an event to toggle a sprite between 100 and 25 opacity when it is clicked on. It also toggles the instance variable between 1 and 0 to tell me whether it has been selected. Initially everything was fine and it worked, but now it will only work if I remove the Touch condition. Why did it work before but not now? Why does removing the Touch condition help? <img src="smileys/smiley5.gif" border="0" align="middle" />

    In this image the working event is at the top and the non-working event below.

    <img src="http://http://quest.heritagemeanings.com/stupidelse.jpg" border="0" />

    Thanks

  • 7 posts