Recently frequented the game development website, for me this kind of amateurs, still feel impossible, today stumbled found Wooyoo game development Platform (http://www.wooyoogame.com), feel more suitable for amateur game enthusiasts, so I decided to do a bit of research.
I think the characters inside the Wooyoo are more useful, such as http://www.wooyoogame.com/resource/2549
Look at the demo script and find out that there are five kinds of facial expressions, so how to use them?
First of all, must first register an account, with the account login, enter the page of the character resources, click the button I want to use (this will spend 5 resources, in the member center of the resource pool can see the referenced resources, remove resources, the system will be refunded resources)
Next click on Game development, enter the development interface. Create a new page that you can publish to a resource-managed personal folder. (At this point only can see HA)
Paste the demo script and you can change it to your desired expression.
Like what:
SPRITEDATA=INCLUDEAISX (":/wooyoo/littlebrid/people20148312.aisx"); Create (m={face: "Shy", x:30%,y:100%}::spritedata), m.face<:{"shy", "shy", 500}<:{"Happy", "Happy", 500}<:{"angry", "angry", 500}<:{"cute", "cute", 500}<: "Loop"; Shy, happy, angry, cute expression loops
It's quite handy to use. Of course, if you want someone else to see your modified script, you need to publish the resources.
Simple script for online character wizard use