This site requires JavaScript, please enable it in your browser!
Greenfoot back
OfficerRiot
OfficerRiot wrote ...

2018/4/25

Slower image switches

OfficerRiot OfficerRiot

2018/4/25

#
I need help getting my images to switch slower any help would be helpful
danpost danpost

2018/4/25

#
OfficerRiot wrote...
I need help getting my images to switch slower any help would be helpful
Use an int field as a timer to regulate the image changes.
OfficerRiot OfficerRiot

2018/4/25

#
danpost wrote...
OfficerRiot wrote...
I need help getting my images to switch slower any help would be helpful
Use an int field as a timer to regulate the image changes.
Do you have any examples i usually just do a break before each switch but that doesn't slow it down enough
danpost danpost

2018/4/25

#
OfficerRiot wrote...
Do you have any examples i usually just do a break before each switch but that doesn't slow it down enough
You probably still need the switch; just regulate the use of it. There are multiple examples within these discussion threads. Search 'slow down animation'.
OfficerRiot OfficerRiot

2018/4/25

#
danpost wrote...
OfficerRiot wrote...
Do you have any examples I usually just do a break before each switch but that doesn't slow it down enough
You probably still need the switch; just regulate the use of it. There are multiple examples within these discussion threads. Search 'slow down animation'.
Is it possible to just slow down how fast it switches like when you slow down the whole scenario?
danpost danpost

2018/4/26

#
OfficerRiot wrote...
Is it possible to just slow down how fast it switches like when you slow down the whole scenario?
Yes. That is suggested by this:
danpost wrote...
Use an int field as a timer to regulate the image changes.
Which tells you how to start.
OfficerRiot OfficerRiot

2018/4/26

#
danpost wrote...
OfficerRiot wrote...
Is it possible to just slow down how fast it switches like when you slow down the whole scenario?
Yes. That is suggested by this:
danpost wrote...
Use an int field as a timer to regulate the image changes.
Which tells you how to start.
Is there anywhere where I can find examples of this tried a couple out but got nothing to work.
danpost danpost

2018/4/26

#
OfficerRiot wrote...
Is there anywhere where I can find examples of this tried a couple out but got nothing to work.
This was in one of the discussions that come up with the search:
danpost wrote...
There are multiple examples within these discussion threads. Search 'slow down animation'.
You need to login to post a reply.