Actionsript help?
Actionsript help?
Out of context: Reply #8
- Started
- Last post
- 11 Responses
- mr_flaco0
When you set the cursor type, you should be able to say something like:
onEnterFrame{
if (/cursor._x/ > /half your movie size/){
/set cursorA/;
}else {
/set cursorB/;
}
}Of course this isn't the right syntax, but thats the general idea. I haven't done it - just a suggestion...