How do I can open a map that it be made with adobe flash while i press a particular button in my map that it be made with adobe flash too?
for open a map while a particular button in map(that it be made with adobe flash)be pressed i do below works:
I assign the below code to the button
On(press){
fscommand("loadmap");
}
and my kismet followed by:
(levelloaded
OpenGfxObject
fscommand
consolecommand)
and i do all necessary works,and i write for fscommand's property "loadmap"
and at consolecommand'property i write "open MapName"
it works well whie i want open a particular map that it dependencis to udk
but while i want open a map that it be made in adobe falsh it doesn't work.
what's problem?
can you help me?
for open a map while a particular button in map(that it be made with adobe flash)be pressed i do below works:
I assign the below code to the button
On(press){
fscommand("loadmap");
}
and my kismet followed by:
(levelloaded
OpenGfxObject
fscommand
consolecommand)
and i do all necessary works,and i write for fscommand's property "loadmap"
and at consolecommand'property i write "open MapName"
it works well whie i want open a particular map that it dependencis to udk
but while i want open a map that it be made in adobe falsh it doesn't work.
what's problem?
can you help me?
Comment