Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6116211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:10:50+00:00 2026-05-23T15:10:50+00:00

so im trying to make a rock paper scissors app activated by either a

  • 0

so im trying to make a rock paper scissors app activated by either a button or the accelerometer by first doing a short animation which cycles through the three, then display a random image (1 of the 3) at the end of the animation. The animation itself works perfectly fine, but after it finishes the random image does not show.

UIImageView *image;
int x = arc4random() % 3 + 1; 
NSString *imageName = [NSString stringWithFormat:@"image%d.jpg", x];
UIImage *img = [UIImage imageNamed:imageName];
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:10:51+00:00Added an answer on May 23, 2026 at 3:10 pm

    It looks like you’re not initializing your UIImageView. Also, for the random image, I recommend this code: (it’s more flexible)

        NSArray*images = rockpaperscissorsView.animationImages;
    
        NSUInteger randomIndex = arc4random() % [images count];
    
        UIImage*randomImage = [images objectAtIndex:randomIndex];
    
        UIImageView*image = [[UIImageView alloc] initWithImage:randomImage];
    

    Don’t forget to release image once you’re done with it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make a little rock paper scissors game. for that I've written
I'm trying make my first python app. I want make simple email sender form.
trying to make a page which will recursively call a function until a limit
I'm trying make a static text which if too long for the sizer, will
Trying to make this simple applet - the first part just creates a simple
I am trying make such application which speak automatically when the image loaded it
trying to make an iPhone app and going through the tutorials and books recommended
Trying to make simple jQuery function to create a scrollToTop button that fades in
I am trying to make a recursive function in Javascript which should basically give
Trying to make a regex that can handle input like either: Beverly Hills, CA

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.