long (c++) --> uint (ActionScript) There is no struct option in ActionScript, you can only create a class.
Only objects are pass by reference in ActionScript. Converting an int to Number: var i : int = 47; var num : Number = i as Number; --- In [email protected], "christophe_jacquelin" <christophe_jacque...@...> wrote: > > Hello, > > I am a C developper and now I am developing in Action Script. I have > questions about ActionScript > > - Is it possible to define a variable as a long ? > > - How to program the overloading of an operator like the equal between 2 > objects of a same class. > > - What is the equivalent of a structure ? > > - When I call a function with a parameter, did this parameter is modified > when I return from this function ? > > - How to convert an int to a Number ? > > Thank you, > Christophe, >

