XBOX Live avatar... in 1 line ;)

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jihem
Posts: 53
Joined: Sun Jul 28, 2013 3:21 pm

XBOX Live avatar... in 1 line ;)

Post by jihem » Sat Feb 28, 2015 3:54 pm

Create a card, put an image ("imgName"), a field ("fldName") and a button on it.
Edit the button script and insert the mouseUp handler code :

on mouseUp
put url("http://avatar.xboxlive.com/avatar/"& (field "fldName") & "/avatar-body.png") into image "imgName"
end mouseUp

Enjoy... If you haven't a xbl avatar in mind, try "kuroyi".
I haven't been in the place since years but it's still active.

Post Reply

Return to “Internet”