Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Indeed. There were untyped parameters and variables and a few other small 
tidbits of
actionscript un-strictness.

Fixed on 1.29.59; it's on subversion now (or re-download the MTASC example, it's
updated to compile with -strict and the new classes are there).

I'll have to test this new version a bit as it changed some internal things but 
I'll
upload a new "stable", .zipped version soon.

Original comment by [email protected] on 31 Jul 2007 at 2:14

  • Changed state: Fixed

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Oops, I mean 1.25.59, not 1.29.59.

Original comment by [email protected] on 31 Jul 2007 at 2:19

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
I'm not sure if it's related to this but I'm unable to resume even the simplest 
of
tweens:

class SomeButton {
  private function onRollOver() {
    Tweener.addTween(this, {_alpha: 50, time: 0.2});
  }

  private function onRollOver() {
    Tweener.addTween(this, {_alpha: 100, time: 0.2});
  }
}

If I have several of these in a line, dragging the mouse across all of them the
tweens don't seem to finish but rather stop at some random position

Original comment by [email protected] on 31 Jul 2007 at 2:26

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Hm, I've just tested resuming/pausing/staring with this new version and it 
seems to
be ok.

Your sample class just changes the _alpha and onRollOver() is repeated (I think 
it
was just a small copy&paste mistake), do you want to send me some test files so 
I can
find the error, whether it's on Tweener or on your code?

My email is zehfernando (at) zeh dot com dot br.

Original comment by [email protected] on 31 Jul 2007 at 3:06

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
It was my bad, I was attaching the items in a loop and I forgot to make the name
parameter of attachMovie unique, one thing I don't understand however is where 
in
Tweener it uses _name as an identifier.

Works like a charm now, looking forward to giving it a go on this project.

Original comment by [email protected] on 1 Aug 2007 at 8:14

from tweener.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.