Search found 4 matches

by Joe
Mon Jul 02, 2012 2:44 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to move objects in Ren'Py
Replies: 5
Views: 4124

Re: [SOLVED] How to move objects in Ren'Py

I got it. Thanks anyway~
by Joe
Fri Jun 29, 2012 3:59 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to move objects in Ren'Py
Replies: 5
Views: 4124

Re: How to move objects in Ren'Py

What if I want to move an existing image? Do I have to use "show" again? If so, will it bring the image I "show" to front (I don't want that)?
by Joe
Fri Jun 29, 2012 2:48 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to move objects in Ren'Py
Replies: 5
Views: 4124

Re: How to move objects in Ren'Py

Okay, I did read that page, 5x over, which is why I feel so silly right now. Let me see if I understand. In the example code... atl_transform ::= "transform" name "(" parameters ")" ":" atl_block atl_transform ::= is not required in the script "transform&...
by Joe
Fri Jun 29, 2012 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to move objects in Ren'Py
Replies: 5
Views: 4124

[SOLVED] How to move objects in Ren'Py

Hi, I am new here, and I am also new to Ren'Py~ I am attempting to move images around in a simple Ren'Py game to simulate an internet browser. My game's code starts like so after "label start:" show web page: ypos 76 show browser one at top show task bar #show scroll skeleton: # xpos 786 y...