Charas-Project

Game Creation => Requests => Tutorials => Topic started by: Drevin on December 19, 2010, 03:57:56 PM

Title: Map transform
Post by: Drevin on December 19, 2010, 03:57:56 PM
Well,you might want this and you might not...
 

 Say your making a game. well you might want your hero transform on the map. Just for fun maby? Well here you go!
 if your still reading i got your attention so cool...
WHAT YOU NEED:a common event
                          a second sprite
                          a branch
                          a key imput processing
                          a battle Animation.
                          and 2 switches  
 1:Go to "common events tab"
 2:name it [whatever] transform,make it parell processing
 3:make a branch,check if switch "transform" is on [So they cant use it whenever]
 4:make a KIP for shift.
 5:Show battle animation on hero
 6:Change sprite to second form.
 7:Toggle switch DE-transform

 But now thers this problem:YOU CAN'T SWAP BACK! Now here you go!
 WHAT YOU NEED:2 branches
                          2 switches
                          a KIP
                          a battle animation
 Make a event called DE-transform,A PP event
 Make a branch,Check if transform is on
 Make a branch,check if DE-transform is on
 Make your KIP,shift
 Show your battle animation
 then swap you hero's sprite back to its original state

Congrats your done!

 
Don't hesate to ask me if it doesn't work. Ile try to help.

 
Title: Re: Map transform
Post by: drenrin2120 on December 20, 2010, 09:59:59 PM
While this is a good start, tutorials are generally a lot more in depth, include pictures, and provide possible forms of implementation of the code being tutored. If you want this to be taken more seriously, take your time to go over what you've written, correct spelling errors and present it more formally.

Think of it this way, you're the teacher, assume your reader is completely clueless, but you have the answer. You have to explain it very concisely so that the reader will understand the ideas your trying to convey.

Like I said, though, it's a good start, and you seem to know what you're talking about, just talk better and you'll have a better tutorial. :D
Title: Re: Map transform
Post by: Drevin on December 20, 2010, 10:26:53 PM
I see what you say. thanks for the feedback.