Thanks for your attention even though you seem busy
The master will be programmed using flowcode .
what I am trying to accomplish is to send a variable's value from one Arduino (Master) to another (slave).
I've seen the examples in the wiki and honestly I don't quite understand the send,recieve procedure, the value being sent is a whole port state while I need to send either individual bits or pull variable values from where ever they are stored and send them while being able to receive each variable value separately
sorry for any inconvenience I've caused and Thanks for your reply.
here's my poor attempt at i2c communication using 2 Arduino Mega (Both programmed with flowcode, need to know how it works here first

)