Image can't take xalign / yalign? [SOLVED]

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.
Post Reply
Message
Author
User avatar
Biotikos
Regular
Posts: 33
Joined: Sat Jan 19, 2013 4:50 pm
Projects: Eien no Mirai
Organization: Biotikos Development
Skype: aleatory-22
Contact:

Image can't take xalign / yalign? [SOLVED]

#1 Post by Biotikos »

Okay so
I have this code on my script

Code: Select all

show quickalert xalign 0.5 yalign 0.5 with dissolve 
And when I try to execute the game it returns me this string:

Code: Select all

Image 'quickalert can't take parameters 'xalign 0.5 yalign 0.5' (Perhaps you got the name wrong?
What did I do this time... xDD
Last edited by Biotikos on Thu Mar 20, 2014 7:26 pm, edited 1 time in total.

Asceai
Eileen-Class Veteran
Posts: 1258
Joined: Fri Sep 21, 2007 7:13 am
Projects: a battle engine
Contact:

Re: Image can't take xalign / yalign?

#2 Post by Asceai »

Code: Select all

show quickalert with dissolve:
  xalign 0.5 yalign 0.5

User avatar
Biotikos
Regular
Posts: 33
Joined: Sat Jan 19, 2013 4:50 pm
Projects: Eien no Mirai
Organization: Biotikos Development
Skype: aleatory-22
Contact:

Re: Image can't take xalign / yalign?

#3 Post by Biotikos »

I think I shoulda place a sticky note in my forehead with all those fails xdd

Thanks, it worked!

Post Reply

Who is online

Users browsing this forum: No registered users