Exporting text from game salad

TannerWordTannerWord Member, PRO Posts: 20

Hey guys, I wanna make a app where users can put in their info, and send it to other people via texting or email. How would I export the text they entered from game salad into the texting app and emailing app? Or how would I achieve what I wanna do? Thanks

Comments

  • zweg25zweg25 Member Posts: 738

    Currently there is no way to do this for texting/SMS, but for email it is possible (with pro).

    You make a rule in the email button that says:

    When touch is pressed

    >

    open url (pro behavior): mailto: example@address.com?body=MESSAGE.

    You can make the MESSAGE an attribute that holds the string of text that you want to be emailed.

    Hope that helps

    zweg25

Sign In or Register to comment.