First, I want to make a online multiplayer battle game but the tutorial says that "String Parser" is needed. However, I'm using Games Factory 2 and there is no "String Parser". Second, I want to learn more about game saving, but I'm not familiar with arrays and text stuffs. I hope that there is a clearer version tutorial of Games Factory 2. Besides, I hope to have a sample .mfa too, thanks.
Posts by timothyqq
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
Sorry, but I don't know arrays much of how to use it and save to what files. Can we save directions of objects,and values of counters too? I have some trouble on making save datas.
-
Thanks, but can I make a metal slowly accelerating towards the magnet?
-
-
Wow! This is a lot harder than I thought!
Can we just do it like screen capturing? -
And also, I want to know if I can let the zombie choose to chase the nearest one among 2 players.
Timothy
-
Thanks a lot! But can I make a zombie that can find the shortest way and chase the guy in a maze?
-
I tried to make 2 counters to test which player's X and Y coordinates is larger than the other one respectively but the screen keeps shaking when I test it,
here is what I tried:Always: Counter 1=X( "Player 1" )-X( "Player 2" )
Always: Counter 2=Y( "Player 1" )-Y( "Player 2" )
Always & Counter 1>=0: Center Display at X = "Player 2" )+(X( "Player 1" )-X( "Player 2" ))
Always & Counter 1<0: Center Display at X = "Player 1" )+(X( "Player 2" )-X( "Player 1" ))
Always & Counter 2>=0: Center Display at Y = Y( "Player 2" )+(Y( "Player 1" )-Y( "Player 2" ))
Always & Counter 2<0: Center Display at Y = Y( "Player 1" )+(Y( "Player 2" )-Y( "Player 1" )) -
I followed your method but something's wrong, may be I typed it wrong. Can you give me an example file of it or help me a little bit more?
-
I want to make a save game for many times but it seemed that it could only save words in arrays, is that true? Also, may I have an example save file if there is a solution?
-
How to make magnet that is related to another "Metal"? May I have an example file?
-
How do I make a "zombie" that is always following (walking) an Eight Directions object? May I have an example file?