Newbie help

Hello guys,

I have bought game codes long time ago in which I want to make some modifications and the guy who sold it to me is no longer available for assistance.
Personally, i’m not a developer, but I understand a bit what’s happening in the game code so I can copy/paste commands and follow instructions if clear enough:)

The modifications are really small:

  1. Add a background music that will run as long as the game is running.

  2. Add a background image.

  3. Change images into a sprite sheets, only for visual purposes (so it won’t change anything with the physics or affect the gameplay).

I would really appreciate any help, and I’m willing to pay for it if needed.

Thanks,
Asaf
 

hello AsafGibor,

Here are some useful documentation that will help you

1)for Music

https://docs.coronalabs.com/guide/programming/07/index.html

2)For background change 

local background = display.newImageRect( "background.png", 360, 570 )  

https://docs.coronalabs.com/guide/programming/01/index.html

3)To change images in spirit sheet you can use Texture packer software

https://docs.coronalabs.com/guide/programming/02/index.html#including-images

If you want further help PM me

FYI, I offer a service that may apply in this case:

https://forums.coronalabs.com/topic/69420-hire-a-hitman-problem-solver-is-back/

hello AsafGibor,

Here are some useful documentation that will help you

1)for Music

https://docs.coronalabs.com/guide/programming/07/index.html

2)For background change 

local background = display.newImageRect( "background.png", 360, 570 )  

https://docs.coronalabs.com/guide/programming/01/index.html

3)To change images in spirit sheet you can use Texture packer software

https://docs.coronalabs.com/guide/programming/02/index.html#including-images

If you want further help PM me

FYI, I offer a service that may apply in this case:

https://forums.coronalabs.com/topic/69420-hire-a-hitman-problem-solver-is-back/