This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
-nic-
wrote ...
2012/4/14
2.2 couter
-nic-
2012/4/14
#
ok ive been trying to un animate the score counter (or speed up animation) but i cant figure it out?? please help!
danpost
2012/4/14
#
If the score counter class has 'setValue' and 'getValue' methods, use them instead of 'add', 'subtract', 'bump', or 'adjust' (whatever is there).
nccb
2012/4/14
#
See: http://www.greenfoot.org/topics/1192
-nic-
2012/4/15
#
not there but tanks
SPower
2012/4/15
#
Use this to update the score:
yourcounter.setValue(yourcounter.getValue() + theextrapoints);
You need to login to post a reply.
X