Hello,
I realize what I am asking, I will learn C# soon, but is there any one thats willing to give a couple seconds of their time to help me figure out how to write an iTween event call in Javascript? I know how to write Javascript pretty well. I’m lost with c# currently
//Do i need to define this in Javascipt? What is its function?
public class StartAndStopTween : MonoBehaviour {
//This is what I'm really interested in.
iTweenEvent.GetEvent(target, "Bounce").Play();
}
Thank You!
Daniel