Search found 10 matches
- Wed Mar 11, 2015 1:51 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Transparent image over an imagemap
- Replies: 13
- Views: 1716
Re: Transparent image over an imagemap
The transform needs a point to start and to end. The always rotating effect can be achieved this way: transform mm_rotate: subpixel True rotate_pad True rotate 0 linear 1.0 rotate 360 repeat That means: - The rotate 0 is the initial point, the rotate 360 is the final point, a second later. - The re...
- Wed Mar 11, 2015 12:42 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Transparent image over an imagemap
- Replies: 13
- Views: 1716
Re: Transparent image over an imagemap
I noticed in my code after the add image line of code, I put a colon and then indented the next three lines (with the anchor, alignment, and transform). You don't have that colon and indentation. Have you tried it with the colon and indentation? Yes, I did try this, but when I tried to launch the p...
- Wed Mar 11, 2015 12:30 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Transparent image over an imagemap
- Replies: 13
- Views: 1716
Re: Transparent image over an imagemap
Thank you for your replies! Okay, sorry for the late reply, but that seems to have helped... slightly. I've got the image showing over the imagemap, so at least that's something. However I can't seem to get it to rotate at all. screen mm_flair_rotate() align (0.5, 0.5): add "menus/menu_flair.png" xa...
- Tue Mar 10, 2015 6:03 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Transparent image over an imagemap
- Replies: 13
- Views: 1716
Re: Transparent image over an imagemap
Ah! xavimat is correct, you want imagebuttons over an image rather than an imagemap. Here is the tutorial on imagebuttons: http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=22565 I'll look into imagebuttons, but i'm not sure I really need them. To clarify further, the rotating element isn't a b...
- Tue Mar 10, 2015 5:47 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Transparent image over an imagemap
- Replies: 13
- Views: 1716
Re: Transparent image over an imagemap
Could you explain this a bit more? You have a transparent image that shows nothing. And then you want to transform this transparent image? But no one can see what you did? Anyway, what I'd say is, just put your image on a screen and then show the screen wherever you want. Sorry, I can see why that ...
- Tue Mar 10, 2015 11:55 am
- Forum: Ren'Py Questions and Announcements
- Topic: Transparent image over an imagemap
- Replies: 13
- Views: 1716
Transparent image over an imagemap
I'm starting to wonder if it's even possible. I'm trying to get a transparent image to show up over my main menus image map so I can use a transform on it. Can anyone help me out?
- Tue Mar 10, 2015 8:51 am
- Forum: WiP: NaNoRenO
- Topic: Archives (Working Title) [Sci-fi] [Kinetic] [2015]
- Replies: 5
- Views: 888
Re: Archives (Working Title) [Sci-fi] [Kinetic] [2015]
Finalized Main Menu GUI, still working on other screens.
Still trying to figure out how to add a rotation to a UI element...
Still trying to figure out how to add a rotation to a UI element...
- Mon Mar 09, 2015 3:54 pm
- Forum: WiP: NaNoRenO
- Topic: Archives (Working Title) [Sci-fi] [Kinetic] [2015]
- Replies: 5
- Views: 888
Re: Archives (Working Title) [Sci-fi] [Kinetic] [2015]
Updated with an (almost) finalized main menu!
- Mon Mar 09, 2015 4:40 am
- Forum: WiP: NaNoRenO
- Topic: Archives (Working Title) [Sci-fi] [Kinetic] [2015]
- Replies: 5
- Views: 888
Re: Archives (Working Title) [Sci-fi] [Kinetic] [2015]
Updated with a WIP shot of the menu. 
- Sat Mar 07, 2015 2:57 pm
- Forum: WiP: NaNoRenO
- Topic: Archives (Working Title) [Sci-fi] [Kinetic] [2015]
- Replies: 5
- Views: 888
Archives (Working Title) [Sci-fi] [Kinetic] [2015]
http://i.imgur.com/cMekq3C.png Prologue I'm not sure why, but a faint smell of vanilla always overtakes my senses when I'm stressed. I'm far from a betting man, and certainly no neuroscientist, but if I had to wager I'd guess it's because of the sweets my mother used to bake. A gentle aroma wafting...