Jump to content

Zousug Corvinus

Resident
  • Posts

    24
  • Joined

  • Last visited

Reputation

2 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. oh drats.. lol i think i fixed it.. llSetLinkMedia(2, 2, [PRIM_MEDIA_CURRENT_URL, music_url, PRIM_MEDIA_AUTO_PLAY, TRUE]); still dosnt play lol
  2. The URL is set in the admin menu.. on is just meant to set it to play, off to stop
  3. I have llClearLinkMedia(2, 2); in yet when i edit the prim and face it still shows the url under current page.. *also my on dosnt seem to turn it on no more lol*
  4. Thanks for the reply, was about to make a quick update post hehe I have the code in to set the url and its set auto play = false.. I then have these two buttons if(msg == "Radio On") { llSetLinkMedia(2, 2, [PRIM_MEDIA_CURRENT_URL, msg, PRIM_MEDIA_AUTO_PLAY, TRUE]); } else if(msg == "Radio Off") { llSetLinkMedia(2, 2, [PRIM_MEDIA_CURRENT_URL, ""]); } else { The Radio On option works, makes it so it plays but radio off is not taking the URL away to turn it off.. *is there away to change it to HOME which should always be blank as away to switch it off?* Iv had the off set to PRIM_MEDIA_CURRENT_URL as well with no url just "" and still dont work
  5. Hey all, I have a item that when clicked on comes up with a menu to do a few different things. attached is another prim that has a face thats set to media, was wondering.. How can i change the media on prim url? Also, can i hide the bar that shows *stop play home etc*? And any way to have it only play when the play button is pressed in the menu system i have? thanks in advanced
  6. Hello, I'm looking to hire someone to make me a music script that has the following features built in: - Allow setting access permission *Owner / All / Group* for being able to play loaded songs / radio station *settings only owner* - Show menu of purchased Records to play song - Settings Menu to allow setting a stream URL and play it as radio instead of the records - Volume adjustment option - Preferable unlimited songs to be loaded - Full Permissions More details can be given just message me in-world or IM if interested. Thank you for your time! --Zousug
  7. It is a tv, they let you buy any dvd's from their store and it loads into the tv and you can play em.. i wanna do the same thing but for music just not sure how to start
  8. Hey all, I was wondering how I would make somthing like the HVID tv but as a music player instead. so you buy CD's and the player could play them all and you can select em etc?
  9. Hey all, I got it working thank you all so much, sorry for delay had alot RL to deal with. I appreciate it
  10. Hey, So it works *lowers me down cause the animation by default is high* but i need to change it so its a little higher off the ground. *ignore the messy code sorry* the last line llsetlinkprimitiveparamsfast bit, iv tried changing the numbers but it isnt changing the height any, also *im sitting on the item* still getting a Syntax error on 0,25 *which is just after the ( in first line* llSetLinkPrimitiveParams(llGetNumberOfPrims(), [ PRIM_POS_LOCAL,] ); // when avatar sits it becomes the last child on the linkset default { vector size = llGetAgentSize(llAvatarOnSitTarget()); // we measure the avatar size float adjustement = (size.z / 2 ); // size.z is avatar height, pelvis is halfway the avatar float avup = (adjustement + ( size.z/10)) + 0.08; // half of avatar + one tenth of avatar + your own tweak (depends on various things, so you have to test what works for you) llSetLinkPrimitiveParamsFast(agentlinknum,[PRIM_POS_LOCAL,<0,0,avup>,PRIM_ROT_LOCAL,llEuler2Rot(<0,0,0>)]); // here we move the avatar to the new position, the rotation part is the target rotation in euler }
  11. just an update, works perfect thank you ^.^
  12. hey all, sorry i was not getting notifications for some reason. Thank you all for your replies, was hoping *but not holding my breath* for another way to do it haha unfortunately this solution wont work as the studio is above the store haha.. skybox it is lol
  13. oh it is for when sitting i just wasnt sitting on it while i was writing the script haha. I will play with it and get back to you *again early morning and been awhile lol* thank you for your help.
  14. Hi thanks for the reply, When i save the script i get a (0,26) Error Syntax error even if i place the above in.. is that just because im not sitting on it at the time? sorry its been awhile with scripting and its early morning lol
  15. Hello, I was looking to do a script to change the avatar height when an animation is used *the animation has me floating when sitting* and came across this but i cant get it to work just syntax's out on the first line. is there something out there or can anyone help? thanks
×
×
  • Create New...