Director/Lingo Game HELP Please!!
i have created game using director written in lingo, uni project. have been set requirements include not being allowed use go frame x behaviour.
so instead decided use code:
on mousedown me
_movie.go("levels", "islandmission")
end
islandmission being name of file , levels name of marker.
this code works asks save game if hasn't been before move desired destination. small issue able overcome new issue has arised. when background of game has been selected jumps frame within game everytime, have never set background on frame linked other frame. makes game impossible play involves clicking moving sprites.
any on code can use instead won't cause these issues appreciated thank you.
do have mousedown handler defined in movie script? catch mouse click on sprite (or empty stage) doesn't have behavior attached catch event
More discussions in Director Lingo
adobe
Comments
Post a Comment