Ruby is an open-source dynamic OO interpreted language created by Yukihiro Matsumoto (Matz) in the 1990s that combines the good bits from Perl, Smalltalk and Lisp. It supports multiple programming paradigms. Ruby's primary purpose is to "help every programmer in the world to be productive, and to ...
1
vote
0answers
144 views
Moving while doing loop animation in RPGMaker
I made a custom class to display character portrait in RPGMaker XP
Here is the class :
class Poser
attr_accessor :images
def initialize
@images = Sprite.new
@images.bitmap = ...