
var MyModule = MyModule || (function(){
var icon = createObj("graphic", {
_pageid: Campaign().get("playerpageid"),
imgsrc: "",
left: 35,
top: 35,
width: 35,
height: 35,
layer: "gmlayer",
isdrawing: true
});
}()); This is an extraction of some problem code. Just this by itself throws the error: Cannot call method 'get' of undefined I'm sure as soon as I hit Post Topic, I'll see the obvious. For now, I am stuck on this stupid problem. Any help would be appreciated. PS - nevermind imgsrc. It throws this error even if there is a valid imgsrc. Thanks.