Android using extensions

sercan

Member
Hi,
I got some free extensions from marketplace.
One of them is about share.
What do I have to wirte in left released event of share button to make work that share extension on android?
could you please explain clearly what is external_define and external_call for?
Now I have the extension in my game and searching for the next step. The thing I want to do is making the share button work in my game.
 

Tsa05

Member
Because they know what the extension does.
If it's the free share extension for android, the description says:
To use this extension, simply import it and call the function share_text( "message to share" ) whenever you want to allow the user to share something. This could be used to share the score of a player when a share button is clicked, or maybe to recommened your awesome game to other people!
 

sercan

Member
Because they know what the extension does.
If it's the free share extension for android, the description says:
so you say I need to know what function is defined in extension file right? calling the function will make it work i guess. now i think my brain started shifting up.
 
Top