ForumsProgramming Forumhow to make a puzzle in a ecape games (just with the AS2 part)

1 3155
rhp
offline
rhp
4 posts
Nomad

iam trying to make a puzzle to open a caban. there 4 part and i want it to opin the caban when i fill ill the slot with pesce. this is what i think it


if (_root.slot1_mc._currentframe == 2){
if (_root.slot2_mc._currentframe == 2){
if (_root.slot3_mc._currentframe == 2){
if (_root.slot4_mc._currentframe == 2){
_root.shelf_mc.gotoAndStop(2);
}
}
}
}


slot1_mc,slot2_mc,slot3_mc,and slot4_mc are the slot.
i need a AS2 code that when all slot are on frame two to tell shelf_mc to gotoAndStop(2). it would really helpful

  • 1 Reply
Showing 1-0 of 1