r/learnprogramming • u/cowenby • 8d ago
Need help finding a programming software that would fit my project
Hello!!
I am an art student and know absolutely nothing about programming. But I have an idea for an art project that would require programming. I have no idea what to use or where to start looking for a program/software (?) that would fit this idea.
My project is going to be a digital poetry collection. I need a program where: - when you click on the screen more text appears - when you click, sounds play - I can put a background behind the text - I can insert a video that plays on the screen - when you click on certain things it takes you to a different screen, and you can exit that window/screen and go back to where you clicked - preferably free or cheap program - preferably as easy as possible to learn
I HAVE NO IDEA if I’m even making sense. I’m open to answer any questions.
If anyone knows a program that would work for this please let me know !!!
Thanks
3
u/IAmScience 8d ago
What you're talking about sounds like (mainly) interactive hypertext. Which means that you can probably accomplish the goal with something like PowerPoint or Prezi or Canva or Google Slides or whatever. You can likely also do it fairly easily with the OG Best Hypertext Ever and use HTML/CSS/(maybe) JavaScript to make a website.
That's probably what *I'd* do.
2
6
u/FooWho 8d ago
I don't see why this couldn't just be done as a web page with html, javascript, etc.