QUOTE (shugo09 @ Aug 30 2010, 02:06 PM)

QUOTE (Holder @ Aug 30 2010, 02:37 PM)

It helps in the form of you learning about some of the key things you'd need to know when creating a game with RM.
Tutorials and Examples has many tutorials on not just advanced things but for beginners and intermediate levels, there's a pinned topic in that section that you can use to find out about the things mentioned above.
thanks
all ill try that
but i have a new problem
how do i make items in the game glow or sparkle like a small shine?
To make an item glow or sparkle on a map, I assume is what you mean?

Like that? ^^^
Pretty simple. This is what you need to do:
First of all, create a new event on the map you wish to have this shiny/sparkly event. Remember to name your events just to make it easier to find them should you need to! Then fill out the event like this:

There's a shiny/sparkly object sheet in the database already, it's listed under !Flame and looks like this:

Be sure that the stepping anim block is checked (this animates the shinyness or whatever).
Make a second tab inside the same event so that it looks like this:

This just prevents the scene from repeating over and over again.
Hope this helped