# I'm assuming it isn't this hard

**URL:** https://forum.kirupa.com/t/im-assuming-it-isnt-this-hard/48481
**Category:** Uncategorized
**Created:** [April 14, 2004, 12:07am UTC](https://forum.kirupa.com/t/im-assuming-it-isnt-this-hard/48481 "2004-04-14T00:07:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![iloveitaly](https://avatars.discourse-cdn.com/v4/letter/i/7ea924/32.png) [@iloveitaly](https://forum.kirupa.com/u/iloveitaly)
#### Post date: [April 14, 2004, 12:07am UTC](https://forum.kirupa.com/t/im-assuming-it-isnt-this-hard/48481/1 "2004-04-14T00:07:54Z")

</div>

I am trying to get flash to trace a object…  
and getting very fusterated…  
I SHOULD be able to just do this…

```auto

onClipEvent (enterFrame) {
	trace("hello");
}

```

and when the movieclip loads it should display hello in the output window correct?  
now when i preview it i go to: file-\>preview-\>flash  
am i doing it right?  
I’ve also tried makign a button and just using the on (rollOver) event handler to trigger the trace but that didn’t work either…  
I REALLY dont think it should be this hard!!!
