Home / Software / Computer programming / actionscript 2, movieclip button
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] - (Bottom) Print
Author Topic: actionscript 2, movieclip button  (Read 181 times)
wagpofafi
Topic Starter
Beginner



Posts: 95


« on: August 19, 2011, 03:13:16 AM »

help me with this, i'm making a movieclip button that when mouse is over it will go to a different scene.



on(rollOver){
gotoAndPlay("Gameover",1);
}
when i do that it's accessing the scenes inside the movieclip,please help me,i need to finish this tommorrow.
IP logged
BC_Programmer
Mastermind


Thanked: 697
Posts: 15,876

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #1 on: August 19, 2011, 06:03:49 AM »

it has been a very long time since I used Any action script, but would you not need to use:

Code: [Select]
on(rollOver){
_root.gotoAndPlay("Gameover",1);
}
IP logged

My Blog

BASeBlock 2.3.0 (NOW WITH MACGUFFINS!)
Pages: [1] - (Top) Print 
Home / Software / Computer programming / actionscript 2, movieclip button « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.095 seconds with 20 queries.