# Accessing other classes?

**URL:** https://forum.kirupa.com/t/accessing-other-classes/245671
**Category:** Uncategorized
**Created:** [December 2, 2007, 11:00pm UTC](https://forum.kirupa.com/t/accessing-other-classes/245671 "2007-12-02T23:00:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![j\_mylne\_talk21](https://avatars.discourse-cdn.com/v4/letter/j/ea5d25/32.png) [@j\_mylne\_talk21](https://forum.kirupa.com/u/j_mylne_talk21)
#### Post date: [December 2, 2007, 11:00pm UTC](https://forum.kirupa.com/t/accessing-other-classes/245671/1 "2007-12-02T23:00:06Z")

</div>

Hi, I have been pulling my hair out trying to access a parent class/object.  
It’s easy calling a child object’s function:  
MyChildObject.doMyFunction();  
BUT how do you call a function from the child up?  
I try stuff like: this.parent.doFunction(); …(not correct)  
HOW? please?
