Hi,
I´ve been watching the great tutorials on http://www.hsharma.com
As I am not very familiar with Flash Builder I´d like to keep working with Flash Pro CC. I know I can use Starling also to develop games with Flash CC, but I just can´t find out how to call .jpg, .png files / sprite sheets out of the library into the code.
What should I use instead of:
[Embed(source="../assetts/graphics/bgWelcome.jpg")]
public static const BgWelcome:Class;
I called this Image "welcome_pic" in the lib. Can someone give me an example?
Can I use MovieClips (from the Library) with Starling too?