jomo's Forum Posts

  • You can consider my product:

  • Oh~ try Crosswalk 14

  • I had similar case before when testing my background mode plugin. At that time I used ordinary Cordova export and lost sound after the app is paused for one or two minutes. Then I switched to Crosswalk and the issue is gone.

  • There is a plugin called <Layout Transition>.

  • Hi guys,

    I've made a Bluetooth Joystick for Construct 2 by Arduino. You can see the video in below link:

    Subscribe to Construct videos now

    (sorry I need one hand to hold the camera, so the video may not be clear enough)

  • Wow majestic work !

    I am a researcher in the field of sleep (especially dream !). Any chance to see your pluggin published ? And could it be usefull to interact with biotracking wrisband ?

    I was planning to release this plugin before, but recently I'm too busy to make it my official release product. If you need help, please send email to

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The apps looking cool.but no hardware to try it. i would like to build a games that can play with real figure. the idea is that,...something like pocket monster. when you open the games and wake up the figure, then the character can be show inside the games. How can I do?

    Umm... are you going to make a arcade with card?

    To build the hardware, you'll need to implement a hardware with RFID + data connection(like Bluetooth or USB or Serial port...) function. You can try to design these features on Arduino.

    It sounds cool. And I think you don't need to use Bluetooth Low Energy. BT3.0 already fulfills your need for this project, and you can buy a BT module to connect your Arduino & Android. Below is my proprietary Bluetooth Arduino Joystick.

  • Hi guys~

    I just tested the new Crosswalk 15 with this plugin. It works fine, but it looks that Crosswalk 15 will disable your audio if your game is suspended for a long time.

    So, for everyone who uses this plugin, please revert back to <CLI 4.1.2> + <Crosswalk 14>.

  • Wow, great job. Did u use something in particular for bluetooth detection or did u write everything yourself ? I am kinda new to this kind of stuff.

    Yes, I made a C2 BLE Cordova plugin before I started the project.

  • kenli854

    Yes, I'm Mr. Fu. Thanks for supporting my book! <img src="{SMILIES_PATH}/icon_cool.gif" alt="8-)" title="Cool">

    The reason why I can make this app in a very short time is because --- I made a BLE C2 Cordova plugin before I start the project.

    The final app could be donwloaded from google play (but BLE functions require Osmile Tracker hardware to initiate):

    https://play.google.com/store/apps/deta ... e.tracker1

  • Hajin

    Thanks for the cheer-up! And please find my comments below:

    1. Position self adaptation:

    I noticed that your background is correct but the dialog is offset. So I think the offset is coming from position calculation. For example , if you use <scale outer> fullscreen you'll need to calculate the screen width/height and top-left/bottom-right coordinate before create a dialog. Below is how I do it:

    2. pause_id

    What if you assign a character "a" to your custom instance variable? (try make var type to "text" )

  • Congratulations! having the support of IEEE is a big thing!, I hope I could go, but unfortunately I live too far from Taiwan.

    Is there going to be an online replay in video of the event maybe?

    Thanks for the greeting! It's a pity that we don't have plan to upload the video, but we'll release the slides after the event.

    This event is for the very beginners who never developed any game before. So I think most of you guys probably already known what I'm going to deliver in this speech.

  • Hello everyone~ We are very happy to announce that - My C2 workshop will be launched at 10/28 at Taiwan. And this workshop is supported by IEEE! BTW, the ticket is out already and we apologize for people waiting for attending our event. Mr. Fu will hold another event very soon. See you in November!

  • jomo It's funny I had tried this and it didn't work, thank you for the help though...

    Was also wondering how to lock orientation...as the option below it didn't work either.. :/

    In XDK, set <orientation> to <portrait> would lock to portrait. If you've tried everything but it still doesn't work, send me your capx and I'll give it a try(hide the bar & lock portrait).

    Oh there's one more thing: If you are using Crosswalk, be aware you chose the correct tab.

  • C2 is just riddled with bugs like this, poor quality...

    It's IntelXDK override the status bar setting by it's <Fullscreen> option. Just enable this option in XDK, and your status bar will be gone.

    I don't think it is C2's problem. But a clearer comment for <Hide status bar> may be a help for beginners like: ( This option is for PhoneGap, for XDK please click this link) .