View Single Post
08-03-05, 11:34 AM   #10
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Oh to do it yourself that would be a great first UI project to learn.

It'd be pretty simple also.

You'd want to make a minimize/maximize button that hides and displays a frame containing a bunch of buttons that do emotes.

- Anchor the frame to the min/max button
- Depending on the "minimized" or "maximized" state, update the textures of the button if it's pushed

Once you have it doing "built in" emotes, you could allow the user to edit the emotes by right-clicking them which pops up an EditBox to enter their own.

Emotes in lua are done with SendChatMessage(text,"EMOTE")
  Reply With Quote