Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Wed Jun 19, 2013 6:09 am

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Animated Mouse
PostPosted: Thu Mar 22, 2012 2:27 am 
Newbie
User avatar

Joined: Thu Mar 22, 2012 2:22 am
Posts: 19
Can anyone help me in making an animated mouse? I see that RenPy doesn't support GIF. Anyone knows a code for frame by frame animation in mouse?


Top
 Profile Send private message  
 
 Post subject: Re: Animated Mouse
PostPosted: Thu Mar 22, 2012 4:25 pm 
Veteran
User avatar

Joined: Thu Jul 07, 2011 9:33 am
Posts: 297
Projects: BloomingBlossoms
You could use this code:
Code:
init python:
    config.mouse = {"default": [("CURSOR/cursor_01.png", 17, 17),
                               ("CURSOR/cursor_02.png", 17, 17),
                               ("CURSOR/cursor_03.png", 17, 17),
                               ("CURSOR/cursor_04.png", 17, 17),
                               ("CURSOR/cursor_05.png", 17, 17),
                               ("CURSOR/cursor_04.png", 17, 17),
                               ("CURSOR/cursor_03.png", 17, 17),
                               ("CURSOR/cursor_02.png", 17, 17)]
                   }


it will loop

_________________
Sorry for my bad english ^_^''
Image My VN Website~


Top
 Profile Send private message  
 
 Post subject: Re: Animated Mouse
PostPosted: Fri Mar 23, 2012 5:19 am 
Newbie
User avatar

Joined: Thu Mar 22, 2012 2:22 am
Posts: 19
Oh my gosh, thanks a bunch! I'll try it now :D


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group