asControlSpec not understood
a = MouseX.new(0, 1); //(in SC3)
ERROR:
Message 'asControlSpec' not understood.
RECEIVER:
Integer 0
ARGS:
Instance of Array { (08CBE6F0, gc=01, fmt=01, flg=11, set=00)
}
CALL STACK:
Object::doesNotUnderstand
arg this = 0
arg selector = 'asControlSpec'
arg args = [0]
ExternalControlSource::spec_
arg this =
arg argSpec = 0
Meta_ExternalControlSource::new
arg this = class MouseX
arg spec = 0
Meta_MouseX::new
arg this = class MouseX
arg spec = 0
< closed FunctionDef > (no arguments or variables)
Interpreter::interpretCmdLine
arg this =
var function =
Process::interpretCmdLine
arg this =
solution:
a = MouseX.new([0, 1]);
in SC3 there is a more open control model that allows to
implement different behaviour by defining a message 'asControlSpec'
Links to this Page
- enter. last edited on 29 January 2003 at 10:46 pm by 203.14.169.19
- Error Messages last edited on 16 November 2003 at 6:30 pm by max2-247.dialin.uni-hamburg.de