Epic Quiz Test
by BeastOfLight
加去主畫面,方便快捷開玩
安裝呢隻遊戲
撳分享掣,再揀「加到主畫面」,就即刻安裝呢隻game,方便快啲入返嚟玩。
Epic Quiz Test
Epic Quiz Test 關聯標籤
簡介
DOES NOT WORK.
How can I make this work?
I used the on(release){gotoAndPlay(number here)} commands for the buttons, but they do not seem to react to clicking them at all. I made this in Flash CS5. If you can help please comment and I will send you the flash file so you can tell me what went wrong.
Thanks in advance.
玩法說明
Point and click the answers
留言
blackdragon555
Jan. 30, 2011
More like Epic Fail.
myguy
Jan. 30, 2011
wolnt even play or (startsiy)
henrycov
Jan. 30, 2011
im not trying to be mean but why would you post a game if you knew it didn't work
ps: i don't make games so don't correct me
pss 1st lol XD
redminininja
Jan. 30, 2011
Here, I can help, to make a button work just put: on (release) { gotoAndPlay(frame-number) } if you need more help just pm me ;)
mongolish
Jan. 30, 2011
when you add a script to a movie clip the commands that you tell it will apply to that clip, so by putting on(release){gotoAndPlay(1)} you are telling the button to go to its first frame instead of the root. so just add _root. to the gotoAndPlay command and it should work fine. on(release){_root.gotoAndPlay(number here)}