Author Id: 13259 Author Name: leonex45 Post Content: El script se llama ventana_prueba, el código es: class ventana_prueba < Windows def initialize super self.x(10) self.y(10) self.width(200) self.heaight(200) end end El evento llama el script: ventana_prueba = ventana_prueba.new Eso es todo D: