Ragevortex's Forum Posts

  • Hey septeven a quick question... although it may have been answered before... is there a way to use one of the sprites I have already made and place it in one of the lines? I'd like to make a custom header w/o having to call all the parts from external sources.(and be able to test drive it in preview of course...) Cheers on the awesome plugin.

  • Here's my example ... it doesn't get you from one layout to the other but it slides you in the same layout trough different areas... I'm not sure if its any help to you but it works fine for what I'm making and who knows maybe you get a few ideas out of it.

  • I've been thinking on something like this for an app I'm making... which I probably have to re-build from scratch...

    A possible solution would be to make a camera and transition from one zone to the other giving the "effect" of sliding...coordinated with the swipe event it should look pretty nifty.

    Check this camera example

    I'm planning on using just that.

  • Hi there. I'm working on an app which uses the camera from the mobile to send a picture to my server and from there send it trough email... (had to jump trough several hoops to get this far) however when the camera is loaded on my mobile (samnsung galaxy s3) the colors are off almost as if they are inverted (only the colors are inverted as the light/shadows are ok)

    Any idea how to fix this issue? I'm using the provided plugin (user media? )

    Ashley thanks for all the help on getting this far if you have any further input please enlighten my fried brain cells

    and to all the forum posts that in a way or another are related. If i get this working right I will make a tutorial for those who need to do something similar.

    [note] the issue does not show when using the same code trough desktop browser only on mobile.(in my case published with crosswalk)

  • I managed to do something similar with a few plugins and some legwork.. did you get yours working on a server application only or did it also work from mobile?

  • Joe7 hey joe you still around? ... anyhow great plugin. I'm working on getting the result sent trough email. so far it works awesome when using it from the webserver(as a web aplication) but when I publish to android(crosswalk) it just stops working ... Any ideas... something tells me I'll have to improvise and load that specific view in an iframe from the server (which is not a very pretty solution for me)

  • Well at least I have some progress so far...

    Using Pode 's plugin to extract base64 image information from one of my sprites which is working fine so far...

    I'm able to trigger sending an email with php and AJAX wich is working... however I need to email that image I'm capturing ... I'm stuck only because my php script doesn't seem to be receiving the POST... or I may be over-processing it into nothingness...because I'm receiving a 0kb attachment... anyone else has been able to go a bit further away with something similar?

  • nusbaumc I'm doing something similar however I need to email that image I'm capturing ... I'm stuck only because my php script doesn't seem to be receiving the POST... or i may be over-processing it into nothingness...because I'm receiving a 0kb attachment.

  • hmm... ok so I used this and it seems to be working just fine (I'm sending the extracted image string to a text field to see it) now how would I send that said string from C2 to a php script I'm working on... this may be the missing link for me to be able to send emails (with attachments) from the C2 app I'm making. BTW Pode this is working awesome so far great stuff.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • finally managed my camera to show... I just published it trough crosswalk... however... my camera is showing me blue....(on mobile) Ashley any ideas on this?

    now if I could force back camera it would be awesome.

  • the thing is on normal browsers it sends allow / deny) to the browser and i have to click on that to choose(using the same system as the demo provided in c2). Then it shows the camera... however on mobile it doesn't send that message and it just isn't showing the camera just a black box

  • Thanx a bunch to blackhornet This is working now as needed.. now i need to get all my gears back to work.

  • blackhornet this looks to be just what I needed ... Thanks for the help. I'll let you know on the results as soon as i get back on my com. Thanx again for the quick and usefull response.

  • Hi there. I have an XML file which was provided to me. I need to parse speciffic data and send it to my elements. It's a weather app. I can easily convert the xml to json if needed however I rather keep it in its original format for practical purposes (the prvider always sends it in xml I just wanna swap files to update the info)

    Here's a sample of the node I need to access the data from:

    <Day DayNum="2" DayOfWk="Viernes" ValidDateUtc="6/6/2014 12:00:00 AM" ValidDateLocal="6/6/2014 7:00:00 AM" HiTempF="75" LoTempF="59" HiTempC="24" LoTempC="15" ShortPhrase="Parcialmente nublado" PhraseDay="Parcialmente nuboso. Máximas 24C. Vientos ONO entre 15 y 25 km/h." PhraseNight="Predominantemente despejado. Mínima 15C. Vientos ONO entre 10 y 15 km/h." IconCode="66" SkyCode="30" SkyText="Parcialmente nublado" PrecipChance="20" SnowChance="0" RelHumidity="64" WndSpdMph="10" WndSpdKm="16" WndSpdKn="9" WndDirDegr="303" WndDirCardinal="ONO" CloudCoverage="60" UvIdx="8" UvDescr="Muy Alto" UvWarn="0" Sunrise="05:08:00 am" Sunset="08:18:00 pm" Moonrise="01:27:00 pm" Moonset="01:06:00 am" MoonPhase="3" MoonPhaseText="Gibosa Creciente" SkyCodeDay="30" SkyCodeNight="31" PrecipChanceDay="20" PrecipChanceNight="0" IconCodeDay="66" IconCodeNight="97" SkyTextDay="Parcialmente nublado" SkyTextNight="Despejado" RelHumidityNight="68" WndSpdMphNight="8" WndSpdKmNight="12" WndSpdKnNight="6" WndDirDegrNight="282" WndDirCardinalNight="WNW" PhraseDayC="Parcialmente nuboso. Máximas 24C. Vientos ONO entre 15 y 25 km/h." PhraseNightC="Predominantemente despejado. Mínima 15C. Vientos ONO entre 10 y 15 km/h." SnowAmtIn="0.00" SnowAmtCm="0.00" />

    My xml knowledge is rather limited at the moment and trough javascript i can make a preety list out of this however I want to be able to just grab some of this information and place it into their repository in c2.

    example:

    I want to get the attribute information from specific parts and place it into either variables or use it to change the state of a sprite.

    something like the textfield Day of the week should have the value assigned to DayOfWk="Viernes"(friday)

    If i learn to do that I can preety much do the rest of the legwork with ease I'm stuck in things that should be "simple" for people who have experience with xml but I'm not one f those yet.

    I tried usingthe xml demo included in C2 however i totally messed it up to the point of it not working at all ... (that's what coffee deprivation does )

    Any help is greatly appreciated.

  • Actually that's pretty neat... and usefull. I could use something like that in my classes too.