Search found 196 matches

by DesertFox
Fri Sep 13, 2013 12:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Regarding screens, multiple screens, hiding the window etc.
Replies: 14
Views: 2003

Re: Regarding screens, multiple screens, hiding the window e

That works perfectly, thank you.

One quick query which I'll ask here - is it possible to drag and click screens? For instance, the memo screens above. Would it be possible for the player to click on the memo and move it around on the screen, like a desktop?
by DesertFox
Fri Sep 13, 2013 12:06 pm
Forum: Ren'Py Cookbook
Topic: UI gadget - Rotateable wheel with buttons
Replies: 5
Views: 2756

Re: UI gadget - Rotateable wheel with buttons

This is an excellent bit of coding and would definitely be good for dungeon crawlers, puzzles and maps.
by DesertFox
Fri Sep 13, 2013 11:34 am
Forum: Ren'Py Questions and Announcements
Topic: Regarding screens, multiple screens, hiding the window etc.
Replies: 14
Views: 2003

Regarding screens, multiple screens, hiding the window etc.

I'm trying to create a map screen that shows information to a player, has information boxes that the player can close if they click on a textbutton and a final textbutton to take them to the next screen. Initially, I was using the following in my script. init: screen map1: frame: style_group "map_fr...
by DesertFox
Sun Sep 08, 2013 10:26 am
Forum: Creator Discussion
Topic: Compressing and saving space
Replies: 3
Views: 714

Compressing and saving space

It's a little way off for me until I publish my game personally, but what methods do you use to compress your files but retain quality?
How do you save file size whilst having a game with images at 1280x1060, a soundtrack of quality music and sound effects, and several thousand words?
by DesertFox
Sun Sep 01, 2013 7:18 pm
Forum: Creator Discussion
Topic: ---
Replies: 14
Views: 1794

Re: Use of sprite dolls

---
by DesertFox
Sun Sep 01, 2013 6:52 pm
Forum: Creator Discussion
Topic: ---
Replies: 14
Views: 1794

Re: Use of sprite dolls

---
by DesertFox
Thu Aug 29, 2013 11:27 pm
Forum: Creator Discussion
Topic: ---
Replies: 14
Views: 1794

Re: Use of sprite dolls

---
by DesertFox
Thu Aug 29, 2013 4:36 pm
Forum: Creator Discussion
Topic: ---
Replies: 1
Views: 1057

---

---
by DesertFox
Thu Aug 29, 2013 4:34 pm
Forum: Creator Discussion
Topic: ---
Replies: 14
Views: 1794

---

---
by DesertFox
Thu Aug 29, 2013 11:33 am
Forum: Ren'Py Questions and Announcements
Topic: Disable click/skip/escape options
Replies: 3
Views: 876

Disable click/skip/escape options

I know how to prevent right-click from working, but what coding would I need to prevent the player from being able to skip or click through transitions etc. I want the player to sit through an animation of something.
by DesertFox
Thu Aug 29, 2013 11:04 am
Forum: Creator Discussion
Topic: First Steps in Commercial Games
Replies: 26
Views: 3807

---

---
by DesertFox
Mon Aug 26, 2013 2:31 pm
Forum: Ren'Py Cookbook
Topic: RPG Battle Engine - Alpha 7.5, downloads in first post
Replies: 274
Views: 75516

---

---
by DesertFox
Sat Aug 24, 2013 7:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Vscrollbar in Text History
Replies: 12
Views: 3518

Re: Vscrollbar in Text History

Does anyone know what the style attribute for the scrollbar frame is? The thing the thumb sits inside?
by DesertFox
Thu Aug 22, 2013 3:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Vscrollbar in Text History
Replies: 12
Views: 3518

Re: Vscrollbar in Text History

I can't work out the attribute for the draggable. I've tried slider, bar, draggable, right_bar but they don't work.

EDIT - Sorry, just realized it's the thumb.
by DesertFox
Tue Aug 20, 2013 3:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Vscrollbar in Text History
Replies: 12
Views: 3518

Re: Vscrollbar in Text History

Anyone who can help?