How to do some actions without using extensions
So, I have been programing now with "flash" in mind, and I know it doesnt support much extensions, so, some things that I could actualy do, I can't anymore, if someone can help me I would be grateful.
List of how to do without any extension:
1- Background Parallax
2- Color change (if I have a blue enemy, and I want him to gradualy change for another color)
3-light/ shadows
Thanks a lot!
Re: How to do some actions without using extensions
1- Parallaxing doesn't seem to require an extension. (Check out "All about scrolling" on the tutorials page)
2- For that I think you're going to have to create your own animation frame by frame.
3- This seems more like a 3D effect to me so I don't really understand. (I'm not knowledgeable regarding MMF's 3D capabilities).
Re: How to do some actions without using extensions
Re: How to do some actions without using extensions
2 can be achieved with "Replace color" and a little RGB mastery... that is, if the enemy is SOLID blue.
Re: How to do some actions without using extensions
A tip: If you want to know how to do something in MMF Flash, ask that as your main question. Flash has more limitations than just "doesnt support much extensions".
e.g. Light/shadow effects are often done with ink effects / shaders (and, subtract, multiply), but those don't work in flash.
I'm not sure if replace colour is supported either.