- Joined
- Oct 24, 2015
- Messages
- 248
- Reaction score
- 67
- First Language
- english
hey guys, I'm new to javascript and what I don't know is how to access a scene_map function from game_system.
I know I can access game_system from scene_map by $gameSystem.
but how to vice versa?
I have try
var $sceneMap = new Scene_Map();and call it in Game_system
$sceneMap.myStuff(string, number)but it not work. can someone help me.
I know I can access game_system from scene_map by $gameSystem.
but how to vice versa?
I have try
var $sceneMap = new Scene_Map();and call it in Game_system
$sceneMap.myStuff(string, number)but it not work. can someone help me.
