Copy link to clipboard
Copied
Hi everyone, me and my friend are making a flash game and we are trying to implement a functional character creation menu. We have actually managed to change some of the features for the character using some simple next frame change code but the main question is how do we call a modified symbol containing the customized features. It would be very helpful if you guys could give us the steps to get this working. Thank you!
Copy link to clipboard
Copied
I have done quite a bit of that kind of thing. Can you describe more about what you are doing, and also whether it's ActionScript or HTML5 Canvas? Both are possible to use for having custom avatars, if that's what you're doing. How you do it differs a little bit between the two.
It can be done in simple ways, but it would be good to know for sure that you're doing what I think you're doing.
Copy link to clipboard
Copied
Hi! Made this little sample: https://goo.gl/tyY2L5
I tried to keep things simple and more readable.
Please let me know if something doesn't work or if you have any doubt.
I hope it helps!