Search found 3 matches

by GhastlyEster
Wed Apr 22, 2020 2:01 am
Forum: Ren'Py Questions and Announcements
Topic: Defining a function that returns an animated image
Replies: 4
Views: 343

Re: Defining a function that returns an animated image

Thanks! Tried this and it totally works. My game will be done like, SO fast.
by GhastlyEster
Tue Apr 21, 2020 9:37 am
Forum: Ren'Py Questions and Announcements
Topic: Defining a function that returns an animated image
Replies: 4
Views: 343

Re: Defining a function that returns an animated image

Bummer that you can't use ATL like that. Would you share the code for your creator defined displayable? I'll give it a try because I would save so much time.
by GhastlyEster
Mon Apr 20, 2020 9:10 am
Forum: Ren'Py Questions and Announcements
Topic: Defining a function that returns an animated image
Replies: 4
Views: 343

Defining a function that returns an animated image

I've been using animated images to make sprites blink and talk. image linnea neutral blinking: "linnea neutral blinking frame_1" 3.0 "linnea neutral blinking frame_2" 0.016 * 2 "linnea neutral blinking frame_3" 0.016 * 4 "linnea neutral blinking frame_2" 0.016 * 4 repeat And I would save a lot of ti...