vanGog
09-24-2007, 10:08 PM
hi,
more and more i'm figuring out, that AS3 is much more complicated than AS2... in many things that are simple in AS2.
first problems i had here:
http://www.actionscript.org/forums/showthread.php3?t=148187
and now i just found out that the good old random-function with a parameter istn working any more...
random(value:Number) : Number
in AS3 there is only the normal random function available as far as i can see, isnt it?
random() : Number
why do i have to create annoying roundabouts for such simple functions?
or am i just failing to notice some facts, because im new to ActionScript?
greetings
vanGog
more and more i'm figuring out, that AS3 is much more complicated than AS2... in many things that are simple in AS2.
first problems i had here:
http://www.actionscript.org/forums/showthread.php3?t=148187
and now i just found out that the good old random-function with a parameter istn working any more...
random(value:Number) : Number
in AS3 there is only the normal random function available as far as i can see, isnt it?
random() : Number
why do i have to create annoying roundabouts for such simple functions?
or am i just failing to notice some facts, because im new to ActionScript?
greetings
vanGog