by havenht » Mon Jul 26, 2010 6:21 am
hi, i'm new with ge and C++ , i had been using game maker n gml to make game but i am still a beginner, so i really don't know anything about C++. anyway, what is the script if i want an object to return true if it is in a location. like if object blue appear at x=20, y=30 , it return true, this is the script in gml , if (place_meeting(20,30,blue) and place_meeting(30,40,blue) ){ instance_create(224,96,redwin);} so, i want to convert that into ge , how do i do it? also is there a help manual or index that i can look up what all the functions in the ge library mean? thanks