arrays - ActionScript 3 Game - Matching questions and answers -
i new flash , action script , making matching game part of project. match animal print displayed corresponding animal , score added ..
i have created animal prints in photoshop, , have them in separate folder, need display random images corresponding answers image.
i know broad question , given appreciated. action script have far making button click , link next page..
heres code..
import flash.events.mouseevent; stop() gobutton.addeventlistener(mouseevent.click, startgame); function startgame (event:mouseevent):void { gotoandstop(2) }
Comments
Post a Comment