FF7 dialog box style, anyone know how to make a point trigger a popup which, say, closes with mouse 1? I presume that part is flash-side, but the ksimet side is the part in question.
Announcement
Collapse
No announcement yet.
Kismet Scaleform-popup
Collapse
X
-
Originally posted by Neurotiq View PostFF7 dialog box style, anyone know how to make a point trigger a popup which, say, closes with mouse 1? I presume that part is flash-side, but the ksimet side is the part in question.
a) opening up the flash movie and displaying the text?
b) processing the mouse clicked event and therefore closing the flash file ?
if b), lookup fscommand and how to use it, you can use fscommand to communicate with kismet, e.g fscommand("closedialogue") (on the as2 side) can be mapped to closing the window
Comment