Displaying 2 results from an estimated 2 matches for "some_frame".
Did you mean:
shmem_frame
2007 Jun 18
2
as branch progress report
...39;s a
fault of this. Poke me about it.
Now, there's of course a positive effect about this. Previously some
objects were replaced (or removed) after a gotoAndPlay/Stop () even
though they were supposed to still exist. This was most visible with
code like this:
some_movie.var = 42;
gotoAndPlay (some_frame);
trace (some_movie.var);
where previously you got undefined instead of 42 as the trace output.
This should not happen anymore after the rework. Again, if it does,
poke me.
So, after all of this, I have some questions to all of you:
1) Should I start doing releases of 0.5, even though it's de...
2004 Aug 19
28
Documents, Views and DocManagers
Hi,
Are there any effort in making wxDocument, wxView, etc types of classes
avaiable under wxRuby? For supporting SDI/MDI architecture.
Cheers,
Phuah Yee Keat