My favorites | Sign in
Project Home Downloads Source
Details: Show all Hide all

Older

  • Jul 03, 2009
    r10 (Updated to GTweener 1.2: Includes aliases to increase compat...) committed by jos...@joshuagranick.com   -   Updated to GTweener 1.2: Includes aliases to increase compatibility with Tweener
    Updated to GTweener 1.2: Includes aliases to increase compatibility with Tweener
  • Jul 03, 2009
    GTweener Example.zip (An example project using GTweener 1.2. Includes ASDoc docume...) file uploaded by jos...@joshuagranick.com   -  
    Labels: Featured
    Labels: Featured
  • Jul 03, 2009
    GTweener.zip (GTweener 1.2) file uploaded by jos...@joshuagranick.com   -  
    Labels: Featured
    Labels: Featured
  • Jul 01, 2009
    GTweener.zip (GTweener 1.1) file uploaded by jos...@joshuagranick.com   -  
    Labels: featured
    Labels: featured
  • Jul 01, 2009
    GTweener Example.zip (An example project using GTweener. Includes asdoc documentat...) file uploaded by jos...@joshuagranick.com   -  
    Labels: featured
    Labels: featured
  • Jul 01, 2009
    GTweener 1.1.zip (GTweener 1.1) file uploaded by jos...@joshuagranick.com   -  
    Labels: Featured
    Labels: Featured
  • Jul 01, 2009
    r9 (Updated GTweener to version 1.1 and included ASDoc documenta...) committed by jos...@joshuagranick.com   -   Updated GTweener to version 1.1 and included ASDoc documentation with the example
    Updated GTweener to version 1.1 and included ASDoc documentation with the example
  • Jul 01, 2009
    Documentation (API documentation for GTweener) Wiki page edited by jos...@joshuagranick.com
  • Jul 01, 2009
    Documentation (In-depth API documentation for GTweener) Wiki page added by jos...@joshuagranick.com
  • Jul 01, 2009
    Hello Wiki page deleted by jos...@joshuagranick.com
  • Jul 01, 2009
    Hello (One-sentence summary of this page.) Wiki page added by jos...@joshuagranick.com
  • Jun 04, 2009
    issue 1 (Tweened object properties cannot be changed while tweening) reported by sandy.web240   -   What steps will reproduce the problem? 1. Tween alpha for an object from 0.0 to 1.0 2. click a button placed on the tweened object while tweening What is the expected output? What do you see instead? In my case the object should be invisible, the object is still visible even the visible property is set to false. What version of the product are you using? On what operating system? 1.0, Win XP Pro Please provide any additional information below. Below is the code that im working with userdetails is the mc I'm tweeining btn_sendlist.addEventListener(MouseEvent.MOUSE_DOWN,userDetails); function userDetails(ev:MouseEvent) { userdetails.visible = true; userdetails.txt_err.text = ""; ct.alphaMultiplier = 0.0; userdetails.transform.colorTransform = ct; GTweener.addTween(userdetails,1.0,{alpha:1.0}); } userdetails.btn_cancel.addEventListener(MouseEvent.MOUSE_DOWN,cancelSending); function cancelSending(ev:MouseEvent) { userdetails.visible = false; //This is uneffected while tween is playing } But as soon as the tween gets completed and if you click on the btn_cancel it works fine.
    What steps will reproduce the problem? 1. Tween alpha for an object from 0.0 to 1.0 2. click a button placed on the tweened object while tweening What is the expected output? What do you see instead? In my case the object should be invisible, the object is still visible even the visible property is set to false. What version of the product are you using? On what operating system? 1.0, Win XP Pro Please provide any additional information below. Below is the code that im working with userdetails is the mc I'm tweeining btn_sendlist.addEventListener(MouseEvent.MOUSE_DOWN,userDetails); function userDetails(ev:MouseEvent) { userdetails.visible = true; userdetails.txt_err.text = ""; ct.alphaMultiplier = 0.0; userdetails.transform.colorTransform = ct; GTweener.addTween(userdetails,1.0,{alpha:1.0}); } userdetails.btn_cancel.addEventListener(MouseEvent.MOUSE_DOWN,cancelSending); function cancelSending(ev:MouseEvent) { userdetails.visible = false; //This is uneffected while tween is playing } But as soon as the tween gets completed and if you click on the btn_cancel it works fine.
  • Apr 20, 2009
    r4 ([No log message]) committed by jos...@joshuagranick.com   -   [No log message]
    [No log message]
  • Apr 20, 2009
    r3 ([No log message]) committed by jos...@joshuagranick.com   -   [No log message]
    [No log message]
  • Feb 25, 2009
    r2 (Initial release) committed by jos...@joshuagranick.com   -   Initial release
    Initial release
  • Feb 25, 2009
    GTweener 1.0.zip (GTweener 1.0 (includes GTween Beta 5)) file uploaded by jos...@joshuagranick.com
  • Feb 25, 2009
    GTweener Example.zip (GTweener Example) file uploaded by jos...@joshuagranick.com
  • Feb 25, 2009
    Project gtweener created by singmaje...@hotmail.com   -   GTweener manages Grant Skinner's GTween to add global features and make it even easier to use.
    GTweener manages Grant Skinner's GTween to add global features and make it even easier to use.
 
Powered by Google Project Hosting