Hi there I'm strugglingg with the menu jump on BB3 and the javascript for ui buttons. 1) Can anyone confirm what is the most UP UP TO DATE version of BB3 I'm using B#2354 is that right? 2) a little help on Menu Jump integration would be super helpful 3) where would one put the Javascript for the button integration? Inside the innit function on a fresh script? I can get it to log the button click but no other code runs inside the {} You are all legends. any help with the above is greatly appreceated.
its 1am... i just got it working. I realise that you can't define variables from within the button function (I suppose that's because the button isn't actually part of the scene) Also any routes to objects within the scene have to be made from scene level not from where the code is stored. So I split the event into 2. Part 1 is the trigger for the button code that initialises where the code is that youre going to signal. Then... i setup a simple listner script to receive the signal and run the node.... It's messy but it'll work for this game. Hopefully future updates will simplify it. Night night. Hope this helps someone in the future.