Where is the .rpy file for the Animation tutorial?
Posted: Mon Mar 09, 2015 6:22 pm
Hi everyone.
I'm trying to get a few ATL lines working, but it keeps gicing me an error with a red arrow pointing to the numbers next to xalign, yalign... well really anything under the block.
So I figured I'd open the animation tutorial script and see exactly how it was done, but I can't tell which one it is. It's not the Transform one.
This is the block I'm trying to run.
I've defined the imagebefore the game starts.
I've gotten this to work in the console however, that's the really odd part.
Any suggestions? Thanks.
Oh, and here is the error I get.
I'm trying to get a few ATL lines working, but it keeps gicing me an error with a red arrow pointing to the numbers next to xalign, yalign... well really anything under the block.
So I figured I'd open the animation tutorial script and see exactly how it was done, but I can't tell which one it is. It's not the Transform one.
This is the block I'm trying to run.
Code: Select all
label camfight:
show camfight:
xalign 0.7 yalign 0.7
linear 0.2 xalign 0.4
pause 1
linear 0.2 xalign .7
repeat:
I've gotten this to work in the console however, that's the really odd part.
Any suggestions? Thanks.
Oh, and here is the error I get.
Code: Select all
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/script.rpy", line 335: expected statement.
xalign 0.7 yalign 0.7
^
File "game/script.rpy", line 336: expected statement.
linear 0.2 xalign 0.4
^
File "game/script.rpy", line 338: expected statement.
linear 0.2 xalign .7
^
File "game/script.rpy", line 339: expected statement.
repeat
^
Ren'Py Version: Ren'Py 6.18.3.761