I have two things I need help with...
1. Whenever the sprite is in the top 25% of the computer screen I want it to say "I like it up here"
2. Whenever I click the background, a flower appears at that spot.
How would I do these things? Thanks!
Offline
1.
If the object is in the top 25% of the computer screen, it says something, else it says nothing.whenclicked
foreverify Position>90sayI like it up here!elsesay
The flower-object waits until the mouse is down, then goes to the mouse-pointer position, shows, stamps (a flower appears) and hides againwhenclicked
foreverwait untilmouse down?go tomouse-pointer ▼showstamphide
Last edited by xJira (2012-04-25 13:47:01)
Offline