- Apr 6, 2018
- 298
- 379
So I've been working on my game for a bit.
It's going well and up to now I felt like Renpy was pretty easy to learn (got to use multiple menus yesterday with no problem, labels etc)
Ran into a snag today.......
I was trying to turn a few frames into a simple slideshow animation..... but so far all the code I got online doesn't seem to work in my game
I tried
image xxxxx:
"130.jpg"
pause 1
"132.jpg"
pause 1
repeat
after that, there is a jump command........
anyways, I tried variations that give me error messages, the one above works but instead of repeating the images the game just goes to screen I wanted the player to jump to eventually...
it doesn't show the images 130 and 132 at all
If anybody could give me some tips it would be appreciated......
I just want to do a simple animation that will keep repeating until the player moves past a few messages and then gets to the ending of the scene.....
I don't understand what I'm doing wrong...the code above works for some people
Am I missing something? Should I define the image before those lines, somehow?
Please help
It's going well and up to now I felt like Renpy was pretty easy to learn (got to use multiple menus yesterday with no problem, labels etc)
Ran into a snag today.......
I was trying to turn a few frames into a simple slideshow animation..... but so far all the code I got online doesn't seem to work in my game
I tried
image xxxxx:
"130.jpg"
pause 1
"132.jpg"
pause 1
repeat
after that, there is a jump command........
anyways, I tried variations that give me error messages, the one above works but instead of repeating the images the game just goes to screen I wanted the player to jump to eventually...
it doesn't show the images 130 and 132 at all
If anybody could give me some tips it would be appreciated......
I just want to do a simple animation that will keep repeating until the player moves past a few messages and then gets to the ending of the scene.....
I don't understand what I'm doing wrong...the code above works for some people
Am I missing something? Should I define the image before those lines, somehow?
Please help