看板 Flash 關於我們 聯絡資訊
那請問一下 現在我已經成功連結出去了 但是因為a.exe是走到某一格,沒有指定的格數上時才轉到b.exe的 如果要從b.exe連回a.exe中的那一格時要怎設定? 我在b.exe中設定 ======================= on(release){ fscommand("quit","true") fscommand("exec","_parent.nowplay+1.map.exe") } ============== b.exe程式的確是關掉了 但是無法回到a.exe場景的某一格中 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 210.59.92.157
cjcat2266:fscommand也不是這樣用的啊...fscommand無法改變影格數 12/06 18:39
cjcat2266:除非你兩個.swf是包含在同一個stage,否則無法互相控制 12/06 18:39