I'm not sure what a "meerkat game" is.
Usually "game-making" tools like RPG Maker are very limited in their scope, and all games resemble one another in look & feel.
Flash is a programming language, simplified, but still more complex to use than "game-making" tools.
If you're starting from zero... usually learning to make a game means learning how to program one. I would suggest trying Visual Basic Free Edition (http://www.microsoft.com/express/Windows/), and just figuring out how to use the controls, output text...
Make something where you click a button and text appears in a box.
Then you could load a couple of bitmaps and make the application respond to keypresses by moving them inside an Image control.
Then you figure out how to make one bitmap move away or toward the other, place obstructions... depending on what kind of game type you're prone toward.
I'm sure there are FAR better ways to learn, but I started with a flavor of BASIC in 1988, before moving on to others, and later, Visual Basic also helped me upgrade to Windows programming mentality.