dinoPirates:INFO: Sprite(boatPink)+Pic(dino) + Pic(canon) in Container
here we explain how we can put water into the back and water in front with an alpha effect, so you can see the boat through the water!
zapp_assets=["gf_Roboto", {id:"boatpink",src:"ZLnexrt.png"}]
zapp_path="i.imgur.com/"
boatpink new Sprite("boatpink") //i.imgur.com/ZLnexrt.png
CANON new Pic("i.imgur.com/FO7UInx.png")
DINO new Pic("i.imgur.com/FO7UInx.png")
Note: the basic game : zimjs.com/zapp/E_KQGHA (not shooting) idea from DinoPirates made in ZIMjs : game on to show how you can navigate with touchButtons or with keyboard (jumping must become shooting)
by Karel RosseelORIGIN
zapp_assets=["gf_Roboto", {id:"boatpink",src:"ZLnexrt.png"}]
zapp_path="i.imgur.com/"
boatpink new Sprite("boatpink") //i.imgur.com/ZLnexrt.png
CANON new Pic("i.imgur.com/FO7UInx.png")
DINO new Pic("i.imgur.com/FO7UInx.png")
Note: the basic game : zimjs.com/zapp/E_KQGHA (not shooting) idea from DinoPirates made in ZIMjs : game on to show how you can navigate with touchButtons or with keyboard (jumping must become shooting)