MrSeanKon
New Member
- Joined
- Nov 14, 2006
- Messages
- 267 (0.04/day)
- Location
- Athens in love with Anna :)
The first attachment includes a non ultimate code; imagine that you have to animate 10 cards => 10 different time dispatchers??? => this sucks! 
But I uploaded it just to show you how we can bypass this problem by reusing code.
Yeap the solution is an extra namespace. Someone may say why don't you write an extra class inside the major (main) namespace?
Well it is possible but I prefer to avoid it. Cos we must use static functions and variables and this is an extra headache.
Download the files and let's discuss

But I uploaded it just to show you how we can bypass this problem by reusing code.
Yeap the solution is an extra namespace. Someone may say why don't you write an extra class inside the major (main) namespace?
Well it is possible but I prefer to avoid it. Cos we must use static functions and variables and this is an extra headache.
Download the files and let's discuss
