Badaxe's Forum Posts

  • 9 posts
  • I figured it out. Added the Rex Youtube Plugin and the Video plays just as I planned. Of course, I could have programmed it but was trying to avoid App Bloat. Thanks for your reply PixelPower

  • Hi All Construct Developers,

    I would like to create a tutorial as the first pre-level in my game. I have tried a 2 minute video within the game, an animated Gif. Both attempts bloat the game to an unacceptable size. I am hoping someone has come across this problem and has come up with a good alternative.

    Thanks for all your suggestions

    One last thing. I was wondering if a link to Youtube would be an adequate solution? I don't really want to send users away from the game so that would be a negative alternative. What do you think?

  • Korbaach, brilliant. That did the trick. I made it way too complicated. Thanks for the help

  • The problem is the array values are something like: 10 2 1 0 1 1 2 2 1 1 0 1 2 0 1

    All of the instances are just getting changed to the last value in the loop. Not changing each instance to a value corresponding to the place in the array.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would like to populate all instances of my "gamePiece Animation Initial frame" Property from an array. The array holds 5 possible color frames 0 - 4. The gamePiece has also 5 frames in its animation.

    So far I am able to update the "gamePiece" object Initial frame but all instances are always the same color dependent upon the first element in the array. The loop is running through the entire array.

  • I may be wrong but your file name looks as if there could be a space between the "4" and "g"lass. This sometimes causes problems. Try using underscore"_" or hyphen "-" and see if that helps. Sometimes it's the simple things that are overlooked.

  • Ashley, how Todo close are you to implementing this feature? Would be a helpful addition for cleaning up a project before export.

    +1

  • Thanks, quick solution worked great

  • Hey, new here but not new to graphics, web development, App Development and programming. I hope Construct 2 is the right Development tool for some projects I would like to bring to the world. Looking forward to getting started. So, onwards upwards and always twirling as the saying goes.

  • 9 posts