Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
shahab96
- Veteran
- Posts: 228
- Joined: Mon May 24, 2010 5:40 am
- Location: Lahore, Pakistan
-
Contact:
#1
Post
by shahab96 » Mon May 30, 2011 10:40 am
Last edited by
shahab96 on Tue May 31, 2011 1:55 am, edited 1 time in total.
The true measure of a man is what he does with his power.
-
Alex
- Lemma-Class Veteran
- Posts: 2565
- Joined: Fri Dec 11, 2009 5:25 pm
-
Contact:
#2
Post
by Alex » Mon May 30, 2011 12:22 pm
You can make an animated image using ATL and then use it as background to your frame
Code: Select all
init:
image glass_bg:
"Frame.png"
0.1
"Frame1.png"
0.1
"Frame2.png"
0.1
"Frame3.png"
0.1
"Frame4.png"
0.1
"Frame5.png"
0.1
"Frame6.png"
0.1
"Frame7.png"
0.1
"Frame8.png"
0.1
"Frame9.png"
1.5
repeat
screen my_scr:
frame:
background Frame("glass_bg", 10, 10)
xpos 500
xpadding 100
ypadding 20
#xalign 0.5
#yalign 0.5
textbutton "Test" action Return(True)
label start:
show screen my_scr
"Well..."
-
shahab96
- Veteran
- Posts: 228
- Joined: Mon May 24, 2010 5:40 am
- Location: Lahore, Pakistan
-
Contact:
#3
Post
by shahab96 » Mon May 30, 2011 12:36 pm
wow.....its that easy?????
thanks for that a lot Alex

The true measure of a man is what he does with his power.
Users browsing this forum: Google [Bot]