Just curious to know if there are any differences in performance while doing the following:
scenario A:
[LIST]
[]create sprite
[]use drawing API to render vector image
[*]attach sprite to display list
[/LIST]
vs
scenario B:
[LIST]
[]create sprite
[]attach sprite to display list
[*]use drawing API to render vector image
[/LIST]