0
votes
0answers
162 views

Adding shining (glare) effect to a SpriteVisualElement

In many flash games when a player wins some virtual money, the coins will be first placed at the playing board, shining or glaring, to invite the user to touch them. And then they will fly/tween to ...
0
votes
2answers
430 views

Select an FXG file at the runtime - by its name

I have a test case demonstrating my problem. It runs instantly, when you add the following 4 short files into a new Flex Mobile project in Flash Builder 4.6: src/TestFXG.mxml: <?xml ...
0
votes
1answer
663 views

Using FXG graphic in a Flex mobile app works with MXML, but not with ActionScript

I have read the Adobe's docs Using FXG and Embedding application assets, but can only embed the FXG through MXML - MyStars.mxml: <?xml version="1.0" encoding="utf-8"?> ...