remy-jay's Forum Posts

  • Which clients are you using (Chrome, FireFox, Mobile Browser?) Are they the same two clients that are trying to connect? What if the other client joins first so IT is the HOST, does that make a difference?

    Just some questions to get the ball rolling

  • Haarp, from what I recall, exporting to Android via XDK at least, you need to all the permissions for your app to USE the vibrate function, I found that I needed to specify this in the XDK setup/config even though I had already specified (permitting) it in C2 when exporting.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • korbaach precisely!

    Thanks so much

  • Hi,

    This is probably something pretty remedial to do, however, I haven't been able to figure it out...

    Desired:

    • Text on the screen has the blurred effect applied (create text object, apply some type of blur effect -- done)
    • On mouse over, a portion of the text becomes in spotlight circle type fashion unblurs the text (stuck here)

    I imagine that this required layers and blending modes, however, I'm stuck.

    If anyone could provide a quick CAPX that would be fantastic!

    PS, I've looked at the lighting template demo, however, I'd like to be able to SEE all the text blurred rather than see it covered in darkness

    Thanks,

    -Remy

  • There is an endless runner game template in C2 already

    New -> Template : Auto-Runner

    Enjoy.

  • PENVermillion Did you specify the 'source directory' as blank or "./" in the XDK interface? (the root folder where the index.html file is in after exporting from C2)

  • Reading bytes from an NFC tag via a C2 Plugin

  • Yes gumshoe2029 , but, I don't really know how I could implement that through the C2 IDE, do you?

  • Hi all,

    I have a string in C2 of bytes (of a URL) that I need to convert into text for use in C2

    EG:

    "1,103,111,111,103,108,101,46,99,111,109" (comma separated bytes in a string)

    that I need to convert to:

    "google.com"

    What is the simplest way to do this in C2?

    OR, if there is a quick and easy way to use the Browser.Javascript feature to achieve this result -- I'd accept that too... Haven't had much exposure to that feature in C2 though, or how you reference/store results into a C2 string datatype...

    Any help would be appreciated

    Cheers,

    -Remy

  • System variable viewporttop or bottom of left or right as I recall...

  • Wow, I was recently thinking of suggesting that someone do this!

    Neat-o!

  • Err, armaldio

  • armalido I believe it's in NDEF format.

    I wondering what commands in Construct2 that I can use to parse out the payload...perhaps a toString() command or something to convert the payload's bytes to text?

    Will try to get the exact payload later today when I have access to it

  • Hey armaldio, what is the best way to convert the payload (which is a btye array?) into a string using C2? In particular for URLs... It would be awesome if you read the NFC details into a data structure in C2 (like an array or dictionary?)

    I've tried reading NFC.getlastdata into an array AND dictionary but it doesn't seem to work...

    Any ideas?

  • Hi There,

    I'm looking for a good way to make a rain effect for mobile device that doesn't use particles (as they seem CPU intensive)

    The Ghost shooter demo has some awesome rain, however, I need rain for a 2D side scroller, not top-down like Ghost Shooter

    Does anyone have any suggestions?

    Looking for something like... \=rain

    \ \\ \ \ \ \ \ \ ======

    Cheers,

    -Remy