Search found 35 matches

by sigmaxion
Sat Jul 22, 2006 6:03 pm
Forum: Ren'Py Questions and Announcements
Topic: how to stop an Animation?
Replies: 4
Views: 1758

I don't think there's any queue system for animations. Right now, I would play the first one (show anim1) then wait for it to finish ($ renpy.pause(3.5)), then play the next one (show anim2), etc... Are you using such an animation for a cutscene ? If so, it's just a bit of work for timing everythin...
by sigmaxion
Sat Jul 22, 2006 6:06 am
Forum: Ren'Py Questions and Announcements
Topic: how to stop an Animation?
Replies: 4
Views: 1758

Thank you! and now I have another question. how to change animation? I mean,how does the animaion change in a queue? for example, I what get a effect like this: The guy goes forward, then make an attack, after that jump back to oringnal position. To achieve this effect, I have 3 animations, so I won...
by sigmaxion
Sat Jul 22, 2006 3:28 am
Forum: Ren'Py Questions and Announcements
Topic: how to stop an Animation?
Replies: 4
Views: 1758

how to stop an Animation?

I mean, how to make the animation only paly once. I'm using something like this: init: image attack = Animation ("a1.png",0.02,"a2.png",0.02,"a3.png",0.02, "a4.png",0.02,"a5.png",0.04,"a6.png",0.13,"a7.png",0.06,"a8.png"...
by sigmaxion
Wed Jul 19, 2006 10:30 pm
Forum: Ren'Py Questions and Announcements
Topic: [help]About display Chinese
Replies: 21
Views: 5598

thank you!
It surely works!
Well, maybe I should introduce this excellent stuff to chinese doujin game maker right now...:)
by sigmaxion
Wed Jul 19, 2006 6:56 pm
Forum: Ren'Py Questions and Announcements
Topic: [help]About display Chinese
Replies: 21
Views: 5598

[help]About display Chinese

I love this engine, but it seems that it didn't support Chinese language...
Is there any solution?