thanks
i wrote this and it worked:
run.exe :
global a
on exitFrame me
a = "ok"
go to movie "main.dir"
end
other files.dir/.dcr/.dxr :
global a
on prepareFrame me
if a = "ok" then
go to next
else
halt
end if
end
thanks
i wrote this and it worked:
run.exe :
global a
on exitFrame me
a = "ok"
go to movie "main.dir"
end
other files.dir/.dcr/.dxr :
global a
on prepareFrame me
if a = "ok" then
go to next
else
halt
end if
end