Forum Discussion
CB-c3307d02-363
2 years agoCommunity Member
Interaction between Storyline, JavaScript and HTML codes
Greetings to everyone,
I'm in need of some clarifications about how much the Storyline's JavaScript and HTML codes are inspectable. Can you tell me how to check the source languages? Furthermore,...
WaltHamilton
2 years agoSuper Hero
Storyline converts your project to HTML and JS when you publish. If you add JS, you can easily inspect and change your scripts. You can load the .html files in an editor, or load them in a browser and inspect them. They are somewhat obfuscated, so are not easy to inspect. Most people that modify them seem to tend to use JS inside the SL project.