Posted 14 years ago
·
Author
Downwiththebighead wrote:I went into this chatroom and this guy made furniture that when you sat on it, it made your avi talk. Ive been trying to figure out how he did this, Im stuck. Does anyone have any information to help me?
-- Tue Dec 21, 2010 9:52 pm --
Ok i figured out i need to put this somewhere creating it. *msg SeatAssignment 0 0 1 0 But i replace the last 0 with product id. I still cant figure it out.
This is the simplest sort of file possible. all of our files must begin with <speech> and end with </speech>, and the words you want the avatar to say in a speech bubble must begin with <bubble> and end with </bubble> tags you can write whatever you want. if you have written this (or pasted it) in notepad, you need to save the file as 'bubbles.XML'. it's important that notepad not save as its usual '.txt' on the end, so save the file by going to File->Save as, and then typing 'bubbles.XML'. Save the file. this simple way you can create a timed series of bubbles:
<speech>
<bubble>Somewhere...</bubble>
<bubble wait="1">...Over the rainbow..</bubble>
<bubble wait="2">Skies</bubble>
<bubble wait="2.5">are</bubble>
<bubble wait="3">Bluuuuuueee</bubble>
</speech>
To add and test your bubbles, go into the create mode and open the actions tap. Go down to Morph Animation and click the tab Add .XPF find your file you created (yes it says.xpf and your file is .XML but that's okay) Now, go back up to the tab next to actions and click assets. You Should see your bubble file there. Go to your Avi on the screen and find the yellow dot or node until your avi sits. you should see your bubble appear.
HAVE FUN!!! this node is AP and must be marked as so to submit to the catty. so make sure when you upload your products to not put them as GA
Downwiththebighead wrote:Ok i figured out i need to put this somewhere creating it. *msg SeatAssignment 0 0 1 0 But i replace the last 0 with product id. I still cant figure it out.
Don Von Free Credits wrote:Downwiththebighead wrote:Ok i figured out i need to put this somewhere creating it. *msg SeatAssignment 0 0 1 0 But i replace the last 0 with product id. I still cant figure it out.
I think this is the correct way to use that chat code:
"*msg EraseText 2 " + userId + " 0 0" - removes bubble from above person
"*msg BeginText 2 " + userId + " 0 0" - ads bubble above person
"*msg SeatAssignment " + userId + " 0 0" - moves person around the room
Those codes are just parlor tricks for placing bubbles over someone else's head and moving yourself around without clicking.
They do not actually make other people talk.
If you want to hijack other people's messages, you have to do it through flash, or derive from someone else's flash product that can do it.