Extreme Newbie in Scripting, Help?

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
XMittenz1
Newbie
Posts: 8
Joined: Tue Apr 10, 2012 3:00 pm
Location: Florida
Contact:

Extreme Newbie in Scripting, Help?

#1 Post by XMittenz1 »

Okay I have like 1 question

1. Whats the Script code to make Images move? Like lets say It starts off default with character 1. Then character 2 enters from the right as character 1 moves to the left so both can fit on the screen?

Thats the MAIN one I want to know. I looked at the wiki and Oh god my brain hurt.
The tutorial game helps a LOT with what it says...but Im a visual learner and....wiki pages did not help me.

Just a screenshot of the script...thing... would help a million ;;



Thank you~ Sorry if someone already asked this e.e
My DeviantART
Check my DA for updates and more artwork~.

Starlightkitty7
Regular
Posts: 61
Joined: Sun Jun 15, 2008 5:11 pm
Contact:

Re: Extreme Newbie in Scripting, Help?

#2 Post by Starlightkitty7 »

To make images move you'd use something like:

Code: Select all

with move
Ex:

Code: Select all

    show eileen happy
    with move
If you like visuals then when you launch renpy tutorial. Click on "Edit Script" instead of "Launch". You'll be able to see the codes that pytom used which may also be available in the tutorial. ^_^
````````````````````````````````````````````````
About your 2nd question: (I didn't test this but it should work. Just post here if it doesn't.)

Code: Select all

    
    show character1 at right  #This is your default character
    
    show character1 at left 
    with moveinleft
    
    show character2 at right
    with moveinright

Last edited by Starlightkitty7 on Tue Apr 17, 2012 7:36 pm, edited 1 time in total.

User avatar
XMittenz1
Newbie
Posts: 8
Joined: Tue Apr 10, 2012 3:00 pm
Location: Florida
Contact:

Re: Extreme Newbie in Scripting, Help?

#3 Post by XMittenz1 »

Starlightkitty7 wrote:To make images move you'd use something like:

Code: Select all

with move
Ex:

Code: Select all

    show eileen happy
    with move
If you like visuals then when you launch renpy tutorial. Click on "Edit Script" instead of "Launch". You'll be able to see the codes that pytom used which may also be available in the tutorial. ^_^

Oh thanks with the edit script idea.
I meant like the actual code. Not the defined code..
Unless it was move this whole time...
Then I would feel very silly.
My DeviantART
Check my DA for updates and more artwork~.

User avatar
XMittenz1
Newbie
Posts: 8
Joined: Tue Apr 10, 2012 3:00 pm
Location: Florida
Contact:

Re: Extreme Newbie in Scripting, Help?

#4 Post by XMittenz1 »

Starlightkitty7 wrote:To make images move you'd use something like:

Code: Select all

with move
Ex:

Code: Select all

    show eileen happy
    with move
If you like visuals then when you launch renpy tutorial. Click on "Edit Script" instead of "Launch". You'll be able to see the codes that pytom used which may also be available in the tutorial. ^_^
Found it!
Thank you very much love ^^
My DeviantART
Check my DA for updates and more artwork~.

Starlightkitty7
Regular
Posts: 61
Joined: Sun Jun 15, 2008 5:11 pm
Contact:

Re: Extreme Newbie in Scripting, Help?

#5 Post by Starlightkitty7 »

I edited my post above with codes for moving. See if that helps. :)
Your welcome~!

Post Reply

Who is online

Users browsing this forum: No registered users