I appreciate your video. As a long time developer from Director to Flash to Animate you might want to consider using labels on a frame. This way if anything changes in the timeline the code will follow the label. You can also program one index button and use instances without further coding them.
@AngeloMontilla Жыл бұрын
Thanks for sharing!
@valnhere1475 Жыл бұрын
Thanks for the video, i appreciate it, its really helpful for me, because i have a task from my teacher to make a main menu or this kind of interactive buttons and stuff, really appreciate this, tysm. 🙏
@AngeloMontilla Жыл бұрын
You're welcome! Go crush that assignment! 😃
@AnnePakkanenDiscoarsDesign Жыл бұрын
Thank you for the clear instruction
@LauraRussell-mm5zjАй бұрын
This is awesome, much appreciated!
@AngeloMontillaАй бұрын
Thanks! Glad it was helpful!
@tripwithajАй бұрын
THANK YOU SO MUCH!! YOURE THE BEST HUHUHUHU
@naren1705Ай бұрын
Thank you! Found the tutorial very helpful! When you set up the document was it HTML5 that you chose (rather than Actionscript 3)? Thank you!
@AngeloMontillaАй бұрын
Hi there, yes I chose HTML5 canvas.
@naren1705Ай бұрын
@@AngeloMontilla Thank you!
@monikacau01234 Жыл бұрын
if the two index button have the same function, can i just make one button, and pull the timeline to the end of animation? just asking,
@omiddabir83835 ай бұрын
Thank you for your video, can we put video instead of slides? It means that after clicking the button it play video.
@clevermissfox10 ай бұрын
If the Index button is a symbol, couldnt you use another instance of it on the "third" page instead of having two elements that are identical ?
@AngeloMontilla10 ай бұрын
Yes great catch. You can certainly use the instance of the index button that was first created.
@clevermissfox10 ай бұрын
@@AngeloMontilla okay thanks just wanted to double check; I'm just learning more about Animate and symbols etc
@efpdesign Жыл бұрын
I love your content and in many cases I can even reproduce it, but I can never publish it after exporting. How can I put content made in Animate in HTML/CSS/Js on my website? Hosting on a server? Do you have free server knowledge for testing? How do I do?
@teenola57838 ай бұрын
ever figure it out?
@tesladrew26084 ай бұрын
@@teenola5783 you have to upload it to the server and link to the HTML page.
@metink516 Жыл бұрын
I have a question. Why do we need to add 2 second frames? was this unique to your project?
@AngeloMontilla Жыл бұрын
Great question! It doesn't really matter where you set the keyframes as long as you change the number in the () that corresponds with the keyframe in your timeline.
@metink516 Жыл бұрын
@@AngeloMontilla thank you very much 🙌
@metink516 Жыл бұрын
nice video
@makmalharith2980 Жыл бұрын
Is the slide is made in adobe animate?
@AngeloMontilla Жыл бұрын
Hey there! No, it's designed in Illustrator.
@beiyongzui Жыл бұрын
@@AngeloMontilla can it be made responsive if it is from Illustrator?
@quack18356 ай бұрын
Thanks a lot, have my like :like:
@Mess..2 ай бұрын
Clear instructions here ☝️ Do you also have a tutorial that saves these interactive html online, wihout losing its interactivity? I saved mine online with the javascripts and all but didn’t work
@javidturabl54586 ай бұрын
after I published it, it didn't work in the browser
@AngeloMontilla6 ай бұрын
Hey there. The HTML won't work locally on your computer when you publish. Try using a code editor like Brackets to open the HTML. Simply open the folder containing the HTML, js and images to Brackets and then do a Live Preview to see it working in real time.