Soeey if i posted this in the wrong place, but i really need help aking a matrix gameI wanna make a GOOD slow motion platformer.Can anyone help me, or give me any matrix game tutorial websites.Thnx
I don't know any tutorials for this, but I think a custom engine with a few extra conditions could accomplish this. Maybe add X to value Y, where X is the current speed, and Y a special control value. Then when Y reaches a certain value, run other events for movement and so.
- Ok, you must admit that was the most creative cussing this site have ever seen -
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
17th December, 2004 at 22:16:22 -
I've always wanted to create a matrix game, it's been my dream game as a coder. Basically what you should have is a speed counter and then when you hold control you set the counter lower.
Ok, Two counters Z and X
========================
Always - Add 1 to Z
Z=X - Set Z to 0
Z=1 - Update your custom platform movement here
---------------------------
The higher The value X goes, the more dramatic the bullet time effect, be careful though, as this will drop how fast your graphics change position so your movement will be more and more jerky the high that value goes.
Craps, I'm an old man!
Dustin Gunn Gnarly Tubular Way Cool Awesome Groovy Mondo
Registered 15/12/2004
Points 2659
18th December, 2004 at 19:03:37 -
" Assault Andy, the tut u told me, does it work very nicely?"
No, he purposely typed out a tutorial that was wrong, to trick you.
n/a
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
18th December, 2004 at 20:15:20 -
LoL, no it works. But it is very basic just to get you started, I'm not sure if I would use something exactly like that but I would use the same sort of principle.