Re: Sound Events Manager - help wanted
Posted: 15 Jan 2015, 17:21
1) Code done. I'll test it this evening, if I have enough time.
2) For the phases, can't you create and send a new callback in your "switch (G_Phase)" of https://github.com/steeffeen/ManiaPlane ... Script.txt ?
New questions :
3) How can I get the distance of the pass ? The Data object in OnPass() function doesn't contains this information.
4) How can I set my ManiaControl to the development Mode ? Why should I do this ?
5) Why should I use registerScriptCallbackListener() instead of registerCallbackListener(), which I'm already using ?
It seems VERY similar...
For your information, I'm coding with ManiaScript since only 1 week so you'll need to be patient and give me examples (or links to plugins which are using the functions) to help me the best way possible.
But as you can see (i hope), i'm already searching in source codes and having many tests !
2) For the phases, can't you create and send a new callback in your "switch (G_Phase)" of https://github.com/steeffeen/ManiaPlane ... Script.txt ?
New questions :
3) How can I get the distance of the pass ? The Data object in OnPass() function doesn't contains this information.
4) How can I set my ManiaControl to the development Mode ? Why should I do this ?
5) Why should I use registerScriptCallbackListener() instead of registerCallbackListener(), which I'm already using ?
It seems VERY similar...
For your information, I'm coding with ManiaScript since only 1 week so you'll need to be patient and give me examples (or links to plugins which are using the functions) to help me the best way possible.
But as you can see (i hope), i'm already searching in source codes and having many tests !