weilies
1
i have checked on the graphic tutorial,
but it doesn’t satisfy me on one of my game feature
which i expect to attach a smiley face to every of my box shape
sample : http://img831.imageshack.us/img831/3171/screenshot20101113atpm1.png
i believe it can be done by create a series of movieclips but it will required a lots of work
Thanks for your guidance!
[import]uid: 10373 topic_id: 3605 reply_id: 303605[/import]
finnk
2
Have you tried using Display groups? [import]uid: 11024 topic_id: 3605 reply_id: 10942[/import]
weilies
3
dont think so coz
============================================
– try sprite on sprite
game.insert(sky)
game.insert(myCrate)
game.insert(myCrate2)
game.insert(myCrate3)
game.insert(myCrate4)
game.insert(myButton)
game.rotation = 45
doesn’t take any effect on my object in the group
[import]uid: 10373 topic_id: 3605 reply_id: 10945[/import]
jmp909
4
that should be game:insert not game.insert
game:insert(sky1) basically means game.insert(self, sky1)
it should work now [import]uid: 6645 topic_id: 3605 reply_id: 10968[/import]