I was working on my physics by making some bouncing circles. Normally I would type in the same code in every bouncing circle I made. Fortunately someone noticed and suggested I use “_root”, unfortunately he doesn’t know how to use it either. I’ve been searching for tutorials regarding it but can’t seem to find any.
Anyone who knows where to look?
_root.function() ??
_root.gotoAndPlay(23); for example… if it was that u didn’t know how to use…
_root.varname, _root.mcname.varname… Look up “dot notation”.