Skip to main content
Participant
November 26, 2006
Question

action script object

  • November 26, 2006
  • 2 replies
  • 195 views
I would like to creare an object for third party developers to report high score.

I dont want them to see my code.

So for example I will create a class highScore with API sendScore and the developer will use it.

What is the best way to do it?

Is the only way to do it is to crearre action script file that they can see my code?
This topic has been closed for replies.

2 replies

Inspiring
November 27, 2006
Inspiring
November 26, 2006
Create a component.
rhalfiAuthor
Participant
November 27, 2006
Hi,

thanks for your replay.

Can you elaborate more on this or point me to an article or documentation on this?