I'm trying to scale Bobs inside the main loop of my application but I've found some problems... This works: Bob scale myBob, 0.3, 0.3 This does not work: s = 0.3 
Bob scale myBob, s, s Is it normal behavior? Regards, Pier Andrea.