Dan Blast's Forum Posts

  • Hmm.. First thanks for posting.

    I copied another tutorial to the letter. And it works (kind of in preview)

    But two issues:

    One the confetti for some reason does not rotate through the animation frames (changing color)

    Two for some reason it does not start.

    It's layout 2 if you want to take a look.

    dropbox.com/scl/fi/dj644ltyox0gm590e8b85/ConfettiDB.c3p

    Here's the link to the file I copied that has a perfect working Confetti effect that I am trying to replicate:

    drive.google.com/file/d/1I0xXvTmV7WvHIldBF9RAFPiGA0ILq0bJ/view

  • Thank but Yikes! I'm trying to figure out how to use what you shared in an event sheet (I'm a newbie)

  • Hi everyone, I looked up the confetti effects in this forum but the answers all use depreciated code.

    So, I'm looking to simply have a confetti effect when a player reaches a certain score.

    The scoring I've got done but I'm stuck on the confetti effect.

  • That's pretty much what I'm looking to do but a little simpler.

    I want if the kids did a task (just one), click the button and the button is then turned off for 12 hours (so they can spam the button) and save how many "chores' they did. When it hits 30 (one per day) then give a message and reset.

    I'm not familiar with the save system yet.

  • I just figured out that ChatGPT can created construct 3 event sheets.

    I don't know if it's for the current version but for me this is a game changer.

    I can get simple tasks done then only bug he community with deeper How to questions.

    I report back in this thread how well it works.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi everyone. I want to make a chores tracker for kids that if they finish their chores for that day they click a button and it saves that progress then at the end of 30 days resets.

    Also having a child input their birthday and checking to see if it's that day.

    Looking forward to everyone's input.

    Thanks

  • Bingo!

    Thanks.

  • Anybody?

  • Hmmm... I probably will switch over to vimeo which kinda sucks as having it on youtube would boost the views organically but Vimeo is a much cleaner player which gives me more control (I can hide the play scrub bar).

    Oh well....

    Thanks again for your help.

    B.T.W I posted about a weird issue I'm having with an iframe not being selectable. It's on the page layout. It works but no matter what I do i can't select it. It's not under anything and is on top of the Z order. But I can't pull up its sizes or dimensions.

    Any ideas?

  • Hi everyone, I have an iframe in edit mode with multiple sprites on the screen.

    The Iframe for some reason is un-selectable. It's there. If I click on it in the project menu it gives me th minimal options BUT not the full list of options which I need to change the url it's pointing to and not the default.

    Nothing I do seems to select the iframe which I need to edit. I can't move it, see the size, position etc.

  • Hi everyone. I'm trying to hide the youtube controls. I've tried adding the ?controls=0 to the Navigate to command but it's not working.

    The reason why I need this is I have a greeting video embedded in an iframe that shows when a button is clicked. Then set to go away at the end of the video so there are no endcards or recommended videos shown that will take them out of the experience.

    The problem is that they can fast forward using the controls to move to the end of the video and because of that the removing of the iframe command does not kick in until the set time so they can still see end cards and recommended videos until the iframe removal command kicks in.

    Is there a way around this? Putting a layer on top does not block the iframe. Disabling collisions is not an option.

    Thanks.

  • Suddenly Youtube is asking when using the app to sign in when I have a video playing in an iframe.

    Ugggh... Everything was working perfectly.

    Now even if I sign in using my youtube app before using the construct 3 html5 pages I made it asks for me to sign in to assure I'm not a bot.

    Anyone work around this?

    How about maybe Vimeo?

    It might be because I'm not home and using my work wifi but that should not cause a problem. On my work P.C it plays fine. On my phone at work no good it asks for a sign in. Plus on the phone the videos don't autoplay.

    Ideas?

  • Thanks!

  • Hi everyone. I have an iframe on one of my layouts that initially starts off the layout and when a button is pressed it moves it onto the layout and when another button is pressed it moves it back off the layout BUT the video keeps playing.

    Is there an easy way to stop a video playing?

  • Is there a way to pull a recent youtube or vimeo video into an iframe?

    What I would like to do is have an iframe in my app that would show a current video that I post. Kind of like a news update each month or week.

    Is there a way to do this with just a video or would I have to make a webpage, put a video on that and have the iframe pull that url?

    That would be an extra step verse just posting a video and have it load into an iframe then a week later for example post another video and have it load in that one as the most recent?

    I was thinking maybe using a youtube playlist then I could just load the playlist into the iframe and then when I post a new video include it into that youtube playlist and move it to the top so it plays first.