30 December 2015 21:57
Is there a logic node call or some other method within B4W that I could use to trigger any <script> function? I would like to pass some vars to Storyline, so that I can get B4W to talk to an LMS. The send request node won't work for Storyline. It requires what is posted below.
I can sort of get it to work by using the page redirect node, but it kills the b4W scene. Any thoughts?
<script>
function lol(){
parent.setVariable("bob",false)
}
</script>
I can sort of get it to work by using the page redirect node, but it kills the b4W scene. Any thoughts?
<script>
function lol(){
parent.setVariable("bob",false)
}
</script>