Search found 3 matches

by xanzero
Sun Aug 14, 2016 7:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Crop and rotate animation
Replies: 0
Views: 274

Crop and rotate animation

Does anyone have any idea what is happening here? I'm trying to crop and then rotate an animation for a map screen. It seems to work fine with im.Crop and a single image. add im.Crop("images/line2.png", 0, 0, dist, 2) rotate degs pos (midpointx, midpointy) xanchor 0.5 yanchor 0.5 http://i....
by xanzero
Sun Mar 27, 2016 8:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Drag/Drop hover image
Replies: 1
Views: 334

Drag/Drop hover image

Does anyone know a way for a drag object to act like an imagebutton with idle and hover fields? I'd like to be able to drag something around but also have it highlight and be clickable. I know imagebutton has these two: idle The image used when the button is not focused. hover The image used when th...
by xanzero
Thu Feb 19, 2015 2:58 am
Forum: Ren'Py Cookbook
Topic: Infinite, Stackable Inventory/Crafting/Vendor - UPDATED v1.5
Replies: 75
Views: 53139

Re: Infinite, Stackable Inventory, Crafting, and Vendor Scre

Edit: I think I've figured out the problem, but not the solution. The scope of single_inventory and tt (the tooltip) seem to be what's causing it. When the vendor or inventory screens call inventory_view, inventory_view can't access their values for single_inventory and tt, or something. I don't re...