Search found 4 matches

by thehacker
Thu Aug 15, 2013 11:56 am
Forum: Ren'Py Questions and Announcements
Topic: does anyone know how to show a displayable in a viewport
Replies: 2
Views: 488

Re: does anyone know how to show a displayable in a viewport

You would include a displayable by using Add http://www.renpy.org/doc/html/screens.html#add Add can take transform properties like xoffset and yoffset, so you could have something like add "my_sprite.png" xoffset sprite_xoffset yoffset sprite_yoffset Within the viewport and you could update the pos...
by thehacker
Thu Aug 15, 2013 2:13 am
Forum: Ren'Py Questions and Announcements
Topic: does anyone know how to show a displayable in a viewport
Replies: 2
Views: 488

does anyone know how to show a displayable in a viewport

Well, I have a problem here. What I want to do is to create a button that will change the position of a sprite. But I want to place the sprite in a viewport which is I don't know how Is there any way for renpy.show or the show statement to show an image displayable on a viewport based on an offset? ...
by thehacker
Sun Aug 11, 2013 12:55 pm
Forum: Asset Creation: Writing
Topic: destiny_921's Guide to Writing *JULY 3 UPDATE*
Replies: 13
Views: 9650

Re: destiny_921's Guide to Writing *JULY 3 UPDATE*

great!!
English is not my first language and it found me hard to write for there is a lot of vocabularies that is used in writing a story
While I might be good enough for everyday conversations but I'll need to read a lot of things from now on :)

Thanks, it gives me a lot of new things to know
by thehacker
Sun Aug 11, 2013 9:17 am
Forum: Ren'Py Questions and Announcements
Topic: texthistory script compability, need help
Replies: 0
Views: 304

texthistory script compability, need help

I tried to use textHistory script from the cookbook of renpy because I wanted my game to use that for rollback link: http://www.renpy.org/wiki/renpy/doc/cookbook/Text_History but I have one problem that is when I want to use mousewheel down to advance by using this script config.keymap["dismiss"].ap...