barracuda 0 Posted January 22, 2017 Hello guys, I'm beginner but already learnt some tricks, switches etc. I have a problem with tree cutting. What i wanted to make is when you cut a tree after a while tree is growing byself. I already did it and worked well. Tree is growing 4 stages. Here is my event codes: http://imgur.com/a/34zGj I made stages with self-switch. This was page 1 and options are; priority- same as characters, trigger- action button, Page 2; self switch A is on; priority - same as characters, trigger- parallel process, codes : wait(600) frames; control self switch= A off, control self switch= B on, Page 3; self switch B is on; priority - same as characters, trigger- parallel process, codes : wait(600) frames; control self switch= B off, control self switch= C on, Page 4; self switch C is on; priority - same as characters, trigger- parallel process, codes : wait(600) frames; control self switch= C off, Every thing worked well. But when i tried to cut the tree from right side of it, the tree shape changing to second stage of tree(on page 3) http://imgur.com/wig1cI7 from left side of it changes to third stage(on page 4) http://imgur.com/TkCOBiy from upside second stage(on page 2). http://imgur.com/LwvowA5 It's only working well when you try to cut it from down.PS: My native language is not English. I changed codes to english and write down trasnlation on pictures to make every thing clear. Ağacı kesmek istiyor musun? = Do you want to cut this tree? Evet=Yes Hayır=No Share this post Link to post Share on other sites
+ Dark Influence 251 Posted January 23, 2017 You probably haven't enabled Direction Fix, it will stop the event from changing its direction to face the player. Share this post Link to post Share on other sites
barracuda 0 Posted January 23, 2017 I was working on it for 3 days, it worked thanks! Share this post Link to post Share on other sites
Tarq 746 Posted January 23, 2017 Closed as solved. PM me or report the thread if you'd like it reopened. Reopened at OP's request. Share this post Link to post Share on other sites
barracuda 0 Posted January 25, 2017 Another problem occured.Tree cutting event trigger starts with action button. And this events' pages(tree growing stages) are parallel process. But now, what i want to make is when player try to cut it at third stage, tree give you +1 log and at stage 4 it give you +3 log. I can't give "action button" trigger. So, any idea what should i do about it ? Even i try with "conditional branch - button press", it didn't work. But i just i tried it if it's work with conditional branch button press, normally i want to do it with action button. http://imgur.com/qfQkfMF Share this post Link to post Share on other sites