Seems like I found a workaround by adding before and after each "playDia()" a "flipToObject('concierge', 'key')" ! :) :lol: :roll:
Darth-Vader- 07-01-2006
Sometimes I get an error when republishing the generated ActionScript from LASSIE AS (./_system/_data.as)
I can fix than manually though. This is what comes out of LASSIE in such cases (not always!):
.
.
.
_root.staticdata = {
dialogue: { 0
d0:{char:"_char", exp:0, text:"Nothing.", voice:""},
d1:{char:"_char", exp:0, text:"No.", voice:""},
d2:{char:"_char", exp:0, text:"What use would that be of?", voice:""},
.
.
.
Should be
.
.
.
_root.staticdata = {
dialogue: {
d0:{char:"_char", exp:0, text:"Nothing.", voice:""},
d1:{char:"_char", exp:0, text:"No.", voice:""},
d2:{char:"_char", exp:0, text:"What use would that be of?", voice:""},
.
.
.
then it publishes without any error.
Does anyone have an idea where that "0" comes from? :roll: ;)
Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.