I will have the $199 for full Membership in a couple days. I am not a serious developer, I do it for fun and I am HAPPY to pay $199 for some fun (cheaper than most other fun, hahahaha). I really LOVE Stencyl, I just cannot get over how GREAT it is ! ! !
I downloaded Stencyl a week ago and already made a pretty good application, i put it on Stencyl beginner games, it is called "shooting executive shit flies and severed heads". It features "SugaSuga" by Baby Bash, I had no problem incorporating that song into the Game.
>>>> I want to give the GamePlayer several choices for game background music.
To make the GameFile small and to give lots of choices, I want the Game to access my host and obtain the MP3 file. Ideally it would even go to youtube and just start playing a song without opening a Youtube window. <<<<<<<
For example, I created an Actor that is in fixed position, no behaviors. When I click the Actor, I want to visit my webhost and obtain the soundfile and start playing it.
I carefully tried a large number of combinations based on the Stencylpedia HTTP request and examples but now my brain is FRIED from trying so if anyone has a sample Event that does this, please let me know, thanks! Even More Supreme would be a self-populating clickable list. For example, suppose I have 5 .mp3 files on my Host address, it would be great to have those 5 populate a clickable list.
The simple solution appears to be an Event tied to an Actor that gets the soundfile associated with the actor. I could make, say, 5 different Actors, each would have an EVENT when Clicked that:
goes to my HTTP address for my file (sample at
http://www.jesusosunrise.com/Ofra%20Haza%20-%20Im%20Nin'Alu%20[1978].mp3). U can see the Game also on my personal site:
www.risepatriot.comn testing, I had no problem making a browser window open but I don't want to open a new browser window, I want to do an HTTP 'get' but cannot figure out all the details! Help! Thank U.