我正在使用像这样的movingControls(1033在myID中)
if myID is among the lines of the movingControls then beep
这与示例非常相似。当我遇到问题时,我有livecode请求移动控件返回此
image id 1033 of card 1002 of stack "C:/Users/Jeffrey/Desktop/Musyc.livecode"
如果我没有弄错1033属于这个,那怎么也没有发生。请帮忙
答案 0 :(得分:1)
没有任何事情发生,因为"属于..."比较整行文字。你的价值" 1033"不匹配字符串"堆栈卡1002的图像ID 1033" C:/Users/Jeffrey/Desktop/Musyc.livecode" "
将图像的长ID存储在myID中,您应该得到真实的响应(哔哔声)。