djbav's Forum Posts

  • 6 posts
  • Hello,

       I'm building an app for a client, that will be running this on an Android Xoom tablet. The plan is to eventually have the app deployed within Kioware, for use on a mall kiosk.

    I have exported a game in Construct 2, by means of CocoonJS. I'm trying to figure out a way to display an html web page inside the app.

    I attempted to use the iframe plugin within the test environment installed on the device, and it doesn't seem to work.

    Is there another way that this can be accomplished?

    Thank you,

    -Dan

  • Thank you so much!

  • I've been researching all afternoon on your forum, and maybe it's flying over my head.

    Essentially why I am trying to do is take a sprite that's been cloned five times in my software. Then attempt to manipulate each one individually, without the headache of having to obtain each UID beforehand.

    Usually I have to obtain the UIDs. Then use those within a line of Sprite, Pick instance with UID of, etc.

    Now, I made an instance variable of "testvar", and gave each sprite its own value of 1,2,3,4,5 and 6.

    As for my question

    Within "Pick instance with UID of..."...how do code within that line to obtain control of each sprite graphic with an instance variable?

    Thank you for your time :)

    -Dan

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It certainly does, thank you :)

  • Kind of, and thank you for helping me!

    I mean I'm used to coding something like this in Actionscript...

    Variable1 = 123;

    vara = 1;

    grabbedvar = eval("Variable" + 1);

    To obtain the value "grabbed" similar to this with your plugin, how could I accomplish that?

    -Dan

  • Say that you wanted to pulled the value from a variable like this...

    Variable1 = 123

    ...but with two variables holding "Variable" and a 1

    How would you accquire that "123" with the function code?

    Thank you for making this plug-in!

    -D

  • 6 posts