Hi all
well I wanted to switch my project from keyboard controled to button(inside of flash) controled, meaning there is this mc that is controled by keyboard and I want it to be controled by the button I made. I hope you understand what I mean, sorry for my english:ducky:
Now this mc has alot of code inside of it mainly if statements
example
if (Key.isDown(right))...
now my problem is I thought if I replaced the Key.isDown(right) with mybutton.onPress or *_root.mybutton.onPress would help, *but that of course didn’t work…
any suggestions about this code? or is it that I’m completely off and should be changing some other part of the script I dont know I’m kinda lost here
any help would be appreciated,thank you
EDIT: oh and its as1