此命令的含义显而易见,即检测行为是否“is ok to attach”,当我们需要限定行为的使用范围时,就可以利用isoktoattach命令。试着将下面这段代码加入“guide”行为中:
on isoktoattach me , spritetype, spritenum if spritetype = # graphic then if sprite ( spritenum ). member . type = # button then return true else return false end if end if end