lukeo25's Forum Posts

  • Hi,

    I am using the Browser plugin to send and get data from an Adobe Captivate slide. The code I am using to set the data from the Captivate FO1 variable is correct as I have used it before. The get should be working also its the C2 instance variable object property I am unsure about. I'd appreciate some help with this.

    Here is the example code. The set is working but the get isn't showing up.

    "window.parent.cpAPIInterface.setVariableValue('FO1',1);";;;;;;;;;;;;;This works fine

    "this.runtime.textmmm.V1 = window.parent.cpAPIInterface.getVariableValue('FO2');";;;;;;;;;;;;;This isn't working at all.

  • Hi, I am using Construct2 in Adobe Captivate. I can get variable data to go from Construct2 to Captivate as the first browser code does change the variabe data in the Captivate window. But I am having trouble getting it to travel the other way. Here is a screen grab of the event sheet.

    https://www.dropbox.com/s/vmt2pkfqb3oxv ... t.PNG?dl=0

    The syntax is correct I am lead to believe, to get the Captivate variable I'm just not sure about the rest.

  • You can use Construct2 in Captivate8 using the web object in Captv8. But reporting is difficult. So far I can get games to display but not feed back to SCORM or Captivate main runtime.

  • I am trying a method based on this process used by the guys at elearningbrothers.

    http://support.elearningbrothers.com/en ... ML-5-Games

    I will post the results and hopefully a working process to my elearning blog. www.e-gamification.com

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes I use it on a day to day basis developing learning modules.

    I just haven't been successful embedding html5 without a swf widget...It defeats the purpose of creating html5 games/quizzes

  • Has anybody had success with C2 embed in captivate at all? I'd love to know how this can be done and if you can change the captivate variables

  • I have no idea why they are resistant other than that they say the code is human unreadable so they are concerned with the security. We found another way of doing things anyway. Cheers Wink I will have a good read here.

  • Great stuff, very helpful I will analyse this and post a solution should I find one.

    Thanks

  • I am using C2 to make games and quiz's and recently I was asked if I could get C2 games to communicate with a SCORM compliant LMS. Has anyone out there had success with this or know where I can find a plugin.

  • Hi all,

    I work with a bunch of programmers who are very resistant to Construct2. My background is in animation and games design and i love C2. But because of this resistance its like wading through mud to get them to deliver on LAMP's or Moodles that will talk to C2. I understand that I can use ajax to send requests to PHP but I haven't been able to achieve this smoothly on my own. I would love some help! I have been downloading turnkey lamps from here and running them in VM' but I don't know enough about PHP to deliver the goods.

    What I want.

    I want a turnkey solution that allows me to post

    1. User names

    2. User emails

    3. Final Scores and then leader board results.

    4. All this stored in a database like MSQL.

    It would also be great if the solution could allow me to

    add other stuff on the fly also. So I guess I need someone to set

    up a back end that allows me to add PHP requests by just adding a

    variable call in the C2 program and the PHP.

    Can anybody help at all?

    Cheers

    Luke

  • Its all good I figured it out..

  • Hi,

    I am trying to make a parallax work in a game. I'm a relative noob to Construct 2. I just want 3 layers to move for an office scene. The parallax is working fine in the Layout Editor. But when it comes to running it in Chrome it doesn't move with the sprite character. Is there something I am doing wrong?. I know it should work because all the examples I find in tutorials work fine. Very Peculiar!!

    Cheers for any help

    Luke