mlecho
06-01-2007, 12:39 AM
i take it that i can not do this:
var tgx,tgy,dx,dy,vx,vy,ease:Number;
but i have to do this:
var tgx:Number,tgy:Number,dx:Number,dy:Number,vx:Numbe r,vy:Number,ease:Number;
? || is the error i get in Flex, meaningless?
At the risk of developing bad habits, i would be curious if there is a resource out there with useful shortcuts when coding.
var tgx,tgy,dx,dy,vx,vy,ease:Number;
but i have to do this:
var tgx:Number,tgy:Number,dx:Number,dy:Number,vx:Numbe r,vy:Number,ease:Number;
? || is the error i get in Flex, meaningless?
At the risk of developing bad habits, i would be curious if there is a resource out there with useful shortcuts when coding.