Confused on using depreciated stuff

With the recent talk of module and seeall being depreciated and not using global variables and so many code examples still using them, what route should I take to develop a game like ghosts vs monsters?
Or for that matter any game?

And what about items like director and particle candy?
Should I wait till they are updated to use these?

[import]uid: 34179 topic_id: 16173 reply_id: 316173[/import]

I can understand where you are coming from.

This conversation is similar to the olden days “GOTO is bad” type conversations. Many languages still use absolute jumps (similar to GOTO)

IMO, I feel that the article on not using module and seeall and metatables etc has just caused a lot of extra traffic on the forums with new users jumping at that without understand what they are doing and why.

so, long story short, do not be worried about the deprecation. Till the day LUA sources shall stop supporting and AnscaMobile including that build, these shall be usable.

Go ahead and knock yourself out, it does not really matter much.

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 16173 reply_id: 60178[/import]

Great! Thanks so much!!!
[import]uid: 34179 topic_id: 16173 reply_id: 60185[/import]

But if you want to get up to speed with the non module() way of doing things, here’s a tutorial you may be interested in:

http://blog.anscamobile.com/2011/09/a-better-approach-to-external-modules/

But as Jayant said, you don’t have to worry about all these modules SUDDENLY becoming obsolete anytime soon.

So although it’s best to catch up with the way things are going to be done (via the method in the article above), you also shouldn’t worry. [import]uid: 52430 topic_id: 16173 reply_id: 60269[/import]

I agree with what Jon says.

My 2 cents on the question are :

Things are depreciated for a reason, so it would be best to avoid using things that are depreciated or planned to be depreciated. [import]uid: 84637 topic_id: 16173 reply_id: 60429[/import]

so says Ansca Staff :wink:

Everytime Apple makes a device obsolete *for a reason* it is very painful, they make the money, so they do not feel the pain.

I have to literally give away my iPod 2nd Gen, my iPhone 3G as they were no longer supported by Apple.

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 16173 reply_id: 60432[/import]