Search found 179 matches

by mjshi
Sun Nov 17, 2013 8:17 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap problems- "corrupt" images? [Solved]
Replies: 2
Views: 527

Re: Imagemap problems

YES it worked :D

I think I figured it out now, the file without the prefs in it was confusing the file with the prefs button in it.
So I deleted both images and it worked fine :3
Thank you very much~
by mjshi
Sun Nov 17, 2013 8:08 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap problems- "corrupt" images? [Solved]
Replies: 2
Views: 527

Imagemap problems- "corrupt" images? [Solved]

It mystifies me. http://img845.imageshack.us/img845/8742/y8f0.png .... screen navigation: # The background of the game menu. window: style "gm_root" imagemap: ground "navigation_ground.png" idle "navigation_idle.png" hover "navigation_selected.png" selected_idle "navigation_idle.png" selected_hover ...
by mjshi
Fri Nov 15, 2013 6:22 pm
Forum: Asset Creation: Music, Sound, and Movies
Topic: [closed]Orchestral piece, please point out funky spots?
Replies: 6
Views: 1827

Re: Orchestral piece, please point out funky spots?

Okay, I'm completely a beginner at this so thanks for the pointers.

Guess I need to study it a bit more.
by mjshi
Tue Nov 12, 2013 10:06 pm
Forum: Old Threads (– September 2014)
Topic: [Closed for oldness] Hobbyist Artist accepting requests
Replies: 10
Views: 3089

Re: Offering services as a hobbyist (sprite?) artist [Free]

Update: Finished, briannavon. Sent files as PM.
All slots open now.
by mjshi
Thu Nov 07, 2013 7:57 pm
Forum: Asset Creation: Music, Sound, and Movies
Topic: [closed]Orchestral piece, please point out funky spots?
Replies: 6
Views: 1827

Re: Orchestral piece, please point out funky spots?

Screenshot of the score:

http://img801.imageshack.us/img801/6405/pmxt.png


@ thisisnoname: I'm planning on expanding that 'tangent' later on, hopefully it'll fall into place.
by mjshi
Thu Nov 07, 2013 7:29 pm
Forum: Old Threads (– September 2014)
Topic: [Closed for oldness] Hobbyist Artist accepting requests
Replies: 10
Views: 3089

Re: Hobbyist (sprite?) artist [unpaid]

Update: briannavon, 1 more sprite left~
by mjshi
Wed Nov 06, 2013 10:32 pm
Forum: Asset Creation: Music, Sound, and Movies
Topic: [closed]Orchestral piece, please point out funky spots?
Replies: 6
Views: 1827

[closed]Orchestral piece, please point out funky spots?

Created using Finale.

Name: Familiar Faces

Status: In progress

I just want to know how it sounds so far- some parts (especially in the beginning) I feel that the notes kind of.. contrast each other.


http://vocaroo.com/i/s0asoBEY2nAL
by mjshi
Mon Nov 04, 2013 5:09 pm
Forum: Old Threads (– September 2014)
Topic: [Closed for oldness] Hobbyist Artist accepting requests
Replies: 10
Views: 3089

Re: Hobbyist (sprite?) artist [unpaid]

Please pm and describe, briannavon, thank you ^.^
by mjshi
Sat Nov 02, 2013 9:49 pm
Forum: Old Threads (– September 2014)
Topic: [Closed for oldness] Hobbyist Artist accepting requests
Replies: 10
Views: 3089

[Closed for oldness] Hobbyist Artist accepting requests

Not Busy :D (see requirements for more info) [/size] Hello everyone... I had nothing to do so I decided to offer my services as an artist composer writer here. :D Usually I would be my own one-person team but Anyways, on to business! Slots Mariella, long term music composition - currently being app...
by mjshi
Sun Oct 27, 2013 12:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Loops and pauses
Replies: 2
Views: 277

Re: Loops and pauses

It didn't seem so at first, but when I zoomed in a lot I saw that there was some white noise at the beginning... thank you, it's fixed now ^.^
by mjshi
Sat Oct 26, 2013 2:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Loops and pauses
Replies: 2
Views: 277

Loops and pauses

Is it possible to play one short track of music over and over without having Ren'Py pause when it reloops? For clarification- Start game -> plays 3 measure long loop with a five second fade in -> pauses for a second or two -> plays the same music again without fade in -> pauses -> plays -> pauses ->...
by mjshi
Sat Oct 19, 2013 8:11 pm
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 905291

Re: Art Dumpage! Show your art ^^

Image

*submits and runs*
by mjshi
Wed May 15, 2013 7:07 pm
Forum: Asset Creation: Music, Sound, and Movies
Topic: Criticism for [WIP] "classical" piece in Finale
Replies: 5
Views: 1266

Re: Criticism for [WIP] classical piece in Finale

@ Terracotta: Yeah, it's looping music so that end is not really an ending but a beginning of a new beginning :lol: Thanks for the reply, I'll probably get a bunch of friends with their instruments and make them play it. After listening to it for a few more times, I agree it does sound more orchestr...
by mjshi
Thu May 09, 2013 9:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Making links to websites in the Ren'py game
Replies: 6
Views: 8768

Re: Making links to websites in the Ren'py game

Then on the imagemap you would substitute the action for "action OpenURL("http://your_url.com")" Example (from my demo game): imagemap: ground "main_menu_idle.png" hover "main_menu_hover.png" hotspot (96,416,288,39) action Start() hotspot (96,460,288,40) action ShowMenu("preferences") hotspot (434,4...