Thanks for all the tips, —
I also have knowledge in computer graphics programs, such as max, cinema 4d, after effects, premiere pro, sony vegas pro, and other programs of its kind. But my intention was always to work with games.
I've done several games using the tutorials and I created 06 games based on what I saw . This problem always occurs when I try to do something different than I have done . I can understand something, but some procedures are more difficult . This is the case of the "array " . Until today I do not quite understand how to use it .
I'll create a portal of educational games for free access and I intend to create 15 games per month. This naval battle game, for example, when finalized, will be used to train multiplication tables, like a said before. I need a guy like you to help me. Do you have interest in give some advice on games that I have difficulty to build? I would like to pay you for it. If yes , how much you'll charge ?
Regarding the script about the battleship , I did the following :
Family1 shipID = ship_1_mid.UID
for each Family1
????ship_1_mid is overlapping Family1 : Destroy ship_1_mid
????????????????????????????????????????System Subtract 1 from Nr_of_placed_ship
??????????????????ship_2_front shipID = ship_1_mid.UID : Destroy
??????????????????ship_3_end shipID = ship_1_mid.UID : Destroy
????ship_2_front is overlapping Family1 : Destroy ship_2_front
??????????????????????????????????????????System Subtract 1 from Nr_of_placed_ship
??????????????????ship_1_mid shipID = ship_2_front.UID : Destroy
??????????????????ship_3_end shipID = ship_2_front.UID : Destroy
????ship_3_end is overlapping Family1 : Destroy ship_2_front
??????????????????????????????????????????System Subtract 1 from Nr_of_placed_ship
??????????????????ship_1_mid shipID = ship_3_end.UID : Destroy
??????????????????ship_2_front shipID = ship_3_end.UID : Destroy
No ships appears in the screen