vargazso's Forum Posts

  • Hi Alptraum,

    try this: Roll.OnClicked -> Strength.Set text -> str(round(random(8,18)))

    hope this helps

    Best Regards,

    vargazso

  • Hi,

    I cant paste links here, but please search google : "scirra multiplayer tutorial", You will have the first link exactly what You want.

    Best Regards

  • Hi Gigatron,

    very cool effect!

    I have one question. If I open Your demo (the live demo for testing params) and adjusting Bx to 0.9 and Cx to 0.8 then it has an incorrect calculation of the picture with realy big pixels. Could You please check it, how could it be fixed?

    many thanks,

    vargazso

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • armaldio

    sorry I cant paste links. So I searched in google with the words: android nfc twice

  • Hello armaldio,

    many thanks if You can investigate this issue.

    I've tried to find stg on the topic. But I dont know how to solve.

    stackoverflow.com/questions/2585 ... -tag-twice

    stackoverflow.com/questions/1708 ... -tag-twice

    Please let me know if You have anything on this issue.

    many thanks in advance,

    vargazso

  • Hi cornfl4ke,

    try this:

    on tap gesture on Your powerup

    -> new sub event: powerup -> Pick top instance.

    I hope this helps,

    Best Regards,

    vargazso

  • Hello,

    try these commands:

    Keyboard -> On Donw arrow is down -> play sitting animation.

    Keyboard -> On Down arrow released -> play standing up animation.

    I hope this helps,

    Best Regards,

    Zsolt

  • Hello armaldio,

    yes, unfortunately there is the same error with the NFC_fullExample, You provided.

    Pressing READ, I need to touch the tag twice to read the data from it.

    Removing triggers, then pressing READ, also needs to read twice. (its beeping for the 1st time also, but no data )

    I have a NEXUS 5 phone.

    Using the built in NFC reading app, my phone immediately showing, what is in the tag. The problem is only with the compiled apps.

    I would be grateful if You could give me some hint, what am I doing wrong.

    thanks in advance,

    vargazso

  • Dear armaldio,

    I've tried Your plugin and it seems, that I need to scan the same tag twice to get the datas. For the first scan it beeps only, for the 2nd the scan the read is successfull. Have You meet this problem in the past? Or how can I get the datas for the 1st scan?

    Many thanks in advance,

    vargazso

    Hello all,

    I just developped a plugin to be able to communicate with NFC devices like tags or mobile.

    https://github.com/armaldio/c2-nfc You can download it here

    Tell me if anything gone wrong I need feedback to developp the plugin better

    Donate if you want to support me !

    https://github.com/armaldio/c2-nfc/commits/master List of realeases

    Now you can wake an app when tag is read (see github.com/armaldio/c2-nfc/blob/master/NFC_fullExample.capx this example)

    You have to write once on the tag to initialize that app to launch and you are ready.

    The only thing you have to know is the package name of the app.

    TIP : Don't forget to add custom plugin into intel xdk

    Plugin ID : com.chariotsolutions.nfc.plugin

    Tick the box under

    I accept pull requests.

    Add issues on github please.

  • You need to put stg like this as the 1st line of the loop cycle:

    System -> Wait -> 0.01*loopindex

    This fires the loop in every 0.01 sec

    Hope this helps,

  • Hi, try this: Textarea SetText -> Textarea.Text & newline & "TextYouWantToAppend"

    or if You want to put the fresh message to the first line, then:

    Textarea SetText -> "TextYouWantToAppend" & newline & Textarea.Text

    Hope this helps

  • Hi supreme676, there are not enough information, what You want to do.

    But if You are using loops to generate the shoots, then You need to put stg like this as the 1st line of the loop cycle:

    System -> Wait -> 0.01*loopindex

    Hope this helps,

    Best Regards

  • Dear All,

    hopefully I found the solution for this problem.

    Please check if You are on a Public Network (You can see on the opening page of the Windows Firewall)

    If Yes, then open the "Construct 2 Preview on LAN" entry, then on the Special settings click the "Public network" checkbox.

    This solved my problem.

    All the best

    Zs

  • I know its quite an old question, but I did it in this way:

    TextBox Set CSS: "transform" ; "rotate(10deg)"

    or

    "transform" ; "rotate("&SomeAngle&"deg)"

  • Hi Ashley, thanks for the reply. In this case, if Safari opens the video separately, how can I use webgl effects on any video?

    many thanks,

    Zsolt