# New to Flash CS4

**URL:** https://forum.kirupa.com/t/new-to-flash-cs4/307996
**Category:** flash
**Created:** [April 14, 2010, 7:45pm UTC](https://forum.kirupa.com/t/new-to-flash-cs4/307996 "2010-04-14T19:45:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![michaiel](https://avatars.discourse-cdn.com/v4/letter/m/6bbea6/32.png) [@michaiel](https://forum.kirupa.com/u/michaiel)
#### Post date: [April 14, 2010, 7:45pm UTC](https://forum.kirupa.com/t/new-to-flash-cs4/307996/1 "2010-04-14T19:45:38Z")

</div>

I upgraded to Flash CS4 and found out i dont like actionscript 3. i have an older flash site I opened in CS4 and all the actionscripts work on the scenes. I began a new flash file and created scenes with the actionscript 2, but it wont let me enter the script in the actionscript window. Here is an example of what i am using to navigate with buttons. Can someone chime in and show me a simple method to navigate thru the scenes with actionscript 3 or how to continue to use actionscript 2.

on (release) {  
gotoAndPlay(“contact”, 1);  
}

thanks
