Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: kill off an object
From: kevin dowd
Date: Tue, 12 Sep 2000 12:22:13 +0100

Hello

Anyone know how to work delet an object of your own.



onClipEvent (load) {

myobj = new object(); -- create my object

function func(){
trace("pigg");
}

myobj.finc = func; -- assign a function to my object
}


call my function

myobj.finc(); -- prints "pigg"




Fine, but once I've used my object how can I get rid of it?

myobj = null or = 0 doesn't kill it off!!


Also is it possible to assign a flash event handler (enterframe) to my obj?







--






++++++++++++++++++++++++++++++++++++++
Kevin Dowd, Senior Interactive Developer
0207 749 5421
I-D Media 020 7749 5400
kevin [dot] dowdati-dmedia [dot] com
++++++++++++++++++++++++++++++++++++++

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: kill off an object, Not In My Backyard!

Replies
  Re: FLASH: Free Flash FAQ needs your con, Helen Triolo
  RE: FLASH: Free Flash FAQ needs your con, Gabriel Mulzer
  FLASH: Make number to 2 decimal places.., ChrisMc

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]