EyezWidee's Forum Posts

  • brunopalermo yeah I haven't solved it yet, the joysticks each have their own "Selected" instance variable , so I don't believe it has to do with that but if you can take a look I'd appreciate that. & I'll stay to true to my word with the discount.

  • Hey Devs,

    I'm trying to set Multi-Touch using Joystick controls, the problem I'm having is when & while the player is touching either one of the Joystick pads they are unable to use the other pad at the same time.

    I'd like to be able to use move (left pad) & aim/rotate (right pad) simultaneously - right now I am unable to do so properly and I've included a capx to show & better explain what I mean

    https://www.dropbox.com/s/qbhurzt0fyrsx ... ticks.capx

    (Free marriott discount valid for 60 days for anyone who can help me figure this out)

  • Yeah I figured it out but keep in mind accelerometer controls are different for different OS's if not devices

    i.e the configuration for tilt controls on an iphone may be different for a Samsung Galaxy

    Use Beta and Gamma orientation

    Use global variables to help tweak the speed

    Reference:

    [attachment=1:3rrfheqi][/attachment:3rrfheqi]

    [attachment=0:3rrfheqi][/attachment:3rrfheqi]

  • Heres the link to the Plugin: http://blogs.msdn.com/b/uk_faculty_conn ... vices.aspx

  • Found a link to a Windows Azure Plugin for C2, wanted to know if its still compatible with C2 and if it can be used with other platforms like iOS & Android because it does say: "This plugin for Construct 2 makes it easy to integrate the power of Azure Mobile Services into your games for Windows 8." so I'm just wondering if the plugin is a Windows 8 exclusive.

    Don't Crash Dummy now available for iOS, Android, Blackberry & Windows 8 - Thanks Scirra !

  • oh okay nice work man,

    Where it says "position: fixed" see if maybe you can switch fixed with center. if that doesnt work try this http://allwebco-templates.com/support/S ... _HTML5.htm

    or

    http://stackoverflow.com/questions/3011 ... lign-table

    <div class="centered">

    <table>

    …

    </table>

    </div>

  • Hey,

    I wanted to know if its possible to use a custom leaderboard made thru Azure in C2 Games.

    Using Azure Mobile Services to Create a Game Leaderboard in Minutes

    The steps are straightforward, I just want to know having the leaderboard already created is it as simple as calling the ajax to retrieve, insert and record data to and from Azure Mobile Services and how would I tell C2 to display the content - would I create a textbox that uses "set text"

  • Where did you put the code for the leadbolt ad? is it in the index.html file ?

    http://www.w3schools.com/tags/tag_iframe.asp (use the height and width tags) if you cant make the ad fit the iframe make the iframe fit the ad.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for the support Ashley , it was Blackberry that was having issues playing any audio, I'm very sorry about that. Wish I had known that before I put this post up but thanks again I appreciate it.

    part12studios brings up a great point, I decided to export to windows phone 8.0 for that very same reason.

  • Nothing works, by not preloading the sounds the audio simply doesnt play. When I trigger my devices volume button I can see that its locked into a specific sound file but no other sounds play.

    I'll just export anyways - without preloading anything.. Chances are the sounds wont play but at least I did everything possible on my part to ensure it does. It might be a blackberry 10 bug idk.. All I know is that I didnt have this problem 3-4 days ago when my event sheet was the same.

  • You should check your browsers console log for any errors in the script. You could try turning off webgl. Also maybe uncheck minify script when you export.

    I have no experience exporting to Kongregate these are just guesses.

  • part12studios Thanks for the clarification, I'll try exporting without preloading any sounds at all.

  • Preloading audio on mobile doesnt seem to be working when I test on my Blackberry Z10.

    In my game I preload two sound files max per layout - on start of layout.

    When all preloads are complete the game is suppose to go to the next layout

    The preloads never complete so my game never goes to the next layout.

    So I switched all my audio files to be called by functions and preload on call of the function.. Still doesnt work

    Has anyone else experienced this same issue? This is the first time I've experienced it, after the release of r169, preloading worked perfectly before and I even had it to originally preload 8 audio files on start of layout on my first loader layout and that even worked fine.. thought maybe I was preloading too many files at the same time so I scattered them to preload right before loading into the layouts that would use them

    I know this is not an issue regarding bandwidth/internet connection because when I test it in webworks as a release ready app the preload issue persists.

    -On start of layout - preload sounds (2max)

    • All preloads complete - go to next layout

    Result: Stays on current layout - preload never finishes

    Expected Result:

    -All preloads complete - go to next layout

    Affected Browsers:

    • Blackberry 10 (WebGL) Browser

    -Mobile?

    Operating System:

    Windows 7 64-Bit

    Construct 2 Version ID:

    C2 r169 Beta

  • Thanks everything worked out !

    When it asks for device password input is still enabled but not displayed when entering the password, I never knew that so thanks again for all the insight & help.

  • Along with keyboard input being disabled after runnning: webworks run (In root folder)

    When I build my bar file it says I didnt place my debug token where it needs to be, lists where it needs to be, i copy it to where it lists where it needs to be, and when I run the command: webworks build I get the same [Warn] message that my debug token isnt where it should be.. It still creates the bar file but without testing it I don't feel comfortable submitting..

    Please Help

    [attachment=1:1rl3mrw5][/attachment:1rl3mrw5]