PulpCore

Deprecated API


Contents
Deprecated Fields
pulpcore.sprite.Sprite.CENTER
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.DEFAULT
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.EAST
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.NORTH
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.NORTH_EAST
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.NORTH_WEST
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.SOUTH
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.SOUTH_EAST
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.SOUTH_WEST
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.Sprite.WEST
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
 

Deprecated Methods
pulpcore.animation.Timeline.animate(Property, Animation)
          Replaced by Timeline.add(Property, Animation) 
pulpcore.image.CoreFont.background(int)
          Background colors do not appear correctly 
pulpcore.sprite.Button.createLabeledButton(CoreImage[], CoreFont, String, int, int, int, int, int, boolean)
            
pulpcore.sprite.Button.createLabeledButton(CoreImage[], CoreFont, String, int, int, int, int, int, boolean, boolean)
            
pulpcore.sprite.Button.createLabeledToggleButton(CoreImage[], CoreFont, String, int, int, int, int, int, boolean)
            
pulpcore.image.CoreFont.fade(int)
          Fade dynamically using a Label instead 
pulpcore.image.CoreGraphics.getSurfaceData()
          This will be moved in 0.12. 
pulpcore.math.Path.guide(Timeline, Sprite, double, double, int)
            
pulpcore.math.Path.guide(Timeline, Sprite, double, double, int, Easing)
            
pulpcore.math.Path.guide(Timeline, Sprite, double, double, int, Easing, int)
            
pulpcore.math.Path.guide(Timeline, Sprite, int)
            
pulpcore.math.Path.guide(Timeline, Sprite, int, Easing)
            
pulpcore.math.Path.guide(Timeline, Sprite, int, Easing, int)
            
pulpcore.math.Path.guideBackwards(Timeline, Sprite, int)
            
pulpcore.math.Path.guideBackwards(Timeline, Sprite, int, Easing)
            
pulpcore.math.Path.guideBackwards(Timeline, Sprite, int, Easing, int)
            
pulpcore.image.CoreFont.scale(double)
          Scale dynamically using a Label instead 
pulpcore.net.Upload.sendNow()
          Use send(false); 
pulpcore.sprite.Sprite.setAnchor(int)
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) instead. 
pulpcore.sprite.ImageSprite.setAnchor(int)
          Compass directions are being phased out - Use Sprite.setAnchor(double, double) or ImageSprite.setAnchorToHotSpot() instead. 
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.