Skip to main content
Known Participant
October 13, 2007
Question

where do I add my button code in cs3?

  • October 13, 2007
  • 2 replies
  • 256 views
where do I add my

on(press){
_root.loadMovie("graphic_arts/graphic_arts.swf");

}

code in cs3?

When I select the button the object does not accept the code. Does this code still work in cs3???
This topic has been closed for replies.

2 replies

kglad
Community Expert
Community Expert
October 13, 2007
you have a lot of reading to do if you want to use as3.
Known Participant
October 13, 2007
Object actions are no longer supported in CS3, you must use Frame actions after instantiating the object.