actionscript 3 - Ways of making a graphic/visual novel in flash -
i'm trying make visual novel in flash, have created ui , characters, don't know best approach how load dialog , how save them. i've been thinking external files, don't know best type of files so. also, when load game want continue in same scene , same variable values (obviously) there way can save of them (like image of game).
thanks in advance!
i've been working on flash game need chains of dialogue , repeated sets of interactions. idea create "cut scene" class load xml file goes describe number of different pieces of dialogue, available user actions, etc. haven't built yet, theoretical @ point, think idea sound. in case, use approach describe, say, individual page, contain individual panel nodes, characters, dialogue, etc. in parsing class, build elements based on data. in case, maybe have different xml file each page, then.
as far saving state, think shared objects, flash cookies or whatever right way go.
i scenario, user come app, current page id registered, xml load, , page view constructed.
maybe helps?
cheers!
Comments
Post a Comment